HomeSort by relevance Sort by last modified time
    Searched refs:msgp (Results 1 - 25 of 76) sorted by null

1 2 3 4

  /external/ltp/testcases/open_posix_testsuite/conformance/definitions/mqueue_h/
6-1-buildonly.c 15 char *msgp; local
18 msg_size = mq_receive(mqdes, msgp, msg_len, &msg_prio);
7-1-buildonly.c 14 char *msgp; local
18 err = mq_receive(mqdes, msgp, msg_len, &msg_prio);
10-1-buildonly.c 15 char *msgp; local
21 msgp = NULL;
25 err = mq_timedsend(mqdes, msgp, msg_len, msg_prio, &timeout);
9-1-buildonly.c 17 char *msgp; local
20 size = mq_timedreceive(mqdes, msgp, msg_len, &msg_prio, &abstime);
  /hardware/qcom/gps/loc_api/libloc_api_50001/
loc_eng_dmn_conn_glue_msg.h 42 int loc_eng_dmn_conn_glue_msgsnd(int msgqid, const void * msgp, size_t msgsz);
43 int loc_eng_dmn_conn_glue_msgrcv(int msgqid, void *msgp, size_t msgsz);
loc_eng_dmn_conn_glue_msg.c 98 msgp - pointer to the message to be sent
111 int loc_eng_dmn_conn_glue_msgsnd(int msgqid, const void * msgp, size_t msgsz)
114 struct ctrl_msgbuf *pmsg = (struct ctrl_msgbuf *) msgp;
117 result = loc_eng_dmn_conn_glue_pipewrite(msgqid, msgp, msgsz);
133 msgp - pointer to the buffer to hold the message
146 int loc_eng_dmn_conn_glue_msgrcv(int msgqid, void *msgp, size_t msgbufsz)
149 struct ctrl_msgbuf *pmsg = (struct ctrl_msgbuf *) msgp;
162 result = loc_eng_dmn_conn_glue_piperead(msgqid, (uint8_t *) msgp + sizeof(pmsg->msgsz), pmsg->msgsz - sizeof(pmsg->msgsz));
LocEngAdapter.h 69 typedef void (*loc_msg_sender)(void* loc_eng_data_p, void* msgp);
  /hardware/qcom/gps/msm8084/loc_api/libloc_api_50001/
loc_eng_dmn_conn_glue_msg.h 42 int loc_eng_dmn_conn_glue_msgsnd(int msgqid, const void * msgp, size_t msgsz);
43 int loc_eng_dmn_conn_glue_msgrcv(int msgqid, void *msgp, size_t msgsz);
loc_eng_dmn_conn_glue_msg.c 98 msgp - pointer to the message to be sent
111 int loc_eng_dmn_conn_glue_msgsnd(int msgqid, const void * msgp, size_t msgsz)
114 struct ctrl_msgbuf *pmsg = (struct ctrl_msgbuf *) msgp;
117 result = loc_eng_dmn_conn_glue_pipewrite(msgqid, msgp, msgsz);
133 msgp - pointer to the buffer to hold the message
146 int loc_eng_dmn_conn_glue_msgrcv(int msgqid, void *msgp, size_t msgbufsz)
149 struct ctrl_msgbuf *pmsg = (struct ctrl_msgbuf *) msgp;
162 result = loc_eng_dmn_conn_glue_piperead(msgqid, (uint8_t *) msgp + sizeof(pmsg->msgsz), pmsg->msgsz - sizeof(pmsg->msgsz));
LocEngAdapter.h 70 typedef void (*loc_msg_sender)(void* loc_eng_data_p, void* msgp);
  /hardware/qcom/gps/msm8909/loc_api/libloc_api_50001/
loc_eng_dmn_conn_glue_msg.h 42 int loc_eng_dmn_conn_glue_msgsnd(int msgqid, const void * msgp, size_t msgsz);
43 int loc_eng_dmn_conn_glue_msgrcv(int msgqid, void *msgp, size_t msgsz);
loc_eng_dmn_conn_glue_msg.c 98 msgp - pointer to the message to be sent
111 int loc_eng_dmn_conn_glue_msgsnd(int msgqid, const void * msgp, size_t msgsz)
114 struct ctrl_msgbuf *pmsg = (struct ctrl_msgbuf *) msgp;
117 result = loc_eng_dmn_conn_glue_pipewrite(msgqid, msgp, msgsz);
133 msgp - pointer to the buffer to hold the message
146 int loc_eng_dmn_conn_glue_msgrcv(int msgqid, void *msgp, size_t msgbufsz)
149 struct ctrl_msgbuf *pmsg = (struct ctrl_msgbuf *) msgp;
162 result = loc_eng_dmn_conn_glue_piperead(msgqid, (uint8_t *) msgp + sizeof(pmsg->msgsz), pmsg->msgsz - sizeof(pmsg->msgsz));
  /hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
