• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.5.8/xnu-1228.15.4/osfmk/ipc/

Lines Matching refs:option

124 	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;
293 if (option & MACH_RCV_LARGE) {
307 if (msg_receive_error(kmsg, msg_addr, option, seqno, space)
317 if (option & MACH_RCV_TRAILER_MASK) {
319 trailer->msgh_trailer_size = REQUESTED_TRAILER_SIZE(option);
322 if (option & MACH_RCV_TRAILER_ELEMENTS (MACH_RCV_TRAILER_AV)) {
342 if (option & MACH_RCV_TRAILER_ELEMENTS (MACH_RCV_TRAILER_LABELS)) {
379 if (option & MACH_RCV_OVERWRITE) {
398 if (msg_receive_error(kmsg, msg_addr, option, seqno, space)
415 mach_msg_option_t option,
437 self->ith_option = option;
441 ipc_mqueue_receive(mqueue, option, rcv_size, rcv_timeout, THREAD_ABORTSAFE);
442 if ((option & MACH_RCV_TIMEOUT) && rcv_timeout == 0)
650 mach_msg_option_t option = args->option;
664 option & ~(MACH_SEND_TRAILER|MACH_RCV_TRAILER_MASK|MACH_RCV_LARGE);
1257 self->ith_option = option;
1710 if (option & MACH_RCV_TRAILER_MASK) {
1712 trailer->msgh_trailer_size = REQUESTED_TRAILER_SIZE(option);
1777 if (option & MACH_RCV_TRAILER_MASK) {
1779 trailer->msgh_trailer_size = REQUESTED_TRAILER_SIZE(option);
1795 REQUESTED_TRAILER_SIZE(option);
1798 if (msg_receive_error(kmsg, msg_addr, option, temp_seqno,
1818 if (msg_receive_error(kmsg, msg_addr, option,
1835 if (option & MACH_SEND_MSG) {
1845 if (option & MACH_SEND_CANCEL) {
1857 mr = ipc_kmsg_send(kmsg, option & MACH_SEND_TIMEOUT, msg_timeout);
1867 if (option & MACH_RCV_MSG) {
1885 if (option & MACH_RCV_OVERWRITE)
1893 self->ith_option = option;
1897 ipc_mqueue_receive(mqueue, option, rcv_size, msg_timeout, THREAD_ABORTSAFE);
1898 if ((option & MACH_RCV_TIMEOUT) && msg_timeout == 0)
1945 mach_msg_option_t option,
1967 if (option & MACH_RCV_TRAILER_MASK) {
1969 trailer->msgh_trailer_size = REQUESTED_TRAILER_SIZE(option);