/src/sys/kern/ |
subr_extent.c | 68 static inline void no_op(void) { return; } function in typeref:typename:void 87 #define mutex_init(a, b, c) no_op() 88 #define mutex_destroy(a) no_op() 89 #define mutex_enter(l) no_op() 90 #define mutex_exit(l) no_op() 91 #define cv_wait(cv, lock) no_op() 92 #define cv_broadcast(cv) no_op() 93 #define cv_init(a, b) no_op() 94 #define cv_destroy(a) no_op()
|
subr_extent.c | 68 static inline void no_op(void) { return; } function in typeref:typename:void 87 #define mutex_init(a, b, c) no_op() 88 #define mutex_destroy(a) no_op() 89 #define mutex_enter(l) no_op() 90 #define mutex_exit(l) no_op() 91 #define cv_wait(cv, lock) no_op() 92 #define cv_broadcast(cv) no_op() 93 #define cv_init(a, b) no_op() 94 #define cv_destroy(a) no_op()
|
/src/bin/pax/ |
options.c | 94 static int no_op(void); 180 { "tar", 10240, BLKMULT, 0, 1, BLKMULT, 0, tar_id, no_op, 181 tar_rd, tar_endrd, no_op, tar_wr, tar_endwr, tar_trail, 2138 * no_op() 2145 no_op(void) function in typeref:typename:int
|
options.c | 94 static int no_op(void); 180 { "tar", 10240, BLKMULT, 0, 1, BLKMULT, 0, tar_id, no_op, 181 tar_rd, tar_endrd, no_op, tar_wr, tar_endwr, tar_trail, 2138 * no_op() 2145 no_op(void) function in typeref:typename:int
|