Searched refs:restype (Results 1 - 14 of 14) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/utils/convertrc/
H A Dwxr2xml.cpp379 wxString s, restype; local
380 restype = res->GetType();
403 if (restype == _T("wxDialog"))
437 if (restype == _T("wxPanel"))
451 if (restype == _T("wxComboBox"))
463 if (restype == _T("wxGauge"))
474 if (restype == _T("wxRadioButton"))
480 if (restype == _T("wxStaticText"))
486 if (restype == _T("wxRadioBox"))
498 if (restype
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/lockd/
H A Dxdr.c538 #define PROC(proc, argtype, restype) \
542 .p_decode = (kxdrproc_t) nlmclt_decode_##restype, \
544 .p_replen = NLM_##restype##_sz, \
H A Dxdr4.c550 #define PROC(proc, argtype, restype) \
554 .p_decode = (kxdrproc_t) nlm4clt_decode_##restype, \
556 .p_replen = NLM4_##restype##_sz, \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nfsd/
H A Dnfs4callback.c418 #define PROC(proc, call, argtype, restype) \
422 .p_decode = (kxdrproc_t) nfs4_xdr_##restype, \
424 .p_replen = NFS4_##restype##_sz, \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/au88x0/
H A Dau88x0.h243 int restype);
H A Dau88x0_core.c1740 restype: Indicates type of resource to be checked in or out.
1743 vortex_adb_checkinout(vortex_t * vortex, int resmap[], int out, int restype) argument
1745 int i, qty = resnum[restype], resinuse = 0;
1750 resinuse |= vortex->dma_adb[i].resources[restype];
1752 resinuse |= vortex->fixed_res[restype];
1757 resmap[restype] |= (1 << i);
1759 vortex->dma_adb[i].resources[restype] |= (1 << i);
1763 restype, i);
1771 /* Checkin first resource of type restype. */
1773 if (resmap[restype]
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/webserver/src/
H A Dphp_syntree.cpp1584 PHP_VALUE_TYPE restype = cast_type_resolve(op1, op2); local
1587 if ( restype == PHP_VAL_FLOAT ) {
1594 if ( restype == PHP_VAL_FLOAT ) {
1601 if ( restype == PHP_VAL_FLOAT ) {
1608 if ( restype == PHP_VAL_FLOAT ) {
1615 if ( restype == PHP_VAL_FLOAT ) {
1622 if ( restype == PHP_VAL_FLOAT ) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/
H A Dprint-smb.c1178 int restype; local
1183 restype = EXTRACT_16BITS(p);
1195 if (restype == 0x21) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nfs/
H A Dnfs2xdr.c723 #define PROC(proc, argtype, restype, timer) \
727 .p_decode = (kxdrproc_t) nfs_xdr_##restype, \
729 .p_replen = NFS_##restype##_sz, \
H A Dnfs3xdr.c1138 #define PROC(proc, argtype, restype, timer) \
1142 .p_decode = (kxdrproc_t) nfs3_xdr_##restype, \
1144 .p_replen = NFS3_##restype##_sz, \
H A Dnfs4xdr.c5881 #define PROC(proc, argtype, restype) \
5885 .p_decode = (kxdrproc_t) nfs4_xdr_##restype, \
5887 .p_replen = NFS4_##restype##_sz, \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/cxgb4/
H A Dcq.c60 res->u.cq.restype = FW_RI_RES_TYPE_CQ;
137 res->u.cq.restype = FW_RI_RES_TYPE_CQ;
H A Dt4fw_ri_api.h276 __u8 restype; member in struct:fw_ri_res::fw_ri_restype::fw_ri_res_sqrq
286 __u8 restype; member in struct:fw_ri_res::fw_ri_restype::fw_ri_res_cq
H A Dqp.c149 res->u.sqrq.restype = FW_RI_RES_TYPE_SQ;
173 res->u.sqrq.restype = FW_RI_RES_TYPE_RQ;

Completed in 153 milliseconds