Home
last modified time | relevance | path

Searched defs:boolean_t (Results 1 – 17 of 17) sorted by last modified time

/illumos-gate/usr/src/ucbhead/sys/
H A Dtypes.h101 typedef enum boolean { B_FALSE, B_TRUE } boolean_t; typedef
/illumos-gate/usr/src/uts/common/sys/
H A Dtypes.h213 typedef enum { _B_FALSE, _B_TRUE } boolean_t; typedef
215 typedef enum { B_FALSE = 0, B_TRUE = 1, _B_FALSE = 0, _B_TRUE = 1 } boolean_t; typedef
/illumos-gate/usr/src/uts/common/io/ixgbe/
H A Dixgbe_osdep.h147 typedef boolean_t bool; typedef
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip.c13766 ip_multirt_apply_membership(int (*fn)(conn_t *, boolean_t, in ip_multirt_apply_membership() argument
/illumos-gate/usr/src/lib/libsip/common/
H A Dsip.h292 typedef int boolean_t; typedef
/illumos-gate/usr/src/lib/libdemangle/common/
H A Drust-v0.c161 boolean_t (*fn)(rust_state_t *restrict, strview_t *restrict, boolean_t), in rustv0_parse_opt_list() argument
/illumos-gate/usr/src/uts/common/io/qede/
H A Dqede_types.h47 typedef boolean_t bool; typedef
/illumos-gate/usr/src/uts/common/io/igb/
H A De1000_osdep.h171 typedef boolean_t bool; typedef
/illumos-gate/usr/src/uts/common/io/i40e/
H A Di40e_osdep.h90 typedef boolean_t bool; typedef
/illumos-gate/usr/src/uts/common/io/e1000g/
H A De1000_osdep.h206 typedef boolean_t bool; typedef
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dosdep.h189 typedef boolean_t bool; typedef
/illumos-gate/usr/src/lib/libipadm/common/
H A Dipadm_ngz.c280 void (*ngz_persist_if)(char *, boolean_t, boolean_t)) in i_ipadm_ngz_persist_if() argument
455 void (*persist_if)(char *, boolean_t, boolean_t)) in ipadm_init_net_from_gz() argument
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_digraph.c371 int (*func)(topo_hdl_t *, topo_vertex_t *, boolean_t, void *), void *arg) in topo_vertex_iter() argument
458 int (*func)(topo_hdl_t *, topo_edge_t *, boolean_t, void *), void *arg) in topo_edge_iter() argument
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A De1000.c63 } boolean_t; typedef
/illumos-gate/usr/src/cmd/hal/utils/
H A Dcdutils.c242 walk_profiles(int fd, int (*f)(void *, int, boolean_t), void *arg) in walk_profiles() argument
/illumos-gate/usr/src/cmd/cxgbetool/
H A Dcudbg_view.h23 typedef boolean_t bool; typedef
/illumos-gate/usr/src/boot/sys/sys/
H A Dtypes.h264 typedef int boolean_t; typedef
299 typedef enum boolean { B_FALSE, B_TRUE } boolean_t; typedef