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

/freebsd-13-stable/contrib/file/python/
H A Dmagic.py62 _open.restype = magic_t
66 _close.restype = None
70 _file.restype = c_char_p
74 _descriptor.restype = c_char_p
78 _buffer.restype = c_char_p
82 _error.restype = c_char_p
86 _setflags.restype = c_int
90 _load.restype = c_int
94 _compile.restype = c_int
98 _check.restype
[all...]
/freebsd-13-stable/contrib/ofed/libcxgb4/
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
/freebsd-13-stable/contrib/tcpdump/
H A Dprint-smb.c1172 int restype; local
1178 restype = EXTRACT_16BITS(p);
1191 if (restype == 0x21) {
/freebsd-13-stable/sys/dev/cxgbe/iw_cxgbe/
H A Dcq.c78 res->u.cq.restype = FW_RI_RES_TYPE_CQ;
149 res->u.cq.restype = FW_RI_RES_TYPE_CQ;
H A Dqp.c254 res->u.sqrq.restype = FW_RI_RES_TYPE_SQ;
278 res->u.sqrq.restype = FW_RI_RES_TYPE_RQ;
/freebsd-13-stable/usr.sbin/ctladm/
H A Dctladm.c2294 int action = -1, restype = -1; local
2317 restype = strtol(optarg, NULL, 0);
2332 if (restype < 0 || restype > 5) {
2334 warn("'restype' must specified and in the range: 0-5");
2354 /*type*/ restype,
3845 " <-r restype] [-k key] [-s sa_key]\n"
3904 "-r restype : specify the reservation type: 0-5(wr ex, ex ac,\n"
/freebsd-13-stable/sys/dev/cxgbe/firmware/
H A Dt4fw_interface.h1542 __u8 restype; member in struct:fw_ri_res::fw_ri_restype::fw_ri_res_sqrq
1552 __u8 restype; member in struct:fw_ri_res::fw_ri_restype::fw_ri_res_cq
1566 __u8 restype; member in struct:fw_ri_res::fw_ri_restype::fw_ri_res_srq

Completed in 280 milliseconds