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

/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.lib/pppoe/
H A Dpppoec.c796 save_message(const poemsg_t *pmsg) argument
801 newmsg = (poemsg_t *)malloc(sizeof (*pmsg) + pmsg->poemsg_len +
802 strlen(pmsg->poemsg_iname) + 1);
806 (void) memcpy(newmsg + 1, pmsg->poemsg_data, pmsg->poemsg_len);
807 newmsg->poemsg_len = pmsg->poemsg_len;
808 cp = (char *)newmsg->poemsg_data + pmsg->poemsg_len;
810 (void) strcpy(cp, pmsg->poemsg_iname);
811 (void) memcpy(&newmsg->poemsg_sender, &pmsg
915 act_none(poesm_t *psm, poemsg_t *pmsg, int event, int nextst) argument
922 act_fail(poesm_t *psm, poemsg_t *pmsg, int event, int nextst) argument
931 act_spadi(poesm_t *psm, poemsg_t *pmsg, int event, int nextst) argument
953 act_add(poesm_t *psm, poemsg_t *pmsg, int event, int nextst) argument
968 act_spadr(poesm_t *psm, poemsg_t *pmsg, int event, int nextst) argument
1000 act_spadrp(poesm_t *psm, poemsg_t *pmsg, int event, int nextst) argument
1029 act_spadrn(poesm_t *psm, poemsg_t *pmsg, int event, int nextst) argument
1068 act_open(poesm_t *psm, poemsg_t *pmsg, int event, int nextst) argument
1204 handle_event(poesm_t *psm, int event, poemsg_t *pmsg) argument
1248 error_check(poemsg_t *pmsg) argument
1275 get_sequence(const poemsg_t *pmsg) argument
1404 poemsg_t pmsg; local
[all...]
/opensolaris-onvv-gate/usr/src/cmd/cron/
H A Dfuncs.c156 struct message *pmsg, msgbuf; local
160 pmsg = &msgbuf;
173 pmsg->etype = etype;
174 pmsg->action = action;
175 (void) strncpy(pmsg->fname, fname, FLEN);
176 (void) strncpy(pmsg->logname, login, LLEN);
177 if ((i = write(msgfd, pmsg, sizeof (struct message))) < 0)
H A Dcron.c2826 process_msg(struct message *pmsg, time_t reftime) argument
2828 if (pmsg->etype == NULL)
2831 switch (pmsg->etype) {
2833 if (pmsg->action == DELETE)
2834 del_atjob(pmsg->fname, pmsg->logname);
2836 mod_atjob(pmsg->fname, (time_t)0);
2839 if (pmsg->action == DELETE)
2840 del_ctab(pmsg->fname);
2842 mod_ctab(pmsg
[all...]
/opensolaris-onvv-gate/usr/src/cmd/genmsg/
H A Dutil.c745 makeup_msg(char **pmsg) argument
750 msg = *pmsg;
769 *pmsg = ustrdup(buf);
772 msg = *pmsg;
779 *pmsg = ustrdup(buf);
782 msg = *pmsg;
798 *pmsg = ustrdup(buf);
/opensolaris-onvv-gate/usr/src/uts/common/io/
H A Dconskbd.c602 conskbd_pending_msg_t *pmsg, *prev, *next; local
620 for (prev = NULL, pmsg = conskbd_msg_queue; pmsg != NULL;
621 pmsg = next) {
622 next = pmsg->kpm_next;
623 if (pmsg->kpm_upper_queue == WR(q)) {
629 while (pmsg->kpm_resp_list != NULL) {
630 mp = pmsg->kpm_resp_list;
631 pmsg->kpm_resp_list = mp->b_next;
635 mutex_destroy(&pmsg
[all...]
/opensolaris-onvv-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
/opensolaris-onvv-gate/usr/src/common/openssl/crypto/
H A Dcryptlib.c731 const TCHAR *pmsg=buf; local
732 ReportEvent(h,EVENTLOG_ERROR_TYPE,0,0,0,1,0,&pmsg,0);
/opensolaris-onvv-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) argument
2703 bcopy(pmsg, pevent, sizeof (pcimsg_t));
2827 schpc_reply_handler(pcimsg_t *pmsg, uint32_t type, uint32_t cmd, argument
2858 bcopy((caddr_t)pmsg, &entry->reply, length);

Completed in 140 milliseconds