Searched refs:do_wait (Results 1 – 7 of 7) sorted by relevance
| /freebsd-11-stable/usr.sbin/autofs/ |
| HD | autounmountd.c | 232 do_wait(int kq, double sleep_time) in do_wait() function 352 do_wait(kq, sleep_time); in main_autounmountd()
|
| /freebsd-11-stable/contrib/gcc/ |
| HD | collect2.c | 239 static void do_wait (const char *, struct pex_obj *); 1508 do_wait (const char *prog, struct pex_obj *pex) in do_wait() function 1580 do_wait (prog, pex); in fork_execute() 2140 do_wait (nm_file_name, pex); in scan_prog_file() 2259 do_wait (ldd_file_name, pex); in scan_libraries()
|
| HD | FSFChangeLog.10 | 8123 (collect_wait): Break out for do_wait. Just return the exit status. 8124 (do_wait): Call it.
|
| HD | ChangeLog-2005 | 27118 (do_wait): Add pex parameter. Change all callers. 27122 do_wait.
|
| HD | ChangeLog-1999 | 9275 add_prefix, prefix_from_env, prefix_from_string, do_wait,
|
| /freebsd-11-stable/sys/kern/ |
| HD | kern_umtx.c | 945 do_wait(struct thread *td, void *addr, u_long id, in do_wait() function 3370 return (do_wait(td, uap->obj, uap->val, tm_p, 0, 0)); in __umtx_op_wait() 3388 return (do_wait(td, uap->obj, uap->val, tm_p, 1, 0)); in __umtx_op_wait_uint() 3406 return (do_wait(td, uap->obj, uap->val, tm_p, 1, 1)); in __umtx_op_wait_uint_private() 4111 return (do_wait(td, uap->obj, uap->val, tm_p, 1, 0)); in __umtx_op_wait_compat32() 4223 return (do_wait(td, uap->obj, uap->val, tm_p, 1, 1)); in __umtx_op_wait_uint_private_compat32()
|
| /freebsd-11-stable/sys/cam/scsi/ |
| HD | scsi_cd.c | 245 static int cdcheckmedia(struct cam_periph *periph, int do_wait); 2633 cdcheckmedia(struct cam_periph *periph, int do_wait) in cdcheckmedia() argument 2641 if ((do_wait != 0) in cdcheckmedia() 2651 if (do_wait == 0) in cdcheckmedia()
|