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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dmsg.h106 size_t msgsz, int msgflg);
108 size_t msgsz, long msgtyp, int msgflg);
H A Dsyscalls.h656 size_t msgsz, int msgflg);
658 size_t msgsz, long msgtyp, int msgflg);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/parisc/kernel/
H A Dsys_parisc32.c106 size_t msgsz, int msgflg)
112 if ((mb = kmalloc(msgsz + sizeof *mb + 4, GFP_KERNEL)) == NULL)
117 err |= copy_from_user(mb->mtext, &umsgp32->mtext, msgsz);
122 KERNEL_SYSCALL(err, sys_msgsnd, msqid, (struct msgbuf __user *)mb, msgsz, msgflg);
130 size_t msgsz, long msgtyp, int msgflg)
136 if ((mb = kmalloc(msgsz + sizeof *mb + 4, GFP_KERNEL)) == NULL)
139 KERNEL_SYSCALL(err, sys_msgrcv, msqid, (struct msgbuf __user *)mb, msgsz, msgtyp, msgflg);
104 sys32_msgsnd(int msqid, struct msgbuf32 __user *umsgp32, size_t msgsz, int msgflg) argument
128 sys32_msgrcv(int msqid, struct msgbuf32 __user *umsgp32, size_t msgsz, long msgtyp, int msgflg) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/tile/kernel/
H A Dcompat.c112 size_t msgsz, int msgflg)
118 return do_msgsnd(msqid, mtype, msgp->mtext, msgsz, msgflg);
123 size_t msgsz, long msgtyp, int msgflg)
127 err = do_msgrcv(msqid, &mtype, msgp->mtext, msgsz, msgtyp, msgflg);
110 tile_compat_sys_msgsnd(int msqid, struct compat_msgbuf __user *msgp, size_t msgsz, int msgflg) argument
121 tile_compat_sys_msgrcv(int msqid, struct compat_msgbuf __user *msgp, size_t msgsz, long msgtyp, int msgflg) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/ipc/
H A Dmsg.c636 size_t msgsz, int msgflg)
645 if (msgsz > ns->msg_ctlmax || (long) msgsz < 0 || msqid < 0)
650 msg = load_msg(mtext, msgsz);
655 msg->m_ts = msgsz;
674 if (msgsz + msq->q_cbytes <= msq->q_qbytes &&
709 msq->q_cbytes += msgsz;
711 atomic_add(msgsz, &ns->msg_bytes);
726 SYSCALL_DEFINE4(msgsnd, int, msqid, struct msgbuf __user *, msgp, size_t, msgsz,
733 return do_msgsnd(msqid, mtype, msgp->mtext, msgsz, msgfl
635 do_msgsnd(int msqid, long mtype, void __user *mtext, size_t msgsz, int msgflg) argument
755 do_msgrcv(int msqid, long *pmtype, void __user *mtext, size_t msgsz, long msgtyp, int msgflg) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/kernel/
H A Dlinux32.c238 SYSCALL_DEFINE4(n32_msgsnd, int, msqid, u32, msgp, unsigned int, msgsz,
241 return compat_sys_msgsnd(msqid, msgsz, msgflg, compat_ptr(msgp));
244 SYSCALL_DEFINE5(n32_msgrcv, int, msqid, u32, msgp, size_t, msgsz,
247 return compat_sys_msgrcv(msqid, msgsz, msgtyp, msgflg, IPC_64,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/tile/include/asm/
H A Dcompat.h248 size_t msgsz, int msgflg);
251 size_t msgsz, long msgtyp, int msgflg);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/rep/
H A Drep_backup.c593 size_t len, msgsz; local
632 msgsz = __REP_FILEINFO_SIZE + DB_FILE_ID_LEN + msgfp->pgsize;
633 if ((ret = __os_calloc(env, 1, msgsz, &buf)) != 0)
739 msgfp, buf, msgsz, &len);
759 DB_ASSERT(env, len <= msgsz);
2068 size_t len, msgsz; local
2136 msgsz = __REP_FILEINFO_SIZE +
2138 if ((ret = __os_calloc(env, 1, msgsz, &buf)) != 0)
2141 rep->curinfo, buf, msgsz, &len)) != 0)
2221 size_t len, msgsz; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/ipath/
H A Dipath_intr.c454 unsigned supp_msgs, char *msg, u32 msgsz)
463 iserr = ipath_decode_err(dd, msg, msgsz,
501 u32 msgsz, int *noprint)
520 handle_supp_msgs(dd, supp_msgs, msg, msgsz);
453 handle_supp_msgs(struct ipath_devdata *dd, unsigned supp_msgs, char *msg, u32 msgsz) argument
499 handle_frequent_errors(struct ipath_devdata *dd, ipath_err_t errs, char *msg, u32 msgsz, int *noprint) argument

Completed in 96 milliseconds