Searched refs:restype (Results 1 – 9 of 9) sorted by relevance
| /linux/tools/perf/scripts/python/ |
| H A D | libxed.py | 55 self.xed_tables_init.restype = None 59 self.xed_decoded_inst_zero.restype = None 63 self.xed_operand_values_set_mode.restype = None 67 self.xed_decoded_inst_zero_keep_mode.restype = None 71 self.xed_decode.restype = c_int 75 self.xed_format_context.restype = c_uint
|
| H A D | export-to-postgresql.py | 242 PQconnectdb.restype = c_void_p 247 PQstatus.restype = c_int 250 PQexec.restype = c_void_p 253 PQresultStatus.restype = c_int 256 PQputCopyData.restype = c_int 259 PQputCopyEnd.restype = c_int
|
| /linux/drivers/infiniband/hw/cxgb4/ |
| H A D | t4fw_ri_api.h | 273 __u8 restype; member 283 __u8 restype; member 297 __u8 restype; member
|
| /linux/sound/pci/au88x0/ |
| H A D | au88x0_core.c | 2002 vortex_adb_checkinout(vortex_t * vortex, int resmap[], int out, int restype) in vortex_adb_checkinout() argument 2004 int i, qty = resnum[restype], resinuse = 0; in vortex_adb_checkinout() 2009 resinuse |= vortex->dma_adb[i].resources[restype]; in vortex_adb_checkinout() 2011 resinuse |= vortex->fixed_res[restype]; in vortex_adb_checkinout() 2016 resmap[restype] |= (1 << i); in vortex_adb_checkinout() 2018 vortex->dma_adb[i].resources[restype] |= (1 << i); in vortex_adb_checkinout() 2032 if (resmap[restype] & (1 << i)) { in vortex_adb_checkinout() 2033 resmap[restype] &= ~(1 << i); in vortex_adb_checkinout() 2045 restype); in vortex_adb_checkinout()
|
| H A D | au88x0.h | 239 int restype);
|
| /linux/fs/nfs/ |
| H A D | nfs2xdr.c | 1053 #define PROC(proc, argtype, restype, timer) \ argument 1057 .p_decode = nfs2_xdr_dec_##restype, \ 1059 .p_replen = NFS_##restype##_sz, \
|
| H A D | nfs4xdr.c | 7704 #define PROC(proc, argtype, restype) \ argument 7708 .p_decode = nfs4_xdr_##restype, \ 7710 .p_replen = NFS4_##restype##_sz, \ 7721 #define PROC40(proc, argtype, restype) \ argument 7722 PROC(proc, argtype, restype) 7724 #define PROC40(proc, argtype, restype) \ argument 7728 #define PROC41(proc, argtype, restype) \ argument 7729 PROC(proc, argtype, restype) 7732 #define PROC42(proc, argtype, restype) \ argument 7733 PROC(proc, argtype, restype) [all …]
|
| /linux/drivers/pci/controller/ |
| H A D | pcie-rcar-host.c | 847 u64 restype = entry->res->flags; in rcar_pcie_inbound_ranges() local 856 if (restype & IORESOURCE_PREFETCH) in rcar_pcie_inbound_ranges()
|
| /linux/fs/nfsd/ |
| H A D | nfs4callback.c | 1117 #define PROC(proc, call, argtype, restype) \ argument 1121 .p_decode = nfs4_xdr_dec_##restype, \ 1123 .p_replen = NFS4_dec_##restype##_sz, \
|