Home
last modified time | relevance | path

Searched refs:do_wait (Results 1 – 7 of 7) sorted by relevance

/freebsd-11-stable/usr.sbin/autofs/
HDautounmountd.c232 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/
HDcollect2.c239 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()
HDFSFChangeLog.108123 (collect_wait): Break out for do_wait. Just return the exit status.
8124 (do_wait): Call it.
HDChangeLog-200527118 (do_wait): Add pex parameter. Change all callers.
27122 do_wait.
HDChangeLog-19999275 add_prefix, prefix_from_env, prefix_from_string, do_wait,
/freebsd-11-stable/sys/kern/
HDkern_umtx.c945 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/
HDscsi_cd.c245 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()