HomeSort by: relevance | last modified time | path
    Searched defs:msgp (Results 1 - 8 of 8) sorted by relevancy

  /src/external/bsd/openpam/dist/lib/libpam/
pam_vprompt.c 68 const struct pam_message *msgp; local
86 msgp = &msg;
88 r = (conv->conv)(1, &msgp, &rsp, conv->appdata_ptr);
  /src/external/bsd/ntp/dist/include/
adjtime.h 47 struct msgbuf msgp; member in union:__anon7345
  /src/external/bsd/openpam/dist/modules/pam_unix/
pam_unix.c 72 const struct pam_message *msgp; local
96 msgp = &msg;
104 pam_err = (*conv->conv)(1, &msgp, &resp, conv->appdata_ptr);
  /src/external/bsd/ntp/dist/libntp/
adjtime.c 219 register MsgBuf *msgp = &msg; local
228 msgp->msgb.mtype = CLIENT;
229 msgp->msgb.tv = *delta;
231 msgp->msgb.code = DELTA2;
233 msgp->msgb.code = DELTA1;
239 if (msgsnd(mqid, &msgp->msgp, MSGSIZE, 0) == -1)
242 if (msgrcv(mqid, &msgp->msgp, MSGSIZE, SERVER, 0) == -1)
244 *olddelta = msgp->msgb.tv
    [all...]
  /src/sys/compat/netbsd32/
netbsd32_syscallargs.h 1181 syscallarg(netbsd32_voidp) msgp; member in struct:netbsd32_msgsnd_args
1189 syscallarg(netbsd32_voidp) msgp; member in struct:netbsd32_msgrcv_args
  /src/sys/sys/
syscallargs.h 1437 syscallarg(const void *) msgp; member in struct:sys_msgsnd_args
1447 syscallarg(void *) msgp; member in struct:sys_msgrcv_args
  /src/external/gpl3/gcc/dist/gcc/cp/
call.cc 5471 const char *msgp = concat (match ? G_("ambiguous overload for ") local
5475 msg = concat (msgp, G_(" (operand types are %qT, %qT, and %qT)"), NULL);
5477 msg = concat (msgp, G_(" (operand types are %qT and %qT)"), NULL);
5479 msg = concat (msgp, G_(" (operand type is %qT)"), NULL);
  /src/external/gpl3/gcc.old/dist/gcc/cp/
call.cc 5150 const char *msgp = concat (match ? G_("ambiguous overload for ") local
5154 msg = concat (msgp, G_(" (operand types are %qT, %qT, and %qT)"), NULL);
5156 msg = concat (msgp, G_(" (operand types are %qT and %qT)"), NULL);
5158 msg = concat (msgp, G_(" (operand type is %qT)"), NULL);

Completed in 39 milliseconds