loc_eng_dmn_conn_glue_msg.h 42 int loc_eng_dmn_conn_glue_msgsnd(int msgqid, const void * msgp, size_t msgsz);
43 int loc_eng_dmn_conn_glue_msgrcv(int msgqid, void *msgp, size_t msgsz);
loc_eng_dmn_conn_glue_msg.c 98 msgp - pointer to the message to be sent
111 int loc_eng_dmn_conn_glue_msgsnd(int msgqid, const void * msgp, size_t msgsz)
114 struct ctrl_msgbuf *pmsg = (struct ctrl_msgbuf *) msgp;
117 result = loc_eng_dmn_conn_glue_pipewrite(msgqid, msgp, msgsz);
133 msgp - pointer to the buffer to hold the message
146 int loc_eng_dmn_conn_glue_msgrcv(int msgqid, void *msgp, size_t msgbufsz)
149 struct ctrl_msgbuf *pmsg = (struct ctrl_msgbuf *) msgp;
162 result = loc_eng_dmn_conn_glue_piperead(msgqid, (uint8_t *) msgp + sizeof(pmsg->msgsz), pmsg->msgsz - sizeof(pmsg->msgsz));
  /hardware/qcom/gps/msm8994/loc_api/libloc_api_50001/
loc_eng_dmn_conn_glue_msg.h 42 int loc_eng_dmn_conn_glue_msgsnd(int msgqid, const void * msgp, size_t msgsz);
43 int loc_eng_dmn_conn_glue_msgrcv(int msgqid, void *msgp, size_t msgsz);
loc_eng_dmn_conn_glue_msg.c 98 msgp - pointer to the message to be sent
111 int loc_eng_dmn_conn_glue_msgsnd(int msgqid, const void * msgp, size_t msgsz)
114 struct ctrl_msgbuf *pmsg = (struct ctrl_msgbuf *) msgp;
117 result = loc_eng_dmn_conn_glue_pipewrite(msgqid, msgp, msgsz);
133 msgp - pointer to the buffer to hold the message
146 int loc_eng_dmn_conn_glue_msgrcv(int msgqid, void *msgp, size_t msgbufsz)
149 struct ctrl_msgbuf *pmsg = (struct ctrl_msgbuf *) msgp;
162 result = loc_eng_dmn_conn_glue_piperead(msgqid, (uint8_t *) msgp + sizeof(pmsg->msgsz), pmsg->msgsz - sizeof(pmsg->msgsz));
  /hardware/qcom/gps/msm8996/loc_api/libloc_api_50001/
loc_eng_dmn_conn_glue_msg.h 42 int loc_eng_dmn_conn_glue_msgsnd(int msgqid, const void * msgp, size_t msgsz);
43 int loc_eng_dmn_conn_glue_msgrcv(int msgqid, void *msgp, size_t msgsz);
loc_eng_dmn_conn_glue_msg.c 98 msgp - pointer to the message to be sent
111 int loc_eng_dmn_conn_glue_msgsnd(int msgqid, const void * msgp, size_t msgsz)
114 struct ctrl_msgbuf *pmsg = (struct ctrl_msgbuf *) msgp;
117 result = loc_eng_dmn_conn_glue_pipewrite(msgqid, msgp, msgsz);
133 msgp - pointer to the buffer to hold the message
146 int loc_eng_dmn_conn_glue_msgrcv(int msgqid, void *msgp, size_t msgbufsz)
149 struct ctrl_msgbuf *pmsg = (struct ctrl_msgbuf *) msgp;
162 result = loc_eng_dmn_conn_glue_piperead(msgqid, (uint8_t *) msgp + sizeof(pmsg->msgsz), pmsg->msgsz - sizeof(pmsg->msgsz));
  /external/ltp/include/
tst_safe_sysv_ipc.h 30 int safe_msgsnd(const char *file, const int lineno, int msqid, const void *msgp,
32 #define SAFE_MSGSND(msqid, msgp, msgsz, msgflg) \
33 safe_msgsnd(__FILE__, __LINE__, (msqid), (msgp), (msgsz), (msgflg))
35 ssize_t safe_msgrcv(const char *file, const int lineno, int msqid, void *msgp,
37 #define SAFE_MSGRCV(msqid, msgp, msgsz, msgtyp, msgflg) \
38 safe_msgrcv(__FILE__, __LINE__, (msqid), (msgp), (msgsz), (msgtyp), (msgflg))
  /external/ltp/lib/
tst_safe_sysv_ipc.c 39 int safe_msgsnd(const char *file, const int lineno, int msqid, const void *msgp,
44 rval = msgsnd(msqid, msgp, msgsz, msgflg);
48 file, lineno, msqid, msgp, msgsz, msgflg);
54 ssize_t safe_msgrcv(const char *file, const int lineno, int msqid, void *msgp,
59 rval = msgrcv(msqid, msgp, msgsz, msgtyp, msgflg);
63 file, lineno, msqid, msgp, msgsz, msgtyp, msgflg);
  /bionic/libc/kernel/uapi/linux/
ipc.h 45 struct msgbuf __user * msgp; member in struct:ipc_kludge
  /external/kernel-headers/original/uapi/linux/
ipc.h 59 struct msgbuf __user *msgp; member in struct:ipc_kludge
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
ipc.h 58 struct msgbuf *msgp; member in struct:ipc_kludge
  /external/ppp/pppd/plugins/
winbind.c 95 char **msgp,
476 * msgp -- Message which will be sent in PAP response
487 char **msgp,
491 if (run_ntlm_auth(NULL, NULL, user, password, NULL, 0, NULL, 0, NULL, 0, NULL, msgp) == AUTHENTICATED) {
  /external/compiler-rt/lib/tsan/rtl/
tsan_platform_linux.cc 299 int ExtractRecvmsgFDs(void *msgp, int *fds, int nfd) {
301 msghdr *msg = (msghdr*)msgp;

Completed in 614 milliseconds

1 2 3 4