Home
last modified time | relevance | path

Searched defs:millisec (Results 1 – 2 of 2) sorted by relevance

/freebsd-src/sys/dev/hptiop/
H A Dhptiop.c283 static int hptiop_wait_ready_itl(struct hpt_iop_hba * hba, u_int32_t millisec) in hptiop_wait_ready_itl() argument
304 static int hptiop_wait_ready_mv(struct hpt_iop_hba * hba, u_int32_t millisec) in hptiop_wait_ready_mv() argument
313 u_int32_t millisec) in hptiop_wait_ready_mvfrey() argument
800 u_int32_t req32, u_int32_t millisec) in hptiop_send_sync_request_itl() argument
822 void *req, u_int32_t millisec) in hptiop_send_sync_request_mv() argument
846 hptiop_send_sync_request_mvfrey(struct hpt_iop_hba * hba,void * req,u_int32_t millisec) hptiop_send_sync_request_mvfrey() argument
888 hptiop_send_sync_msg(struct hpt_iop_hba * hba,u_int32_t msg,u_int32_t millisec) hptiop_send_sync_msg() argument
[all...]
/freebsd-src/usr.sbin/lpr/common_source/
H A Dcommon.c264 delay(int millisec) in delay()