Searched defs:pmsg (Results 1 - 7 of 7) sorted by relevance

/illumos-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) strlcpy(pmsg->fname, fname, FLEN);
176 (void) strlcpy(pmsg->logname, login, LLEN);
177 if ((i = write(msgfd, pmsg, sizeof (struct message))) < 0)
H A Dcron.c2839 process_msg(struct message *pmsg, time_t reftime) argument
2841 if (pmsg->etype == NULL)
2844 switch (pmsg->etype) {
2846 if (pmsg->action == DELETE)
2847 del_atjob(pmsg->fname, pmsg->logname);
2849 mod_atjob(pmsg->fname, (time_t)0);
2852 if (pmsg->action == DELETE)
2853 del_ctab(pmsg->fname);
2855 mod_ctab(pmsg
[all...]
/illumos-gate/usr/src/cmd/abi/appcert/scripts/
H A DAppcertUtil.pm103 &pmsg
773 sub pmsg subroutine
/illumos-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);
/illumos-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...]
/illumos-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...]
/illumos-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,
2681 schpc_event_filter(pcimsg_t *pmsg) argument
2696 bcopy(pmsg, pevent, sizeof (pcimsg_t));
2820 schpc_reply_handler(pcimsg_t *pmsg, uint32_t type, uint32_t cmd, argument
2851 bcopy((caddr_t)pmsg, &entry->reply, length);

Completed in 753 milliseconds