Home | Sort by: relevance | last modified time | path |
/src/usr.bin/tftp/ | |
tftpsubs.c | 80 static struct tftphdr *rw_init(int); 85 return rw_init(0); 91 return rw_init(1); 95 rw_init(int x) /* init for either read-ahead or write-behind */ function in typeref:struct:tftphdr * |
/src/sys/dev/pci/cxgb/ | |
cxgb_l2t.h | 39 #define rw_init(x, str) mtx_init((x), (str), NULL, MTX_DEF) macro |
/src/sys/kern/ | |
kern_rwlock.c | 202 * rw_init: 222 rw_init(krwlock_t *rw) function in typeref:typename:void |
/src/sys/rump/librump/rumpkern/ | |
locks.c | 253 rw_init(krwlock_t *rw) function in typeref:typename:void |
locks_up.c | 181 rw_init(krwlock_t *rw) function in typeref:typename:void |