Home
last modified time | relevance | path

Searched refs:pmsg (Results 1 – 9 of 9) sorted by relevance

/onnv-gate/usr/src/cmd/cmd-inet/usr.lib/pppoe/
H A Dpppoec.c796 save_message(const poemsg_t *pmsg) in save_message() argument
801 newmsg = (poemsg_t *)malloc(sizeof (*pmsg) + pmsg->poemsg_len + in save_message()
802 strlen(pmsg->poemsg_iname) + 1); in save_message()
806 (void) memcpy(newmsg + 1, pmsg->poemsg_data, pmsg->poemsg_len); in save_message()
807 newmsg->poemsg_len = pmsg->poemsg_len; in save_message()
808 cp = (char *)newmsg->poemsg_data + pmsg->poemsg_len; in save_message()
810 (void) strcpy(cp, pmsg->poemsg_iname); in save_message()
811 (void) memcpy(&newmsg->poemsg_sender, &pmsg->poemsg_sender, in save_message()
915 act_none(poesm_t *psm, poemsg_t *pmsg, int event, int nextst) in act_none() argument
922 act_fail(poesm_t *psm, poemsg_t *pmsg, int event, int nextst) in act_fail() argument
[all …]
/onnv-gate/usr/src/cmd/cron/
H A Dfuncs.c156 struct message *pmsg, msgbuf; in cron_sendmsg() local
160 pmsg = &msgbuf; in cron_sendmsg()
173 pmsg->etype = etype; in cron_sendmsg()
174 pmsg->action = action; in cron_sendmsg()
175 (void) strncpy(pmsg->fname, fname, FLEN); in cron_sendmsg()
176 (void) strncpy(pmsg->logname, login, LLEN); in cron_sendmsg()
177 if ((i = write(msgfd, pmsg, sizeof (struct message))) < 0) in cron_sendmsg()
H A Dcron.c2826 process_msg(struct message *pmsg, time_t reftime) in process_msg() argument
2828 if (pmsg->etype == NULL) in process_msg()
2831 switch (pmsg->etype) { in process_msg()
2833 if (pmsg->action == DELETE) in process_msg()
2834 del_atjob(pmsg->fname, pmsg->logname); in process_msg()
2836 mod_atjob(pmsg->fname, (time_t)0); in process_msg()
2839 if (pmsg->action == DELETE) in process_msg()
2840 del_ctab(pmsg->fname); in process_msg()
2842 mod_ctab(pmsg->fname, reftime); in process_msg()
2846 pmsg->etype = 0; in process_msg()
[all …]
/onnv-gate/usr/src/cmd/genmsg/
H A Dutil.c745 makeup_msg(char **pmsg) in makeup_msg() argument
750 msg = *pmsg; in makeup_msg()
769 *pmsg = ustrdup(buf); in makeup_msg()
772 msg = *pmsg; in makeup_msg()
779 *pmsg = ustrdup(buf); in makeup_msg()
782 msg = *pmsg; in makeup_msg()
798 *pmsg = ustrdup(buf); in makeup_msg()
/onnv-gate/usr/src/uts/common/io/
H A Dconskbd.c602 conskbd_pending_msg_t *pmsg, *prev, *next; in conskbdclose() local
620 for (prev = NULL, pmsg = conskbd_msg_queue; pmsg != NULL; in conskbdclose()
621 pmsg = next) { in conskbdclose()
622 next = pmsg->kpm_next; in conskbdclose()
623 if (pmsg->kpm_upper_queue == WR(q)) { in conskbdclose()
629 while (pmsg->kpm_resp_list != NULL) { in conskbdclose()
630 mp = pmsg->kpm_resp_list; in conskbdclose()
631 pmsg->kpm_resp_list = mp->b_next; in conskbdclose()
635 mutex_destroy(&pmsg->kpm_lock); in conskbdclose()
636 kmem_free(pmsg, sizeof (*pmsg)); in conskbdclose()
[all …]
/onnv-gate/usr/src/common/openssl/crypto/
H A Dcryptlib.c731 const TCHAR *pmsg=buf; in OPENSSL_showfatal() local
732 ReportEvent(h,EVENTLOG_ERROR_TYPE,0,0,0,1,0,&pmsg,0); in OPENSSL_showfatal()
/onnv-gate/usr/src/cmd/abi/appcert/scripts/
H A Dsymreport.pl129 pmsg("\n");
167 pmsg("%s", $tout);
H A DAppcertUtil.pm103 &pmsg
773 sub pmsg subroutine
/onnv-gate/usr/src/uts/sun4u/starcat/io/
H A Dschpc.c166 static void schpc_reply_handler(pcimsg_t *pmsg, uint32_t type, uint32_t cmd,
2688 schpc_event_filter(pcimsg_t *pmsg) in schpc_event_filter() argument
2703 bcopy(pmsg, pevent, sizeof (pcimsg_t)); in schpc_event_filter()
2827 schpc_reply_handler(pcimsg_t *pmsg, uint32_t type, uint32_t cmd, in schpc_reply_handler() argument
2858 bcopy((caddr_t)pmsg, &entry->reply, length); in schpc_reply_handler()