Searched refs:dq (Results 1 - 22 of 22) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/modules/
H A Dvfs_default_quota.c45 static int default_quota_get_quota(vfs_handle_struct *handle, connection_struct *conn, enum SMB_QUOTA_TYPE qtype, unid_t id, SMB_DISK_QUOTA *dq) argument
49 if ((ret=SMB_VFS_NEXT_GET_QUOTA(handle, conn, qtype, id, dq))!=0) {
58 SMB_QUOTAS_SET_NO_LIMIT(dq);
66 SMB_QUOTAS_SET_NO_LIMIT(dq);
73 uint32 qflags = dq->qflags;
75 SMB_VFS_NEXT_GET_QUOTA(handle, conn, SMB_USER_QUOTA_TYPE, qid, dq);
76 dq->qflags = qflags;
83 uint32 qflags = dq->qflags;
85 SMB_VFS_NEXT_GET_QUOTA(handle, conn, SMB_GROUP_QUOTA_TYPE, qid, dq);
86 dq
99 default_quota_set_quota(vfs_handle_struct *handle, connection_struct *conn, enum SMB_QUOTA_TYPE qtype, unid_t id, SMB_DISK_QUOTA *dq) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/md/
H A Draid6recov.c27 u8 *p, *q, *dp, *dq; local
41 dq = (u8 *)ptrs[failb];
43 ptrs[disks-1] = dq;
49 ptrs[failb] = dq;
60 qx = qmul[*q ^ *dq];
61 *dq++ = db = pbmul[px] ^ qx; /* Reconstructed B */
73 u8 *p, *q, *dq; local
81 dq = (u8 *)ptrs[faila];
83 ptrs[disks-1] = dq;
88 ptrs[faila] = dq;
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/s390/crypto/
H A Dzcrypt_cex2a.h85 unsigned char dq[64]; member in struct:type50_crb1_msg
98 unsigned char dq[128]; member in struct:type50_crb2_msg
H A Dzcrypt_pcica.h79 unsigned char dq[64]; member in struct:type4_scr
90 unsigned char dq[128]; member in struct:type4_lcr
H A Dzcrypt_cex2a.c136 unsigned char *p, *q, *dp, *dq, *u, *inp; local
170 dq = crb1->dq + sizeof(crb1->dq) - short_len;
183 dq = crb2->dq + sizeof(crb2->dq) - short_len;
191 copy_from_user(dq, crt->bq_key, short_len) ||
H A Dzcrypt_pcica.c137 unsigned char *p, *q, *dp, *dq, *u, *inp; local
155 dq = scr->dq + sizeof(scr->dq) - short_len;
169 dq = lcr->dq + sizeof(lcr->dq) - short_len;
177 copy_from_user(dq, crt->bq_key, short_len) ||
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dg726.c76 Float11 dq[6]; /**< prev. difference */ member in struct:G726Context
79 int pk[2]; /**< signs of prev. 2 sez + dq */
188 int dq, re_signal, pk0, fa1, i, tr, ylint, ylfrac, thr2, al, dq0; local
192 dq = inverse_quant(c, I);
198 tr= (c->td == 1 && dq > ((3*thr2)>>2));
201 dq = -dq;
202 re_signal = c->se + dq;
205 pk0 = (c->sez + dq) ? sgn(c->sez + dq)
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/x86/
H A Ddsputil_mmx.h88 SBUTTERFLY(a,c,d,dq,q) /* a=aeim d=bfjn */\
89 SBUTTERFLY(t,b,c,dq,q) /* t=cgko c=dhlp */
114 SBUTTERFLY(a,c,h,dq,dqa)\
115 SBUTTERFLY(%%xmm8,b,c,dq,dqa)\
116 SBUTTERFLY(e,g,b,dq,dqa)\
117 SBUTTERFLY(d,f,g,dq,dqa)\
132 SBUTTERFLY(a,c,h,dq,dqa)\
135 SBUTTERFLY(h,b,c,dq,dqa)\
136 SBUTTERFLY(e,g,b,dq,dqa)\
137 SBUTTERFLY(d,f,g,dq,dq
[all...]
H A Dh264_deblock_sse2.asm132 SBUTTERFLY dq, m7, m3, m0
133 SBUTTERFLY dq, m1, m2, m5
163 SBUTTERFLY dq, m0, m4, m5
164 SBUTTERFLY dq, m7, m2, m4
169 SBUTTERFLY dq, m3, %11, m0
170 SBUTTERFLY dq, m6, m1, m5
H A Dfft_mmx.asm43 %define pointer dq
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/etc/afpd/
H A Dquota.c431 static int getfsquota(struct vol *vol, const int uid, struct dqblk *dq) argument
445 qc.addr = (caddr_t)dq;
452 if ( quota( Q_GETDLIM, uid, vol->v_gvs, dq ) != 0 ) {
473 uid, (char *)dq ) != 0 ) {
489 uid, (char *)dq ) != 0 ) {
497 if (get_linux_quota (WANT_USER_QUOTA, vol->v_gvs, uid, dq) !=0) {
519 ( overquota( dq ) ? 0 : ( dq->dqb_bhardlimit ? dq->dqb_bhardlimit -
520 dq
545 getquota( struct vol *vol, struct dqblk *dq, const u_int32_t bsize) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Dquota.c522 static int getfsquota(struct vol *vol, const int uid, struct dqblk *dq) argument
536 qc.addr = (caddr_t)dq;
543 if ( quota( Q_GETDLIM, uid, vol->v_gvs, dq ) != 0 ) {
564 uid, (char *)dq ) != 0 ) {
580 uid, (char *)dq ) != 0 ) {
588 if (get_linux_quota (WANT_USER_QUOTA, vol->v_gvs, uid, dq) !=0) {
610 ( overquota( dq ) ? 0 : ( dq->dqb_bhardlimit ? dq->dqb_bhardlimit -
611 dq
636 getquota( struct vol *vol, struct dqblk *dq, const u_int32_t bsize) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/
H A Dxfs_qmops.c37 struct xfs_dquot *dq)
33 xfs_dqvopchown_default( struct xfs_trans *tp, struct xfs_inode *ip, struct xfs_dquot **dqp, struct xfs_dquot *dq) argument
H A Dxfs_mount.h170 #define XFS_QM_DQRELE(mp, dq) \
171 (*(mp)->m_qm_ops.xfs_dqrele)(dq)
184 #define XFS_QM_DQVOPCHOWN(mp, tp, ip, dqp, dq) \
185 (*(mp)->m_qm_ops.xfs_dqvopchown)(tp, ip, dqp, dq)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/quota/
H A Dxfs_qm_bhv.c374 xfs_dquot_t *dq)
379 if (!dq)
381 xfs_qm_dqrele(dq);
373 xfs_qm_dqrele_null( xfs_dquot_t *dq) argument
H A Dxfs_qm.c2793 xfs_qm_freelist_insert(xfs_frlist_t *ql, xfs_dquot_t *dq) argument
2795 dq->dq_flnext = ql->qh_next;
2796 dq->dq_flprev = (xfs_dquot_t *)ql;
2797 ql->qh_next = dq;
2798 dq->dq_flnext->dq_flprev = dq;
2804 xfs_qm_freelist_unlink(xfs_dquot_t *dq) argument
2806 xfs_dquot_t *next = dq->dq_flnext;
2807 xfs_dquot_t *prev = dq->dq_flprev;
2811 dq
2817 xfs_qm_freelist_append(xfs_frlist_t *ql, xfs_dquot_t *dq) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Dqlogicpti.c1301 struct scsi_cmnd *dq; local
1304 dq = qlogicpti_intr_handler(qpti);
1306 if (dq != NULL) {
1310 next = (struct scsi_cmnd *) dq->host_scribble;
1311 dq->scsi_done(dq);
1312 dq = next;
1313 } while (dq != NULL);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/examples/VFS/
H A Dskel_opaque.c59 static int skel_get_quota(vfs_handle_struct *handle, connection_struct *conn, enum SMB_QUOTA_TYPE qtype, unid_t id, SMB_DISK_QUOTA *dq) argument
61 return vfswrap_get_quota(NULL, conn, qtype, id, dq);
64 static int skel_set_quota(vfs_handle_struct *handle, connection_struct *conn, enum SMB_QUOTA_TYPE qtype, unid_t id, SMB_DISK_QUOTA *dq) argument
66 return vfswrap_set_quota(NULL, conn, qtype, id, dq);
H A Dskel_transparent.c58 static int skel_get_quota(vfs_handle_struct *handle, connection_struct *conn, enum SMB_QUOTA_TYPE qtype, unid_t id, SMB_DISK_QUOTA *dq) argument
60 return SMB_VFS_NEXT_GET_QUOTA(handle, conn, qtype, id, dq);
63 static int skel_set_quota(vfs_handle_struct *handle, connection_struct *conn, enum SMB_QUOTA_TYPE qtype, unid_t id, SMB_DISK_QUOTA *dq) argument
65 return SMB_VFS_NEXT_SET_QUOTA(handle, conn, qtype, id, dq);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/engine/
H A Dhw_ubsec.c89 const BIGNUM *dq, const BIGNUM *qinv, BN_CTX *ctx);
621 const BIGNUM *dq, const BIGNUM *qinv, BN_CTX *ctx)
652 (unsigned char *)dq->d, BN_num_bits(dq),
619 ubsec_mod_exp_crt(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, const BIGNUM *q, const BIGNUM *dp, const BIGNUM *dq, const BIGNUM *qinv, BN_CTX *ctx) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/engines/
H A De_ubsec.c100 const BIGNUM *dq, const BIGNUM *qinv, BN_CTX *ctx);
631 const BIGNUM *dq, const BIGNUM *qinv, BN_CTX *ctx)
662 (unsigned char *)dq->d, BN_num_bits(dq),
629 ubsec_mod_exp_crt(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, const BIGNUM *q, const BIGNUM *dp, const BIGNUM *dq, const BIGNUM *qinv, BN_CTX *ctx) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/atm/
H A Dfirestream.c603 static struct FS_BPENTRY dq[60]; variable in typeref:struct:FS_BPENTRY
1141 dq[qd].flags = td->flags;
1142 dq[qd].next = td->next;
1143 dq[qd].bsa = td->bsa;
1144 dq[qd].skb = td->skb;
1145 dq[qd].dev = td->dev;

Completed in 269 milliseconds