Home
last modified time | relevance | path

Searched refs:restype (Results 1 – 18 of 18) sorted by relevance

/openbmc/linux/tools/perf/scripts/python/
H A Dlibxed.py55 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 Dexport-to-postgresql.py242 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
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Dacl.py50 libacl.acl_get_file.restype = acl_t
91 libacl.acl_get_qualifier.restype = ctypes.c_void_p
/openbmc/linux/drivers/pci/controller/
H A Dpci-xgene.c369 u64 restype = resource_type(res); in xgene_pcie_setup_ob_reg() local
374 if (restype == IORESOURCE_MEM) { in xgene_pcie_setup_ob_reg()
412 u64 restype = resource_type(res); in xgene_pcie_map_ranges() local
416 switch (restype) { in xgene_pcie_map_ranges()
H A Dpcie-rcar-host.c879 u64 restype = entry->res->flags; in rcar_pcie_inbound_ranges() local
888 if (restype & IORESOURCE_PREFETCH) in rcar_pcie_inbound_ranges()
/openbmc/linux/fs/lockd/
H A Dclnt4xdr.c546 #define PROC(proc, argtype, restype) \ argument
550 .p_decode = nlm4_xdr_dec_##restype, \
552 .p_replen = NLM4_##restype##_sz, \
H A Dclntxdr.c551 #define PROC(proc, argtype, restype) \ argument
555 .p_decode = nlm_xdr_dec_##restype, \
557 .p_replen = NLM_##restype##_sz, \
/openbmc/linux/drivers/infiniband/hw/cxgb4/
H A Dt4fw_ri_api.h273 __u8 restype; member
283 __u8 restype; member
297 __u8 restype; member
H A Dcq.c56 res->u.cq.restype = FW_RI_RES_TYPE_CQ; in destroy_cq()
134 res->u.cq.restype = FW_RI_RES_TYPE_CQ; in create_cq()
H A Dqp.c324 res->u.sqrq.restype = FW_RI_RES_TYPE_SQ; in create_qp()
353 res->u.sqrq.restype = FW_RI_RES_TYPE_RQ; in create_qp()
2494 res->u.srq.restype = FW_RI_RES_TYPE_SRQ; in free_srq_queue()
2584 res->u.srq.restype = FW_RI_RES_TYPE_SRQ; in alloc_srq_queue()
/openbmc/linux/sound/pci/au88x0/
H A Dau88x0_core.c2002 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 Dau88x0.h239 int restype);
/openbmc/linux/fs/nfs/
H A Dnfs2xdr.c1121 #define PROC(proc, argtype, restype, timer) \ argument
1125 .p_decode = nfs2_xdr_dec_##restype, \
1127 .p_replen = NFS_##restype##_sz, \
H A Dnfs3xdr.c2508 #define PROC(proc, argtype, restype, timer) \ argument
2512 .p_decode = nfs3_xdr_dec_##restype##3res, \
2514 .p_replen = NFS3_##restype##res_sz, \
H A Dnfs4xdr.c7611 #define PROC(proc, argtype, restype) \ argument
7615 .p_decode = nfs4_xdr_##restype, \
7617 .p_replen = NFS4_##restype##_sz, \
7628 #define PROC41(proc, argtype, restype) \ argument
7629 PROC(proc, argtype, restype)
7631 #define PROC41(proc, argtype, restype) \ argument
7636 #define PROC42(proc, argtype, restype) \ argument
7637 PROC(proc, argtype, restype)
7639 #define PROC42(proc, argtype, restype) \ argument
/openbmc/linux/fs/nfsd/
H A Dnfs4callback.c838 #define PROC(proc, call, argtype, restype) \ argument
842 .p_decode = nfs4_xdr_dec_##restype, \
844 .p_replen = NFS4_dec_##restype##_sz, \
/openbmc/openbmc/poky/bitbake/lib/
H A Dpyinotify.py207 self._libc.inotify_init.restype = ctypes.c_int
210 self._libc.inotify_add_watch.restype = ctypes.c_int
212 self._libc.inotify_rm_watch.restype = ctypes.c_int
/openbmc/linux/Documentation/admin-guide/cgroup-v1/
H A Dcgroups.rst147 # echo browser_pid > /sys/fs/cgroup/<restype>/<userclass>/tasks