Searched refs:qbytes (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/ipc/
H A Dmsg.c340 unsigned long qbytes; member in struct:msq_setbuf
357 out->qbytes = tbuf.msg_qbytes;
376 out->qbytes = tbuf_old.msg_lqbytes;
378 out->qbytes = tbuf_old.msg_qbytes;
515 err = audit_ipc_set_perm(setbuf.qbytes, setbuf.uid, setbuf.gid,
535 if (setbuf.qbytes > ns->msg_ctlmnb && !capable(CAP_SYS_RESOURCE))
538 msq->q_qbytes = setbuf.qbytes;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Daudit.h397 extern int __audit_ipc_set_perm(unsigned long qbytes, uid_t uid, gid_t gid, mode_t mode);
422 static inline int audit_ipc_set_perm(unsigned long qbytes, uid_t uid, gid_t gid, mode_t mode) argument
425 return __audit_ipc_set_perm(qbytes, uid, gid, mode);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/demos/engines/ibmca/
H A Dhw_ibmca.c649 unsigned int qbytes = BN_num_bytes(q); local
681 keyRecordSize = pbytes+qbytes+dmp1bytes+dmq1bytes+iqmpbytes;
687 if ( (qbytes + dmq1bytes) > 256 ){
728 (iqmpbytes > pSize) || ( qbytes >qSize) ||
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/demos/engines/ibmca/
H A Dhw_ibmca.c649 unsigned int qbytes = BN_num_bytes(q); local
681 keyRecordSize = pbytes+qbytes+dmp1bytes+dmq1bytes+iqmpbytes;
687 if ( (qbytes + dmq1bytes) > 256 ){
728 (iqmpbytes > pSize) || ( qbytes >qSize) ||
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/
H A Dauditsc.c148 unsigned long qbytes; member in struct:audit_aux_data_ipcctl
971 "qbytes=%lx ouid=%u ogid=%u mode=%x",
972 axi->qbytes, axi->uid, axi->gid, axi->mode);
1798 * @qbytes: msgq bytes
1805 int __audit_ipc_set_perm(unsigned long qbytes, uid_t uid, gid_t gid, mode_t mode) argument
1814 ax->qbytes = qbytes;

Completed in 140 milliseconds