Home
last modified time | relevance | path

Searched refs:_type (Results 1 – 24 of 24) sorted by relevance

/f-stack/freebsd/sys/
H A Dacl.h337 int __acl_aclcheck_file(const char *_path, acl_type_t _type,
339 int __acl_aclcheck_link(const char *_path, acl_type_t _type,
341 int __acl_delete_fd(int _filedes, acl_type_t _type);
342 int __acl_delete_file(const char *_path_p, acl_type_t _type);
343 int __acl_delete_link(const char *_path_p, acl_type_t _type);
373 int acl_delete_fd_np(int _filedes, acl_type_t _type);
386 acl_t acl_get_fd_np(int fd, acl_type_t _type);
387 acl_t acl_get_file(const char *_path_p, acl_type_t _type);
389 acl_t acl_get_link_np(const char *_path_p, acl_type_t _type);
398 int acl_set_fd_np(int _fd, acl_t _acl, acl_type_t _type);
[all …]
H A Dlinker.h256 extern caddr_t preload_search_by_type(const char *_type);
285 int _type, elf_lookup_fn _lu);
287 int _type, elf_lookup_fn _lu);
295 int _type, elf_lookup_fn _lu);
H A Dmac.h102 int mac_prepare_type(mac_t *_label, const char *_type);
/f-stack/freebsd/contrib/dpdk_rte_lpm/
H A Drte_shim.h4 #define rte_malloc(_type, _size, _align) malloc(_size, M_TEMP, M_NOWAIT) argument
6 #define rte_zmalloc(_type, _size, _align) malloc(_size, M_TEMP, M_NOWAIT | M_ZERO) argument
7 #define rte_zmalloc_socket(_type, _size, _align, _s) malloc(_size, M_TEMP, M_NOWAIT | M_ZERO) argument
/f-stack/app/micro_thread/
H A Dmt_connection.h56 return _type; in GetConnType()
97 CONN_OBJ_TYPE _type;
109 _type = OBJ_SHORT_CONN; in UdpShortConn()
141 _type = OBJ_UDP_SESSION; in UdpSessionConn()
167 _type = OBJ_TCP_KEEP; in TcpKeepConn()
H A Dkqueue_proxy.h101 int _type; variable
112 _type = 0;
138 int GetNtfyType() { return _type; }; in GetNtfyType()
143 _type = 0; in Reset()
H A Dmt_api.h84 _type = type; in SetTaskType()
89 return _type; in GetTaskType()
97 int _type;
H A Dmicro_thread.h228 _type = type; in SetType()
231 return _type; in GetType()
235 return (DAEMON == _type); in IsDaemon()
238 return (PRIMORDIAL == _type); in IsPrimo()
241 return (SUB_THREAD == _type); in IsSubThread()
291 ThreadType _type; variable
H A Dmt_connection.cpp42 _type = OBJ_CONN_UNDEF; in IMtConnection()
H A Dmicro_thread.cpp209 _type = type; in MicroThread()
221 _type = NORMAL; in CleanState()
/f-stack/freebsd/arm64/qoriq/clk/
H A Dqoriq_clkgen.h69 #define QORIQ_CLK_ID(_type, _index) ((_type << 8) + _index) argument
/f-stack/dpdk/drivers/common/sfc_efx/base/
H A Defx_mcdi.h292 #define MCDI_IN(_emr, _type, _ofst) \ argument
293 ((_type *)((_emr).emr_in_buf + (_ofst)))
295 #define MCDI_IN2(_emr, _type, _ofst) \ argument
296 MCDI_IN(_emr, _type, MC_CMD_ ## _ofst ## _OFST)
428 #define MCDI_OUT(_emr, _type, _ofst) \ argument
429 ((_type *)((_emr).emr_out_buf + (_ofst)))
431 #define MCDI_OUT2(_emr, _type, _ofst) \ argument
432 MCDI_OUT(_emr, _type, MC_CMD_ ## _ofst ## _OFST)
H A Defx.h26 #define EFX_FIELD_OFFSET(_type, _field) \ argument
27 ((size_t)&(((_type *)0)->_field))
33 #define EFX_P2ROUNDUP(_type, _value, _align) \ argument
34 (-(-(_type)(_value) & -(_type)(_align)))
37 #define EFX_P2ALIGN(_type, _value, _align) \ argument
38 ((_type)(_value) & -(_type)(_align))
41 #define EFX_IS_P2ALIGNED(_type, _value, _align) \ argument
42 ((((_type)(_value)) & ((_type)(_align) - 1)) == 0)
/f-stack/freebsd/kern/
H A Dbus_if.m300 int _type;
325 int _type;
348 int _type;
371 int _type;
392 int _type;
415 int _type;
433 int _type;
454 int _type;
571 int _type;
595 int _type;
[all …]
/f-stack/tools/compat/include/sys/
H A Dlinker.h245 extern caddr_t preload_search_by_type(const char *_type);
271 int elf_reloc(linker_file_t _lf, Elf_Addr base, const void *_rel, int _type, elf_lookup_fn _lu);
272 int elf_reloc_local(linker_file_t _lf, Elf_Addr base, const void *_rel, int _type, elf_lookup_fn _l…
/f-stack/freebsd/net80211/
H A Dieee80211_var.h1068 #define IEEE80211_DISCARD(_vap, _m, _wh, _type, _fmt, ...) do { \ argument
1070 ieee80211_discard_frame(_vap, _wh, _type, _fmt, __VA_ARGS__);\
1072 #define IEEE80211_DISCARD_IE(_vap, _m, _wh, _type, _fmt, ...) do { \ argument
1074 ieee80211_discard_ie(_vap, _wh, _type, _fmt, __VA_ARGS__);\
1076 #define IEEE80211_DISCARD_MAC(_vap, _m, _mac, _type, _fmt, ...) do { \ argument
1078 ieee80211_discard_mac(_vap, _mac, _type, _fmt, __VA_ARGS__);\
1096 #define IEEE80211_DISCARD(_vap, _m, _wh, _type, _fmt, ...) argument
1097 #define IEEE80211_DISCARD_IE(_vap, _m, _wh, _type, _fmt, ...) argument
1098 #define IEEE80211_DISCARD_MAC(_vap, _m, _mac, _type, _fmt, ...) argument
H A Dieee80211_proto.h49 #define IEEE80211_SEND_MGMT(_ni,_type,_arg) \ argument
50 ((*(_ni)->ni_ic->ic_send_mgmt)(_ni, _type, _arg))
/f-stack/freebsd/contrib/ngatm/netnatm/sig/
H A Dunisig.h46 void uni_print_api(char *_buf, size_t _bufsiz, u_int _type, u_int _cookie,
/f-stack/freebsd/netgraph/bluetooth/l2cap/
H A Dng_l2cap_cmds.h368 #define _ng_l2cap_info_req(_m, _ident, _type) \ argument
386 c->param.type = htole16((_type)); \
390 #define _ng_l2cap_info_rsp(_m, _ident, _type, _result, _mtu) \ argument
407 c->param.type = htole16((_type)); \
411 switch ((_type)) { \
/f-stack/dpdk/drivers/bus/fslmc/portal/
H A Ddpaa2_hw_pvt.h413 #define DPAA2_MODIFY_IOVA_TO_VADDR(_mem, _type) \ argument
414 {_mem = (_type)(dpaa2_mem_ptov((size_t)(_mem))); }
421 #define DPAA2_MODIFY_IOVA_TO_VADDR(_mem, _type) argument
/f-stack/dpdk/drivers/net/bnx2x/
H A Decore_reg.h5986 #define CDU_VALID_DATA(_cid, _region, _type) \ argument
5987 (((_cid) << 8) | (((_region)&0xf)<<4) | (((_type)&0xf)))
5988 #define CDU_CRC8(_cid, _region, _type) \ argument
5989 (ecore_calc_crc8(CDU_VALID_DATA(_cid, _region, _type), 0xff))
5990 #define CDU_RSRVD_VALUE_TYPE_A(_cid, _region, _type) \ argument
5991 (0x80 | ((CDU_CRC8(_cid, _region, _type)) & 0x7f))
5992 #define CDU_RSRVD_VALUE_TYPE_B(_crc, _type) \ argument
5993 (0x80 | ((_type)&0xf << 3) | ((CDU_CRC8(_cid, _region, _type)) & 0x7))
/f-stack/freebsd/arm64/arm64/
H A Didentcpu.c282 #define MRS_FIELD(_register, _name, _sign, _type, _values) \ argument
286 .type = (_type), \
/f-stack/freebsd/netgraph/
H A Dng_base.c415 static const struct ng_parse_type ng_generic_ ## lo ## _type = { \
/f-stack/lib/
H A Dff_ng_base.c419 static const struct ng_parse_type ng_generic_ ## lo ## _type = { \