Home
last modified time | relevance | path

Searched refs:boolean_t (Results 1 – 25 of 2977) sorted by relevance

12345678910>>...120

/titanic_41/usr/src/uts/common/io/mii/
H A Dmiipriv.h49 boolean_t phy_present;
80 boolean_t phy_cap_aneg;
81 boolean_t phy_cap_10_hdx;
82 boolean_t phy_cap_10_fdx;
83 boolean_t phy_cap_100_t4;
84 boolean_t phy_cap_100_hdx;
85 boolean_t phy_cap_100_fdx;
86 boolean_t phy_cap_1000_hdx;
87 boolean_t phy_cap_1000_fdx;
88 boolean_t phy_cap_pause;
[all …]
/titanic_41/usr/src/uts/common/io/scsi/adapters/iscsi/
H A Dpersistent.h54 boolean_t persistent_load();
56 boolean_t persistent_disc_meth_set(iSCSIDiscoveryMethod_t method);
58 boolean_t persistent_disc_meth_clear(iSCSIDiscoveryMethod_t method);
59 boolean_t persistent_initiator_name_set(char *p);
60 boolean_t persistent_initiator_name_get(char *p, int size);
61 boolean_t persistent_alias_name_set(char *p);
62 boolean_t persistent_alias_name_get(char *p, int size);
63 boolean_t persistent_static_addr_set(char *node, entry_t *e);
64 boolean_t persistent_static_addr_next(void **v, char *node, entry_t *e);
65 boolean_t persistent_static_addr_clear(uint32_t oid);
[all …]
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);
62 boolean_t nvf_data_get(char *id, char *name, void *data, uint_t dsize);
[all …]
/titanic_41/usr/src/lib/libzfs/common/
H A Dlibzfs.h184 extern void libzfs_print_on_error(libzfs_handle_t *, boolean_t);
195 extern void libzfs_mnttab_cache(libzfs_handle_t *, boolean_t);
245 extern int zpool_vdev_offline(zpool_handle_t *, const char *, boolean_t);
257 extern nvlist_t *zpool_find_vdev(zpool_handle_t *, const char *, boolean_t *,
258 boolean_t *, boolean_t *);
260 boolean_t *, boolean_t *, boolean_t *);
268 size_t proplen, zprop_source_t *, boolean_t);
341 extern int zpool_refresh_stats(zpool_handle_t *, boolean_t *);
347 extern int zpool_export(zpool_handle_t *, boolean_t, const char *);
385 boolean_t verbose);
[all …]
/titanic_41/usr/src/cmd/cmd-crypto/cryptoadm/
H A Dcryptoadm.h81 boolean_t load; /* B_FALSE after cryptoadm unload */
98 extern boolean_t is_in_list(char *, mechlist_t *);
103 extern boolean_t is_device(char *);
108 crypto_get_soft_list_t *psoftlist, boolean_t *in_kernel);
110 crypto_get_dev_list_t *pdevlist, boolean_t *in_kernel);
111 extern int disable_mechs(entry_t **, mechlist_t *, boolean_t, mechlist_t *);
112 extern int enable_mechs(entry_t **, boolean_t, mechlist_t *);
124 boolean_t has_random, boolean_t has_mechs);
125 extern boolean_t filter_mechlist(mechlist_t **, const char *);
131 boolean_t, boolean_t, boolean_t);
[all …]
/titanic_41/usr/src/lib/libstmf/common/
H A Dlibstmf_impl.h42 boolean_t luDataFileNameValid;
44 boolean_t luMetaFileNameValid;
46 boolean_t luSizeValid;
48 boolean_t blkSizeValid;
50 boolean_t luGuidValid;
52 boolean_t serialNumValid;
54 boolean_t companyIdValid;
56 boolean_t luAliasValid;
58 boolean_t luMgmtUrlValid;
60 boolean_t vidValid;
[all …]
/titanic_41/usr/src/cmd/cmd-inet/lib/nwamd/
H A Dncu.h49 extern boolean_t wireless_autoconf;
50 extern boolean_t wireless_strict_bssid;
79 boolean_t nwamd_wifi_scan_changed;
91 boolean_t nwamd_link_wifi_add_to_known_wlans;
92 boolean_t nwamd_link_wifi_connected;
97 boolean_t nwamd_link_wifi_autoconf;
117 boolean_t configured;
124 boolean_t nwamd_if_dhcp_requested;
125 boolean_t nwamd_if_dhcp_configured;
126 boolean_t nwamd_if_stateful_requested;
[all …]
/titanic_41/usr/src/lib/libbsm/common/
H A Daudit_scf.h91 boolean_t flag;
146 boolean_t do_getflags_scf(char **);
147 boolean_t do_getnaflags_scf(char **);
148 boolean_t do_getpluginconfig_scf(char *, scf_plugin_kva_node_t **);
149 boolean_t do_getpolicy_scf(uint32_t *);
150 boolean_t do_getqbufsz_scf(size_t *);
151 boolean_t do_getqctrl_scf(struct au_qctrl *);
152 boolean_t do_getqdelay_scf(clock_t *);
153 boolean_t do_getqhiwater_scf(size_t *);
154 boolean_t do_getqlowater_scf(size_t *);
[all …]
/titanic_41/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftKeystoreUtil.h53 boolean_t public; /* true if public obj, false for private obj */
77 int soft_keystore_readlock(boolean_t set_lock);
78 int soft_keystore_writelock(boolean_t set_lock);
79 int soft_keystore_lock_object(ks_obj_handle_t *ks_handle, boolean_t read_lock);
81 int soft_keystore_get_version(uint_t *version, boolean_t lock_held);
83 uint_t *version, boolean_t lock_held);
84 int soft_keystore_getpin(char **hashed_pin, boolean_t lock_held);
85 int soft_keystore_setpin(uchar_t *oldpin, uchar_t *newpin, boolean_t lock_held);
88 ks_obj_t **result_objs, boolean_t lock_held);
90 ks_obj_t **result_obj, boolean_t lock_held);
[all …]
/titanic_41/usr/src/lib/libinstzones/hdrs/
H A Dinstzones_api.h92 extern boolean_t z_zones_are_implemented(void);
94 extern boolean_t z_zlist_is_zone_runnable(zoneList_t a_zoneList,
96 extern boolean_t z_zlist_restore_zone_state(zoneList_t a_zoneList,
98 extern boolean_t z_zlist_change_zone_state(zoneList_t a_zoneList,
111 extern boolean_t z_create_zone_admin_file(char *a_zoneAdminFilename,
119 extern boolean_t z_lock_zones(zoneList_t a_zlst, ZLOCKS_T a_lflags);
120 extern boolean_t z_non_global_zones_exist(void);
121 extern boolean_t z_running_in_global_zone(void);
127 extern boolean_t z_on_zone_spec(const char *zonename);
128 extern boolean_t z_global_only(void);
[all …]
/titanic_41/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A Dinterface.h63 boolean_t pif_isv6;
64 boolean_t pif_running; /* interface is running */
69 boolean_t pif_under_ipmp; /* is an ipmp underlying interface */
83 boolean_t lif_dad_wait; /* waiting for DAD resolution */
84 boolean_t lif_removed; /* removed from list */
85 boolean_t lif_plumbed; /* interface plumbed by dhcpagent */
86 boolean_t lif_expired; /* lease has evaporated */
167 dhcp_pif_t *insert_pif(const char *, boolean_t, int *);
170 dhcp_pif_t *lookup_pif_by_uindex(uint16_t, dhcp_pif_t *, boolean_t);
171 dhcp_pif_t *lookup_pif_by_name(const char *, boolean_t);
[all …]
H A Dstates.h95 boolean_t dsm_droprelease; /* soon to call finished_smach */
246 boolean_t dl_removed; /* Set if removed from list */
247 boolean_t dl_stale; /* not updated by Renew/bind */
264 boolean_t dhcp_adopt(void);
266 boolean_t dhcp_bound(dhcp_smach_t *, PKT_LIST *);
271 boolean_t dhcp_extending(dhcp_smach_t *);
280 boolean_t set_start_timer(dhcp_smach_t *);
283 boolean_t save_server_id(dhcp_smach_t *, PKT_LIST *);
291 dhcp_smach_t *next_smach(dhcp_smach_t *, boolean_t);
292 dhcp_smach_t *primary_smach(boolean_t);
[all …]
/titanic_41/usr/src/lib/libidmap/common/
H A Didmap_priv.h81 char **, char **, boolean_t *, boolean_t *, boolean_t *, int *);
85 char **, char **, boolean_t *, boolean_t *, boolean_t *, int *);
92 boolean_t, boolean_t, const char *, const char *, boolean_t, int);
95 extern idmap_stat idmap_udt_rm_namerule(idmap_udt_handle_t *, boolean_t,
96 boolean_t, const char *, const char *, const char *, int);
113 idmap_rid_t *, uid_t *, char **, char **, char **, boolean_t *,
114 boolean_t *, int *, idmap_info *);
118 boolean_t, boolean_t, const char *, const char *, idmap_iter_t **);
122 char **, char **, boolean_t *, boolean_t *, boolean_t *, int *);
/titanic_41/usr/src/uts/common/io/hxge/
H A Dhpi_pfc.h107 hpi_status_t hpi_pfc_set_tcam_enable(hpi_handle_t, boolean_t);
108 hpi_status_t hpi_pfc_set_l2_hash(hpi_handle_t, boolean_t);
109 hpi_status_t hpi_pfc_set_tcp_cksum(hpi_handle_t, boolean_t);
113 hpi_status_t hpi_pfc_set_force_csum(hpi_handle_t, boolean_t);
121 hpi_status_t hpi_pfc_cfg_vlan_control_set(hpi_handle_t, boolean_t,
122 boolean_t, vlan_id_t);
138 hpi_status_t hpi_pfc_set_l2_class_slot(hpi_handle_t, uint16_t, boolean_t, int);
165 hpi_status_t hpi_pfc_set_tcp_control_discard(hpi_handle_t, boolean_t);
166 hpi_status_t hpi_pfc_set_tcp_control_fin(hpi_handle_t, boolean_t);
167 hpi_status_t hpi_pfc_set_tcp_control_syn(hpi_handle_t, boolean_t);
[all …]
/titanic_41/usr/src/lib/libsldap/common/
H A Dns_connmgmt.h109 boolean_t referral; /* using a referred server ? */
110 boolean_t retry; /* retry the request on certain error? */
111 boolean_t keep_conn; /* keep the conn for reuse ? */
112 boolean_t use_mt_conn; /* using/used an MT connection ? */
113 boolean_t bad_mt_conn; /* MT connection is not usable ? */
166 boolean_t close_when_nouser; /* close connection when */
168 boolean_t detached; /* no longer in connection pool? */
169 boolean_t referral; /* using a referred server ? */
226 boolean_t is_nscd; /* running in a nscd ? */
227 boolean_t is_peruser_nscd; /* running in a per-user nscd ? */
[all …]
/titanic_41/usr/src/lib/libbe/common/
H A Dlibbe_priv.h95 boolean_t shared_fs; /* Mount shared file sytsems */
96 boolean_t shared_rw; /* Mount shared file systems rw */
101 boolean_t force; /* Forcibly unmount */
105 boolean_t destroy_snaps; /* Destroy snapshots of BE */
106 boolean_t force_unmount; /* Forcibly unmount BE if mounted */
114 boolean_t find_in_BE; /* flag noting to find clone in BE */
133 boolean_t be_deflt_rpool_container;
139 extern boolean_t do_print;
152 int be_mount_pool(zfs_handle_t *, char **, char **, boolean_t *);
166 boolean_t be_zfs_init(void);
[all …]
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/ping/
H A Dping.h89 boolean_t got_reply; /* received a reply from dst while */
91 boolean_t probing_done; /* skip without sending all probes */
113 extern boolean_t is_alive;
115 extern boolean_t nflag;
117 extern boolean_t probe_all;
119 extern boolean_t rr_option;
120 extern boolean_t stats;
121 extern boolean_t strict;
126 extern boolean_t ts_option;
129 extern boolean_t use_icmp_ts;
[all …]
/titanic_41/usr/src/cmd/lvm/metassist/layout/
H A Dlayout_device_util.h38 extern boolean_t is_alt_slice_name(char *name);
39 extern boolean_t is_did_name(char *name);
40 extern boolean_t is_did_slice_name(char *name);
41 extern boolean_t is_did_disk_name(char *name);
42 extern boolean_t is_ctd_name(char *name);
43 extern boolean_t is_ctd_slice_name(char *name);
44 extern boolean_t is_ctd_disk_name(char *name);
45 extern boolean_t is_ctd_target_name(char *name);
46 extern boolean_t is_ctd_ctrl_name(char *name);
65 extern int hba_is_multiplex(dm_descriptor_t hba, boolean_t *bool);
[all …]
/titanic_41/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 *);
74 extern boolean_t tsol_get_option_v4(mblk_t *, tsol_ip_label_t *, uint8_t **);
75 extern boolean_t tsol_get_option_v6(mblk_t *, tsol_ip_label_t *, uint8_t **);
[all …]
/titanic_41/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 …]
/titanic_41/usr/src/uts/i86pc/sys/
H A Drootnex.h95 boolean_t si_cancross;
130 boolean_t si_bounce_on_seg;
148 boolean_t pm_uses_copybuf;
150 boolean_t pm_mapped;
184 boolean_t tr_trim_first;
185 boolean_t tr_trim_last;
192 boolean_t tr_first_copybuf_win;
193 boolean_t tr_last_copybuf_win;
213 boolean_t wd_dosync;
220 boolean_t wd_remap_copybuf;
[all …]
/titanic_41/usr/src/uts/common/fs/zfs/sys/
H A Dzfs_vfsops.h56 boolean_t z_fuid_loaded; /* fuid tables are loaded */
57 boolean_t z_fuid_dirty; /* need to sync fuid table ? */
63 boolean_t z_utf8; /* utf8-only */
65 boolean_t z_atime; /* enable atimes mount option */
66 boolean_t z_unmounted; /* unmounted */
72 boolean_t z_show_ctldir; /* expose .zfs in the root dir */
73 boolean_t z_issnap; /* true if this is a snapshot */
74 boolean_t z_vscan; /* virus scan on/off */
75 boolean_t z_use_fuids; /* version allows fuids */
76 boolean_t z_replay; /* set during ZIL replay */
[all …]
/titanic_41/usr/src/lib/libinstzones/common/
H A Dinstzones_lib.h221 boolean_t zl_used;
287 boolean_t _z_make_zone_ready(zoneListElement_t *a_zlem);
288 boolean_t _z_make_zone_down(zoneListElement_t *a_zlem);
289 boolean_t _z_make_zone_running(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);
314 boolean_t _z_adjust_lock_object_for_rootpath(char **r_result,
316 boolean_t _z_acquire_lock(char **r_lockKey, char *a_zoneName,
317 char *a_lock, pid_t a_pid, boolean_t a_wait);
[all …]
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/ipqosconf/
H A Dipqosconf.h250 boolean_t new;
251 boolean_t modified;
252 boolean_t cr_mod;
253 boolean_t todel;
254 boolean_t deleted;
286 boolean_t modified;
287 boolean_t new;
288 boolean_t cr_mod;
289 boolean_t todel;
290 boolean_t deleted;
[all …]
/titanic_41/usr/src/uts/common/sys/
H A Dbscv_impl.h234 boolean_t had_fault; /* Current command sequence faulted */
235 boolean_t had_session_error; /* Current session had error */
246 boolean_t prog_mode_only; /* If true we can only reprogram */
248 boolean_t programming; /* TRUE is actually programming */
250 boolean_t cssp_prog; /* TRUE is CSSP programming the BSC */
258 boolean_t image2_processing; /* boolean to say which of */
260 boolean_t loader_running; /* Still have the loader running */
266 boolean_t eeinfo_valid;
270 boolean_t oldeeptr_valid;
284 boolean_t event_waiting; /* New events are waiting in the lom */
[all …]

12345678910>>...120