search for: priv_

Displaying 2 results from an estimated 2 matches for "priv_".

Did you mean: priv
2006 Oct 31
0
6255958 priv_* functions don''t deal with resource problems, can deadlock
Author: casper Repository: /hg/zfs-crypto/gate Revision: 32f6e9b49fbd8cc454d65d0430bd2a3eb88a5e6a Log message: 6255958 priv_* functions don''t deal with resource problems, can deadlock Files: update: usr/src/lib/libc/inc/priv_private.h update: usr/src/lib/libc/port/gen/privlib.c
2023 Apr 05
3
[PATCH v2 0/2] rust: virtio: add virtio support
This used to be a single patch, but I split it into two with the addition of struct Scatterlist. Again a bit new with Rust submissions. I was told by Gary Guo to rebase on top of rust-next, but it seems *very* behind? The first patch does not build on its own due to a dead_code warning. It is hard to not have dead code when one is adding infrastructure to be used by others at a later