Searched +defs:dir +defs:dummy (Results 1 – 9 of 9) sorted by relevance
/freebsd/sys/kern/ |
H A D | kern_timeout.c | 179 #define cc_exec_curr(cc, dir) cc->cc_exec_entity[dir].cc_curr argument 180 #define cc_exec_last_func(cc, dir) cc->cc_exec_entity[dir].cc_last_func argument 181 #define cc_exec_last_arg(cc, dir) cc->cc_exec_entity[dir].cc_last_arg argument 183 #define cc_exec_cancel(cc, dir) cc->cc_exec_entity[dir].cc_cancel argument 184 #define cc_exec_waiting(cc, dir) cc->cc_exec_entity[dir].cc_waiting argument 186 #define cc_migration_func(cc, dir) cc->cc_exec_entity[dir].ce_migration_func argument 187 #define cc_migration_arg(cc, dir) cc->cc_exec_entity[dir].ce_migration_arg argument 188 #define cc_migration_cpu(cc, dir) cc->cc_exec_entity[dir].ce_migration_cpu argument 189 #define cc_migration_time(cc, dir) cc->cc_exec_entity[dir].ce_migration_time argument 190 #define cc_migration_prec(cc, dir) cc->cc_exec_entity[dir].ce_migration_prec argument [all …]
|
/freebsd/contrib/tcsh/ |
H A D | sh.file.c | 273 filetype(const Char *dir, const Char *file) in filetype() 309 print_by_column(const Char *dir, Char *items[], size_t count) in print_by_column() 461 extract_dir_and_name(const Char *path, Char **dir, const Char **name) in extract_dir_and_name() 503 Char *tilded_dir = NULL, *dir = NULL; in tsearch() local 677 setup_tty_cleanup(void *dummy) in setup_tty_cleanup()
|
H A D | sh.dir.c | 294 dtildepr(Char *dir) in dtildepr() 1329 bequiet_cleanup(void *dummy) in bequiet_cleanup()
|
H A D | sh.err.c | 416 cleanup_ignore_fn(void *dummy) in cleanup_ignore_fn() 517 DIR *dir; in opendir_cleanup() local
|
/freebsd/contrib/tnftp/src/ |
H A D | util.c | 340 lostpeer(int dummy) in lostpeer() 857 fileindir(const char *file, const char *dir) in fileindir()
|
H A D | ftp.c | 945 char *dir = strrchr(local, '/'); in recvrequest() local 2036 abort_squared(int dummy) in abort_squared()
|
/freebsd/sys/dev/ice/ |
H A D | ice_flow.h | 279 enum ice_flow_dir dir; member 326 u32 dummy; member
|
/freebsd/contrib/lua/src/ |
H A D | lgc.c | 691 int dir = 0; in convergeephemerons() local 1251 GCObject *dummy; /* dummy out parameter to 'sweepgen' */ in youngcollection() local
|
/freebsd/sys/net/ |
H A D | pfvar.h | 1062 uint8_t dummy[6]; member 1553 #define pfr_kentry_counter(kc, dir, op, t) \ argument 1687 u_int8_t dir; /* direction */ member
|