/src/usr.bin/logger/ |
logger.c | 72 const char *msgid = "-"; local in function:main 93 case 'm': /* msgid field */ 94 msgid = optarg; 127 syslogp(pri, msgid, sd, "%s", buf); 131 syslogp(pri, msgid, sd, "%s", *argv++); 140 syslogp(pri, msgid, sd, "%s", buf); 146 syslogp(pri, msgid, sd, "%s", buf); 199 "Usage: %s [-cins] [-d SD] [-f file] [-m msgid] "
|
/src/sys/external/bsd/vchiq/dist/interface/vchiq_arm/ |
vchiq_if.h | 83 int msgid; member in struct:vchiq_header_struct
|
vchiq_core.c | 578 header->msgid = VCHIQ_MSGID_PADDING; 660 int msgid = header->msgid; local in function:process_free_queue 661 if (VCHIQ_MSG_TYPE(msgid) == VCHIQ_MSG_DATA) { 662 int port = VCHIQ_MSG_SRCPORT(msgid); 682 "(header %p, msgid %x, " 683 "header->msgid %x, " 688 header, msgid, 689 header->msgid, 723 ", msgid %x, 1130 int msgid = header->msgid; local in function:release_slot 1191 int msgid = VCHIQ_MAKE_MSG(msgtype, service->localport, local in function:notify_bulks 1513 int msgid, size; local in function:parse_open 1642 int msgid, size; local in function:parse_rx_slots 2172 int msgid, size; local in function:sync_func 2789 int msgid = header->msgid; local in function:release_service_messages 3528 int msgid = header->msgid; local in function:vchiq_release_message [all...] |
/src/sys/sys/ |
ipmi.h | 57 long msgid; member in struct:ipmi_req 68 long msgid; member in struct:ipmi_recv
|
/src/usr.bin/gencat/ |
gencat.c | 100 long msgId; 131 static void MCDelMsg(int msgId); 132 static void MCAddMsg(int msgId, const char *msg); 469 int msgid = 0; local in function:MCParse 481 msgid = 0; 518 msgid = atoi(cptr); 523 MCAddMsg(msgid, ""); 545 MCDelMsg(msgid); 548 MCAddMsg(msgid, str); 728 msg_hdr->__msgno = htonl(msg->msgId); [all...] |
/src/lib/libintl/ |
gettext.c | 83 gettext(const char *msgid) 86 return dcngettext(NULL, msgid, NULL, 1UL, LC_MESSAGES); 90 dgettext(const char *domainname, const char *msgid) 93 return dcngettext(domainname, msgid, NULL, 1UL, LC_MESSAGES); 97 dcgettext(const char *domainname, const char *msgid, int category) 100 return dcngettext(domainname, msgid, NULL, 1UL, category); 119 pgettext(const char *msgctxt, const char *msgid) 122 return pgettext_impl(NULL, msgctxt, msgid, NULL, 1UL, LC_MESSAGES); 126 dpgettext(const char *domainname, const char *msgctxt, const char *msgid) 129 return pgettext_impl(domainname, msgctxt, msgid, NULL, 1UL, LC_MESSAGES) 952 const char *msgid; local in function:dcngettext [all...] |
/src/usr.sbin/syslogd/ |
syslogd.h | 285 char *msgid; member in struct:buf_msg
|
/src/tests/lib/libpthread/ |
t_cancellation.c | 390 int msgid; local in function:cancelpoint_msgrcv 393 RL(msgid = msgget(IPC_PRIVATE, IPC_CREAT)); 394 pthread_cleanup_push(&cleanup_msgid, &msgid); 396 RL(msgrcv(msgid, buf, sizeof(buf), 0, 0)); 403 int msgid; local in function:cancelpoint_msgsnd 406 RL(msgid = msgget(IPC_PRIVATE, IPC_CREAT)); 407 pthread_cleanup_push(&cleanup_msgid, &msgid); 409 RL(msgsnd(msgid, buf, sizeof(buf), 0));
|