Searched refs:timeout_val (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10/xnu-2782.1.97/osfmk/ipc/
H A Dipc_mqueue.h184 mach_msg_timeout_t timeout_val,
192 mach_msg_timeout_t timeout_val);
204 mach_msg_timeout_t timeout_val,
H A Dipc_kmsg.h301 mach_msg_timeout_t timeout_val);
/macosx-10.10/xnu-2782.1.97/osfmk/kern/
H A Dipc_mig.h163 mach_msg_timeout_t timeout_val);
170 mach_msg_timeout_t timeout_val);
H A Dipc_mig.c174 mach_msg_timeout_t timeout_val)
199 mr = ipc_kmsg_send(kmsg, option, timeout_val);
216 mach_msg_timeout_t timeout_val)
239 mr = ipc_kmsg_send(kmsg, option, timeout_val);
170 mach_msg_send_from_kernel_with_options( mach_msg_header_t *msg, mach_msg_size_t send_size, mach_msg_option_t option, mach_msg_timeout_t timeout_val) argument
212 mach_msg_send_from_kernel_with_options_legacy( mach_msg_header_t *msg, mach_msg_size_t send_size, mach_msg_option_t option, mach_msg_timeout_t timeout_val) argument
/macosx-10.10/autofs-246/automount/
H A Dautomount.c100 long timeout_val; local
125 timeout_val = strtol(defval, (char **)NULL, 10);
126 if (errno == 0 && timeout_val > 0 &&
127 timeout_val <= INT_MAX)
128 mount_timeout = (int)timeout_val;

Completed in 73 milliseconds