Searched refs:option (Results 1 - 24 of 24) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/libsyscall/mach/
H A Dms_thread_switch.c69 int option,
74 result = syscall_thread_switch(thread, option, option_time);
67 thread_switch( mach_port_t thread, int option, mach_msg_timeout_t option_time) argument
H A Dmach_msg.c76 mach_msg(msg, option, send_size, rcv_size, rcv_name, timeout, notify)
78 mach_msg_option_t option;
94 * We refrain from passing the option bits that we implement
96 * the kernel's fast paths (when it checks the option value).
99 mr = MACH_MSG_TRAP(msg, option &~ LIBMACH_OPTIONS,
105 if ((option & MACH_SEND_INTERRUPT) == 0)
108 option &~ LIBMACH_OPTIONS,
112 if ((option & MACH_RCV_INTERRUPT) == 0)
115 option &~ (LIBMACH_OPTIONS|MACH_SEND_MSG),
139 mach_msg_overwrite(msg, option, send_siz
[all...]
/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dsyscall_subr.c187 int option = self->saved.swtch.option; local
189 if (option == SWITCH_OPTION_DEPRESS)
207 int option = args->option; local
211 * Process option.
213 switch (option) {
280 if (option == SWITCH_OPTION_WAIT)
284 if (option == SWITCH_OPTION_DEPRESS)
287 self->saved.swtch.option
[all...]
H A Dipc_mig.c130 mach_msg_option_t option,
144 mr = ipc_kmsg_send(kmsg, option, timeout_val);
311 mach_msg_option_t option,
327 if (option & MACH_SEND_MSG) {
372 if (option & MACH_RCV_MSG) {
403 if (option & MACH_RCV_TRAILER_MASK) {
405 trailer->msgh_trailer_size = REQUESTED_TRAILER_SIZE(option);
127 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
309 mach_msg_overwrite( mach_msg_header_t *msg, mach_msg_option_t option, mach_msg_size_t send_size, mach_msg_size_t rcv_size, mach_port_name_t rcv_name, __unused mach_msg_timeout_t msg_timeout, __unused mach_port_name_t notify, __unused mach_msg_header_t *rcv_msg, __unused mach_msg_size_t rcv_msg_size) argument
H A Dipc_mig.h147 mach_msg_option_t option,
H A Dthread.h278 mach_msg_option_t option; /* options for receive */ member in struct:thread::__anon850::__anon851
292 int option; /* switch option */ member in struct:thread::__anon850::__anon853
367 #define ith_option saved.receive.option
/macosx-10.5.8/xnu-1228.15.4/osfmk/ddb/
H A Ddb_command.h112 int option);
H A Ddb_command.c1003 int option)
1008 if (*p == option)
1001 db_option( const char *modif, int option) argument
/macosx-10.5.8/xnu-1228.15.4/osfmk/ipc/
H A Dmach_msg.c124 mach_msg_option_t option,
131 mach_msg_option_t option,
144 mach_msg_option_t option,
186 mach_msg_option_t option,
227 if (option & MACH_SEND_CANCEL) {
239 mr = ipc_kmsg_send(kmsg, option & MACH_SEND_TIMEOUT, send_timeout);
282 mach_msg_option_t option = self->ith_option; local
293 if (option & MACH_RCV_LARGE) {
307 if (msg_receive_error(kmsg, msg_addr, option, seqno, space)
317 if (option
184 mach_msg_send( mach_msg_header_t *msg, mach_msg_option_t option, mach_msg_size_t send_size, mach_msg_timeout_t send_timeout, mach_port_name_t notify) argument
413 mach_msg_receive( mach_msg_header_t *msg, mach_msg_option_t option, mach_msg_size_t rcv_size, mach_port_name_t rcv_name, mach_msg_timeout_t rcv_timeout, void (*continuation)(mach_msg_return_t), mach_msg_size_t slist_size) argument
650 mach_msg_option_t option = args->option; local
1942 msg_receive_error( ipc_kmsg_t kmsg, mach_vm_address_t msg_addr, mach_msg_option_t option, mach_port_seqno_t seqno, ipc_space_t space) argument
[all...]
H A Dipc_mqueue.h167 mach_msg_option_t option,
178 mach_msg_option_t option,
191 mach_msg_option_t option,
H A Dipc_mqueue.c348 mach_msg_option_t option,
357 * 2) Caller used the MACH_SEND_ALWAYS internal option.
365 ((option & MACH_SEND_ALWAYS) ||
379 if ((option & MACH_SEND_TIMEOUT) && (send_timeout == 0)) {
391 if (option & MACH_SEND_TIMEOUT)
411 assert(option & MACH_SEND_TIMEOUT);
564 mach_msg_option_t option = self->ith_option; local
598 if (option & MACH_RCV_LARGE) {
654 mach_msg_option_t option,
725 ipc_mqueue_select(port_mq, option, max_siz
345 ipc_mqueue_send( ipc_mqueue_t mqueue, ipc_kmsg_t kmsg, mach_msg_option_t option, mach_msg_timeout_t send_timeout) argument
652 ipc_mqueue_receive( ipc_mqueue_t mqueue, mach_msg_option_t option, mach_msg_size_t max_size, mach_msg_timeout_t rcv_timeout, int interruptible) argument
837 ipc_mqueue_select( ipc_mqueue_t mqueue, mach_msg_option_t option, mach_msg_size_t max_size) argument
[all...]
H A Dipc_kmsg.h291 mach_msg_option_t option,
H A Dipc_kmsg.c907 mach_msg_option_t option,
915 if ((option & ~(MACH_SEND_TIMEOUT|MACH_SEND_ALWAYS)) != 0)
916 printf("ipc_kmsg_send: bad option 0x%x\n", option);
982 return (ipc_mqueue_send(&port->ip_messages, kmsg, option, send_timeout));
1048 * The notify argument implements the MACH_SEND_CANCEL option.
1560 * Invalid copy option
2100 * The notify argument implements the MACH_RCV_NOTIFY option.
3270 mach_msg_copy_options_t option);
3428 mach_msg_copy_options_t option)
905 ipc_kmsg_send( ipc_kmsg_t kmsg, mach_msg_option_t option, mach_msg_timeout_t send_timeout) argument
3427 mm_copy_options_string( mach_msg_copy_options_t option) argument
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Ddhcp_options.c31 * and create new dhcp option areas
232 * list of option pointers in the given dhcpol_t.
285 * Finds the first occurence of the given option, and returns its
286 * length and the option data pointer.
290 * calls will retrieve the next occurence of the option.
305 const uint8_t * option = dhcpol_element(list, i); local
307 if (option[DHCP_TAG_OFFSET] == tag) {
309 *len_p = option[DHCP_LEN_OFFSET];
312 return (option + DHCP_OPTION_OFFSET);
323 * Accumulate all occurences of the given option int
472 dhcpoa_add(dhcpoa_t * oa_p, dhcptag_t tag, int len, const void * option) argument
[all...]
H A Ddhcp_options.h48 /* overloaded option values */
55 * - the largest size that an option can be (limited to an 8-bit quantity)
164 /* ad-hoc network disable option */
207 * Types and functions to create new dhcp option areas.
213 * To record information about a dhcp option data area.
218 int oa_offset; /* offset of next option to write */
228 * To record information about a dhcp option data area.
259 dhcptag_t tag, int len, void * option);
H A Dtcp_debug.c66 #error The option TCPDEBUG requires option INET.
H A Dip_input.c1630 * Do option processing on a datagram,
1949 save_rte(u_char *option, struct in_addr dst) argument
1953 olen = option[IPOPT_OLEN];
1960 bcopy(option, ip_srcrt.srcopt, olen);
2003 * Copy option fields and padding (nop) to mbuf.
/macosx-10.5.8/xnu-1228.15.4/osfmk/mach/
H A Dmach_traps.h96 mach_msg_option_t option,
105 mach_msg_option_t option,
191 int option,
329 PAD_ARG_(mach_msg_option_t, option);
494 PAD_ARG_(int, option);
H A Dmessage.h93 * (No MACH_SEND_TIMEOUT/MACH_RCV_TIMEOUT option.)
426 * when the format_0 trailers gain new option data fields in the future).
730 mach_msg_option_t option,
751 mach_msg_option_t option,
/macosx-10.5.8/xnu-1228.15.4/bsd/uxkern/
H A Dux_exception.c71 mach_msg_option_t option, mach_msg_size_t rcv_size,
76 mach_msg_option_t option, mach_msg_size_t send_size,
/macosx-10.5.8/xnu-1228.15.4/libkern/crypto/
H A Dsha1.c150 void sha1_hardware_hook(Boolean option, InKernelPerformSHA1Func func, void *ref);
230 void sha1_hardware_hook(Boolean option, InKernelPerformSHA1Func func, void *ref) argument
232 if(option) {
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dhw_lock.s122 crset hwtimeout ; timeout option
138 crclr hwtimeout ; no timeout option
144 crset hwtimeout ; timeout option
165 crset hwtimeout ; timeout option
2261 crclr hwtimeout ; no timeout option
H A Dhw_exception.s489 ; Note: the last option is intended for special diagnostics calls that
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/dtrace/
H A Ddtrace.c4746 * the value of the DTRACEOPT_STRSIZE option;
10885 * Fill in the option section header...
11307 * this should _not_ happen if the "strsize" option has been set --
11309 * setting of the option.
11852 "option description");
11857 dtrace_dof_error(dof, "zeroed option entry size");
11862 dtrace_dof_error(dof, "bad option entry size");
11871 dtrace_dof_error(dof, "non-zero option string");
11876 dtrace_dof_error(dof, "unset option");
11882 dtrace_dof_error(dof, "rejected option");
[all...]

Completed in 130 milliseconds