Searched defs:recipient (Results 1 - 6 of 6) sorted by relevance
/illumos-gate/usr/src/cmd/logadm/ |
H A D | err.c | 211 err_mailto(const char *recipient) argument 221 if (recipient != NULL && 222 strcmp(recipient, lastrecipient) == 0) 223 return; /* keep going, same recipient */ 242 if (recipient != NULL) { 243 /* start saving error output for this recipient */ 247 lastrecipient = recipient;
|
/illumos-gate/usr/src/cmd/sendmail/src/ |
H A D | recipient.c | 18 SM_RCSID("@(#)$Id: recipient.c,v 8.349 2007/07/10 17:01:22 ca Exp $") 126 ** sameaddr() calls and loops in recipient() for the case when 286 /* DSN recipient information */ 300 a = recipient(a, sendq, aliaslevel, e); 437 ** RECIPIENT -- Designate a message recipient 441 ** new -- the (preparsed) address header for the recipient. 443 ** recipient in. Duplicate suppression is done 455 recipient(new, sendq, aliaslevel, e) function 491 /* if this is primary, use it as original recipient */ 500 /* find parent recipient fo [all...] |
/illumos-gate/usr/src/lib/lvm/libmeta/common/ |
H A D | meta_mn_comm.c | 80 (void) fprintf(stderr, "%s recipient = %d\n", 604 * The recipient argument is almost always unused, and is therefore typically 607 * owner. In these cases, the recipient argument will be the nodeid of the 619 md_mn_nodeid_t recipient, 626 recipient, data, size, result, MD_NULL_MSGID, ep)); 656 md_mn_nodeid_t recipient, 715 msg.msg_recipient = recipient; 615 mdmn_send_message( set_t setno, md_mn_msgtype_t type, uint_t flags, md_mn_nodeid_t recipient, char *data, int size, md_mn_result_t **result, md_error_t *ep) argument 652 mdmn_send_message_with_msgid( set_t setno, md_mn_msgtype_t type, uint_t flags, md_mn_nodeid_t recipient, char *data, int size, md_mn_result_t **result, md_mn_msgid_t *msgid, md_error_t *ep) argument
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | rctl.c | 694 * the action recipient is ignored. This is to facilitate insert, 1398 * Tear off any resource control values on this set with an action recipient 2552 proc_t *recipient = v->rcv_action_recipient; local 2583 if (recipient == NULL || recipient == p) { 2604 if ((rp = prfind(recip_pid)) == recipient) { 2608 * this case, the recipient's resource control 2611 * as the recipient process is trying to tear 2650 (recipient == NULL || recipient [all...] |
/illumos-gate/usr/src/uts/common/io/lvm/md/ |
H A D | md_subr.c | 3917 * The recipient argument is almost always unused, and is therefore typically 3920 * owner. In these cases, the recipient argument will be the nodeid of the 3935 md_mn_nodeid_t recipient, 3961 kmsg->kmsg_recipient = recipient; 3931 mdmn_ksend_message( set_t setno, md_mn_msgtype_t type, uint_t flags, md_mn_nodeid_t recipient, char *data, int size, md_mn_kresult_t *result) argument
|
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/ |
H A D | ql_mbx.h | 591 uint8_t recipient; member in struct:port_database_23
|
Completed in 93 milliseconds