Home
last modified time | relevance | path

Searched refs:boolean_t (Results 26 – 50 of 3193) sorted by relevance

12345678910>>...128

/illumos-gate/usr/src/uts/common/sys/tsol/
H A Dtnet.h48 extern tsol_tnrhc_t *find_rhc(const void *, uchar_t, boolean_t);
50 uint_t, boolean_t, ts_label_t **);
56 uint_t, boolean_t, ip_stack_t *, ts_label_t **);
58 uint_t, boolean_t, ip_stack_t *, ts_label_t **);
67 extern boolean_t tsol_can_reply_error(const mblk_t *, ip_recv_attr_t *);
68 extern boolean_t tsol_receive_local(const mblk_t *, const void *, uchar_t,
70 extern boolean_t tsol_can_accept_raw(mblk_t *, ip_recv_attr_t *, boolean_t);
71 extern boolean_t tsol_get_pkt_label(mblk_t *, int, ip_recv_attr_t *);
76 extern boolean_t tsol_find_secopt_v6(const uchar_t *, uint_t, uchar_t **,
77 uchar_t **, boolean_t *);
[all …]
/illumos-gate/usr/src/uts/common/io/scsi/adapters/iscsi/
H A Dnvfile.h51 boolean_t nvf_load(void);
53 boolean_t nvf_list_check(char *id);
54 boolean_t nvf_node_value_set(char *id, uint32_t value);
55 boolean_t nvf_node_value_get(char *id, uint32_t *value);
56 boolean_t nvf_node_name_set(char *id, char *name);
57 boolean_t nvf_node_name_get(char *id, char *name, uint_t nsize);
58 boolean_t nvf_node_data_set(char *name, void *data, uint_t dsize);
60 boolean_t nvf_node_data_clear(char *name);
61 boolean_t nvf_data_set(char *id, char *name, void *data, uint_t dsize);
63 boolean_t nvf_data_next(char *id, void **v, char *name,
[all …]
H A Dpersistent.c272 boolean_t
312 boolean_t
339 boolean_t
381 boolean_t
390 boolean_t
406 boolean_t
415 boolean_t
432 boolean_t
479 boolean_t
513 boolean_t
[all …]
H A Discsi.h78 extern boolean_t iscsi_logging;
298 boolean_t t_blocking;
448 boolean_t r2t_more;
668 boolean_t conn_state_ffp;
681 boolean_t conn_bound;
757 boolean_t conn_timeout;
1008 boolean_t sess_window_open;
1009 boolean_t sess_boot;
1032 boolean_t sess_state_hasw;
1369 boolean_t valid_flag,
[all …]
/illumos-gate/usr/src/uts/common/io/nvme/
H A Dnvme_var.h176 boolean_t nd_cached;
187 boolean_t nc_completed;
188 boolean_t nc_dontpanic;
269 boolean_t n_dead;
412 boolean_t ns_allocated;
413 boolean_t ns_active;
414 boolean_t ns_ignore;
415 boolean_t ns_attached;
468 boolean_t nck_ns_ok;
493 boolean_t nck_bcast_ok;
[all …]
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/bridged/
H A Dglobal.h49 boolean_t phys_status; /* physical layer status */
50 boolean_t admin_status; /* administrative status */
51 boolean_t kern_added; /* set when added to kernel bridge */
52 boolean_t stp_added; /* set when added to STP machine */
53 boolean_t referenced; /* used for refresh */
54 boolean_t sdu_failed; /* set for non-matching max SDU */
55 boolean_t admin_non_stp; /* copy of STP library config */
56 boolean_t bpdu_protect; /* BPDU seen when non-STP */
75 extern boolean_t debugging;
79 extern boolean_t shutting_down;
[all …]
/illumos-gate/usr/src/test/libc-tests/tests/
H A Duchar.c49 static boolean_t
81 static boolean_t
87 static boolean_t
96 static boolean_t
142 static boolean_t
179 static boolean_t
211 static boolean_t
235 static boolean_t
259 static boolean_t
283 static boolean_t
[all …]
/illumos-gate/usr/src/lib/libinstzones/common/
H A Dinstzones_lib.h221 boolean_t zl_used;
288 boolean_t _z_make_zone_down(zoneListElement_t *a_zlem);
305 boolean_t _z_running_in_global_zone(void);
306 boolean_t _z_zones_are_implemented(void);
309 boolean_t _z_brands_are_implemented(void);
317 char *a_lock, pid_t a_pid, boolean_t a_wait);
318 boolean_t _z_lock_zone(zoneListElement_t *a_zlst,
320 boolean_t _z_lock_zone_object(char **r_objectLocks,
325 char *a_key, boolean_t a_wait);
326 boolean_t _z_unlock_zone(zoneListElement_t *a_zlst,
[all …]
/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A Dpacket.h93 boolean_t pkt_isv6;
104 typedef boolean_t stop_func_t(dhcp_smach_t *, unsigned int);
115 PKT_LIST *alloc_pkt_entry(size_t, boolean_t);
119 uint_t pkt_get_xid(const PKT *, boolean_t);
121 boolean_t remove_pkt_opt(dhcp_pkt_t *, uint_t);
122 boolean_t update_v6opt_len(dhcpv6_option_t *, int);
134 PKT_LIST *recv_pkt(int, int, boolean_t);
135 boolean_t pkt_v4_match(uchar_t, dhcp_message_type_t);
137 boolean_t send_pkt(dhcp_smach_t *, dhcp_pkt_t *, in_addr_t,
139 boolean_t send_pkt_v6(dhcp_smach_t *, dhcp_pkt_t *, in6_addr_t,
[all …]
H A Dstates.h261 boolean_t dl_stale; /* not updated by Renew/bind */
278 boolean_t dhcp_adopt(void);
280 boolean_t dhcp_bound(dhcp_smach_t *, PKT_LIST *);
285 boolean_t dhcp_extending(dhcp_smach_t *);
294 boolean_t set_start_timer(dhcp_smach_t *);
305 dhcp_smach_t *next_smach(dhcp_smach_t *, boolean_t);
306 dhcp_smach_t *primary_smach(boolean_t);
307 dhcp_smach_t *info_primary_smach(boolean_t);
309 dhcp_smach_t *lookup_smach(const char *, boolean_t);
316 boolean_t verify_smach(dhcp_smach_t *);
[all …]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipqosconf/
H A Dipqosconf.h248 boolean_t new;
250 boolean_t cr_mod;
251 boolean_t todel;
252 boolean_t deleted;
285 boolean_t new;
286 boolean_t cr_mod;
287 boolean_t todel;
304 boolean_t cr_mod;
323 boolean_t todel;
325 boolean_t new;
[all …]
/illumos-gate/usr/src/uts/common/sys/scsi/adapters/
H A Discsi_if.h220 boolean_t initial_r2t;
234 boolean_t ifmarker;
235 boolean_t ofmarker;
260 boolean_t e_boot;
280 boolean_t b_current,
285 boolean_t v_valid,
308 boolean_t v_bool;
326 boolean_t v_bool;
331 boolean_t t_set;
367 boolean_t a_bi_auth;
[all …]
/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftCrypt.h87 soft_object_t *, boolean_t);
90 CK_BYTE_PTR, CK_ULONG_PTR, boolean_t);
93 CK_BYTE_PTR, CK_ULONG_PTR, boolean_t);
97 boolean_t, boolean_t);
100 soft_object_t *, boolean_t);
109 soft_object_t *, boolean_t);
115 soft_object_t *, boolean_t);
134 CK_BYTE_PTR, CK_ULONG_PTR, boolean_t);
138 boolean_t, boolean_t);
141 soft_object_t *, boolean_t);
[all …]
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dvdev_impl.h87 uint64_t offset, uint64_t origoffset, boolean_t doread, boolean_t isdump);
113 boolean_t vdev_op_leaf;
233 boolean_t vdev_expanding; /* expand the vdev? */
235 boolean_t vdev_nonrot; /* true if solid state */
266 boolean_t vdev_initialize_exit_wanted;
281 boolean_t vdev_trim_exit_wanted;
282 boolean_t vdev_autotrim_exit_wanted;
375 boolean_t vdev_has_trim; /* TRIM is supported */
382 boolean_t vdev_detached; /* device detached? */
385 boolean_t vdev_isspare; /* was a hot spare */
[all …]
H A Ddmu_send.h42 int dmu_send(const char *tosnap, const char *fromsnap, boolean_t embedok,
43 boolean_t large_block_ok, boolean_t compressok, boolean_t rawok, int outfd,
46 boolean_t stream_compressed, uint64_t *sizep);
48 boolean_t stream_compressed, uint64_t *sizep);
50 boolean_t embedok, boolean_t large_block_ok, boolean_t compressok,
51 boolean_t rawok, int outfd, struct vnode *vp, offset_t *off);
H A Dsimd.h67 static inline boolean_t
73 static inline boolean_t
79 static inline boolean_t
85 static inline boolean_t
91 static inline boolean_t
97 static inline boolean_t
116 static inline boolean_t
125 static inline boolean_t
134 static inline boolean_t
143 static inline boolean_t
[all …]
H A Ddmu_recv.h45 boolean_t drc_newfs;
46 boolean_t drc_byteswap;
47 boolean_t drc_force;
48 boolean_t drc_resumable;
49 boolean_t drc_raw;
50 boolean_t drc_clone;
51 boolean_t drc_spill;
63 struct dmu_replay_record *drr_begin, boolean_t force, boolean_t resumable,
69 boolean_t dmu_objset_is_receiving(objset_t *os);
/illumos-gate/usr/src/uts/common/io/bnxe/
H A Dbnxe.h256 boolean_t lsoEnable;
258 boolean_t logEnable;
260 boolean_t fcoeEnable;
273 boolean_t link_autoneg;
276 boolean_t param_2500fdx;
277 boolean_t param_1000fdx;
278 boolean_t param_100fdx;
279 boolean_t param_100hdx;
280 boolean_t param_10fdx;
281 boolean_t param_10hdx;
[all …]
/illumos-gate/usr/src/uts/common/inet/
H A Dip_if.h174 boolean_t, boolean_t *, ip_stack_t *);
175 extern boolean_t ip_xmit_ifindex_valid(uint_t, zoneid_t, boolean_t,
206 extern boolean_t ill_waiter_inc(ill_t *);
214 ip_stack_t *, boolean_t *, ipaddr_t *);
260 boolean_t *);
261 extern boolean_t ipif_zone_avail(uint_t, boolean_t, zoneid_t, ip_stack_t *);
275 extern int ipif_ndp_up(ipif_t *, boolean_t);
280 uint32_t, zoneid_t, boolean_t, boolean_t *);
301 extern boolean_t ipsq_enter(ill_t *, boolean_t, int);
303 ipsq_func_t, int, boolean_t);
[all …]
/illumos-gate/usr/src/lib/libdemangle/common/
H A Dcxx.h40 boolean_t name_empty(const name_t *);
42 boolean_t name_add_str(name_t *, str_t *, str_t *);
43 boolean_t name_join(name_t *, size_t, const char *);
44 boolean_t name_fmt(name_t *, const char *, const char *);
60 boolean_t sub_save(sub_t *, const name_t *, size_t);
61 boolean_t sub_substitute(const sub_t *, size_t, name_t *);
62 boolean_t sub_empty(const sub_t *);
74 boolean_t templ_empty(const templ_t *);
76 boolean_t templ_sub(const templ_t *, size_t, name_t *);
77 boolean_t templ_save(const name_t *, size_t, templ_t *);
[all …]
/illumos-gate/usr/src/uts/common/sys/
H A Dpolicy.h66 boolean_t priv_policy_only(const cred_t *, int, boolean_t);
67 boolean_t priv_policy_choice(const cred_t *, int, boolean_t);
78 int secpolicy_audit_getattr(const cred_t *, boolean_t);
102 int secpolicy_ip(const cred_t *, int, boolean_t);
103 int secpolicy_ip_config(const cred_t *, boolean_t);
113 int secpolicy_net(const cred_t *, int, boolean_t);
115 int secpolicy_net_config(const cred_t *, boolean_t);
122 boolean_t secpolicy_net_reply_equal(const cred_t *);
138 int secpolicy_rctlsys(const cred_t *, boolean_t);
151 int secpolicy_sys_config(const cred_t *, boolean_t);
[all …]
/illumos-gate/usr/src/uts/common/sys/iscsit/
H A Discsi_if.h213 boolean_t immediate_data;
214 boolean_t initial_r2t;
217 boolean_t data_pdu_in_order;
228 boolean_t ifmarker;
229 boolean_t ofmarker;
268 boolean_t b_current,
273 boolean_t v_valid,
296 boolean_t v_bool;
341 boolean_t a_bi_auth;
364 boolean_t r_radius_access;
[all …]
/illumos-gate/usr/src/lib/libfsmgt/common/
H A Dlibfsmgt.h76 boolean_t overlayed;
121 boolean_t nml_directio; /* force direct IO */
123 boolean_t nml_hard; /* hard or soft mount */
124 boolean_t nml_intr; /* Key board intrupts */
125 boolean_t nml_noac; /* no ata and attribute caching */
127 boolean_t nml_overlayed; /* Is filesystem overlayed */
128 boolean_t nml_xattr; /* allow extended attributes */
520 char *time, boolean_t find_overlays,
571 boolean_t find_overlays, int *errp);
638 boolean_t fs_is_readonly(char *mntpnt, int *errp);
[all …]
/illumos-gate/usr/src/lib/libcommputil/common/
H A Dsdp_parse.h66 boolean_t d_version; /* Version field */
67 boolean_t d_origin; /* Origin field */
68 boolean_t d_name; /* Name field */
69 boolean_t d_conn; /* Connection field */
70 boolean_t d_mconn; /* Media connection field */
71 boolean_t d_mparsed; /* Media parsed */
72 boolean_t d_tparsed; /* Time parsed */
86 boolean_t);
87 extern int sdp_list_to_str(sdp_list_t *, char **, boolean_t);
89 boolean_t);
/illumos-gate/usr/src/cmd/rmvolmgr/
H A Drmm_common.h84 boolean_t rmm_hal_mount(LibHalContext *, const char *,
86 boolean_t rmm_hal_unmount(LibHalContext *, const char *, DBusError *);
87 boolean_t rmm_hal_eject(LibHalContext *, const char *, DBusError *);
88 boolean_t rmm_hal_closetray(LibHalContext *, const char *, DBusError *);
89 boolean_t rmm_hal_rescan(LibHalContext *, const char *, DBusError *);
90 boolean_t rmm_hal_claim_branch(LibHalContext *, const char *);
91 boolean_t rmm_hal_unclaim_branch(LibHalContext *, const char *);
93 boolean_t rmm_action(LibHalContext *, const char *name, action_t action,
95 boolean_t rmm_rescan(LibHalContext *, const char *, boolean_t);
100 boolean_t rmm_volume_aa_from_prop(LibHalContext *, const char *,

12345678910>>...128