Home
last modified time | relevance | path

Searched refs:boolean_t (Results 126 – 150 of 3461) sorted by relevance

12345678910>>...139

/illumos-gate/usr/src/uts/common/sys/
H A Ddls_impl.h113 extern boolean_t dls_accept(dld_str_t *, mac_header_info_t *,
115 extern boolean_t dls_accept_loopback(dld_str_t *, mac_header_info_t *,
117 extern boolean_t dls_accept_promisc(dld_str_t *, mac_header_info_t *,
118 dls_rx_t *, void **, boolean_t);
120 boolean_t);
122 boolean_t);
124 mblk_t *, boolean_t);
126 extern void dls_active_clear(dld_str_t *, boolean_t);
/illumos-gate/usr/src/cmd/cmd-inet/lib/ipmgmtd/
H A Dipmgmt_impl.h51 extern int ipmgmt_cpfile(const char *, const char *, boolean_t);
54 extern boolean_t ipmgmt_persist_if_exists(const char *, sa_family_t);
79 boolean_t cb_ipv4exists;
80 boolean_t cb_ipv6exists;
188 extern boolean_t ipmgmt_aobjmap_init(void *, nvlist_t *, char *,
192 extern boolean_t ipmgmt_ngz_firstboot_postinstall();
195 extern boolean_t ipmgmt_db_upgrade(void *, nvlist_t *, char *,
200 extern boolean_t ipmgmt_needs_upgrade(scf_resources_t *);
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/traceroute/
H A Dtraceroute.h79 extern boolean_t docksum; /* do checksum (IPv4 only) */
83 extern boolean_t nflag; /* numeric flag */
88 extern boolean_t raw_req; /* if sndsock for IPv4 must be raw */
89 extern boolean_t settos; /* set type-of-service (IPv4 only) */
91 extern boolean_t useicmp; /* use ICMP or UDP */
92 extern boolean_t verbose;
/illumos-gate/usr/src/cmd/hal/utils/
H A Dcdutils.h47 boolean_t get_current_profile(int fd, int *profile);
48 void walk_profiles(int fd, int (*f)(void *, int, boolean_t), void *);
51 boolean_t get_disc_info(int fd, disc_info_t *);
52 boolean_t read_format_capacity(int fd, uint64_t *capacity);
53 boolean_t get_media_info(int fd, struct dk_minfo *minfop);
54 boolean_t get_disc_capacity_for_profile(int fd, int profile,
56 boolean_t read_toc(int fd, int format, int trackno, int buflen,
/illumos-gate/usr/src/test/util-tests/tests/smbios/
H A Dsmbios_test_memdevice.c95 boolean_t
113 boolean_t
131 boolean_t
149 boolean_t
170 static boolean_t
198 boolean_t
254 boolean_t
305 boolean_t
351 boolean_t
398 boolean_t
[all …]
H A Dsmbios_test_extmemdevice.c40 boolean_t
53 boolean_t
65 boolean_t
85 static boolean_t
88 boolean_t ret = B_TRUE; in smbios_test_extmem_verify_common()
113 boolean_t
118 boolean_t ret = B_TRUE; in smbios_test_extmem_verify_invlen_cs()
152 boolean_t
157 boolean_t ret = B_TRUE; in smbios_test_extmem_verify_nocs()
191 boolean_t
[all …]
H A Dsmbios_test_addinfo.c80 boolean_t
95 boolean_t
106 boolean_t
154 boolean_t
254 boolean_t
268 boolean_t
299 boolean_t
317 boolean_t
345 boolean_t
384 boolean_t
[all …]
/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_impl.h79 boolean_t libzfs_mnttab_enable;
93 boolean_t libzfs_prop_debug;
109 boolean_t zfs_mntcheck;
185 const char *, zfs_keyformat_t, boolean_t, uint8_t **, size_t *);
208 int get_dependents(libzfs_handle_t *, boolean_t, const char *, char ***,
245 boolean_t isa_child_of(const char *dataset, const char *parent);
253 boolean_t zpool_name_valid(libzfs_handle_t *, boolean_t, const char *);
256 boolean_t modifying);
270 extern void libzfs_fru_clear(libzfs_handle_t *, boolean_t);
/illumos-gate/usr/src/uts/common/io/e1000g/
H A De1000g_sw.h608 boolean_t lso_flag;
800 boolean_t poll_flag;
833 boolean_t strip_crc;
843 boolean_t reset_flag;
845 boolean_t stall_flag;
891 boolean_t intr_adaptive;
913 boolean_t link_complete;
945 boolean_t unicst_init;
960 boolean_t msi_enable;
962 boolean_t lso_enable;
[all …]
/illumos-gate/usr/src/lib/libbsm/common/
H A Daudit_scf.c562 boolean_t
597 boolean_t
617 boolean_t
637 boolean_t
658 boolean_t
679 boolean_t
732 boolean_t
776 boolean_t
828 boolean_t
850 boolean_t
[all …]
/illumos-gate/usr/src/uts/common/xen/io/
H A Dxnf.h107 boolean_t tx_handle_bound;
143 boolean_t xnf_connected;
144 boolean_t xnf_running;
146 boolean_t xnf_be_rx_copy;
147 boolean_t xnf_be_mcast_control;
148 boolean_t xnf_be_tx_sg;
149 boolean_t xnf_be_lso;
195 boolean_t xnf_need_sched;
209 boolean_t xnf_rx_new_buffers_posted;
H A Dxnbo.c73 boolean_t o_running;
196 boolean_t loopback) in xnbo_from_mac()
213 boolean_t loopback) in xnbo_from_mac_filter()
263 static boolean_t
442 static boolean_t
456 static boolean_t
488 static boolean_t
521 static boolean_t
568 static boolean_t
606 static boolean_t
[all …]
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzcp_synctask.c48 typedef int (zcp_synctask_func_t)(lua_State *, boolean_t, nvlist_t *);
111 static int zcp_synctask_destroy(lua_State *, boolean_t, nvlist_t *);
129 zcp_synctask_destroy(lua_State *state, boolean_t sync, nvlist_t *err_details) in zcp_synctask_destroy()
134 boolean_t issnap = (strchr(dsname, '@') != NULL); in zcp_synctask_destroy()
164 static int zcp_synctask_promote(lua_State *, boolean_t, nvlist_t *);
232 static int zcp_synctask_snapshot(lua_State *, boolean_t, nvlist_t *);
288 static int zcp_synctask_inherit_prop(lua_State *, boolean_t,
337 zcp_synctask_inherit_prop(lua_State *state, boolean_t sync, in zcp_synctask_inherit_prop()
404 static int zcp_synctask_change_key(lua_State *, boolean_t, nvlist_t *);
488 boolean_t sync = lua_toboolean(state, lua_upvalueindex(2)); in zcp_synctask_wrapper()
[all …]
/illumos-gate/usr/src/lib/libdladm/common/
H A Dlibdlflow_impl.h53 boolean_t pd_temponly;
74 extern dladm_status_t do_check_ip_addr(char *, boolean_t, flow_desc_t *);
88 extern boolean_t i_dladm_is_prop_temponly(const char *prop_name,
106 typedef boolean_t (*prop_db_op_t)(dladm_handle_t, prop_db_state_t *,
121 extern boolean_t process_prop_set(dladm_handle_t, prop_db_state_t *lsp,
124 extern boolean_t process_prop_get(dladm_handle_t, prop_db_state_t *lsp,
127 extern boolean_t process_prop_init(dladm_handle_t, prop_db_state_t *lsp,
137 flow_desc_t *, mac_resource_props_t *, boolean_t);
/illumos-gate/usr/src/cmd/dlmgmtd/
H A Ddlmgmt_impl.h53 boolean_t lp_linkprop;
76 boolean_t ll_onloan;
88 boolean_t ll_transient;
106 extern boolean_t debug;
116 boolean_t linkattr_equal(dlmgmt_linkattr_t **, const char *, void *,
128 boolean_t link_is_visible(dlmgmt_link_t *, zoneid_t);
138 void dlmgmt_table_lock(boolean_t);
145 void dlmgmt_dlconf_table_lock(boolean_t);
/illumos-gate/usr/src/cmd/zoneadmd/
H A Dzoneadmd.h90 extern boolean_t in_death_throes;
91 extern boolean_t bringup_failure_recovery;
98 extern boolean_t zone_isnative;
99 extern boolean_t zone_iscluster;
102 extern void zerror(zlog_t *, boolean_t, const char *, ...);
140 extern int vplat_teardown(zlog_t *, boolean_t, boolean_t);
/illumos-gate/usr/src/uts/common/io/comstar/port/iscsit/
H A Discsit_isns.h72 boolean_t esi_enabled;
73 boolean_t esi_valid;
74 boolean_t esi_thread_running;
88 boolean_t portal_default; /* if in default */
114 boolean_t target_registered;
115 boolean_t target_update_needed;
116 boolean_t target_delete_needed;
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Dzfs_acl.h209 boolean_t zfs_acl_ids_overquota(struct zfsvfs *, zfs_acl_ids_t *, uint64_t);
210 int zfs_getacl(struct znode *, vsecattr_t *, boolean_t, cred_t *);
211 int zfs_setacl(struct znode *, vsecattr_t *, boolean_t, cred_t *);
214 void zfs_ace_byteswap(void *, size_t, boolean_t);
215 extern boolean_t zfs_has_access(struct znode *zp, cred_t *cr);
216 extern int zfs_zaccess(struct znode *, int, int, boolean_t, cred_t *);
217 int zfs_fastaccesschk_execute(struct znode *, cred_t *, boolean_t);
235 void zfs_acl_data_locator(void **, uint32_t *, uint32_t, boolean_t, void *);
238 int zfs_acl_node_read(struct znode *, boolean_t, zfs_acl_t **, boolean_t);
/illumos-gate/usr/src/uts/common/io/scsi/adapters/smartpqi/
H A Dsmartpqi.h233 boolean_t qg_active;
244 boolean_t io_serviced;
262 boolean_t ev_pending;
333 boolean_t s_intr_ready;
334 boolean_t s_offline;
335 boolean_t s_disable_mpxio;
557 boolean_t sis_reenable_mode(pqi_state_t *s);
571 boolean_t pqi_prep_full(pqi_state_t *s);
572 boolean_t pqi_reset_ctl(pqi_state_t *s);
573 boolean_t pqi_hba_reset(pqi_state_t *s);
[all …]
/illumos-gate/usr/src/lib/libcryptoutil/common/
H A Dcryptoutil.h104 boolean_t flag_norandom; /* TRUE if random is disabled */
105 boolean_t flag_enabledlist; /* TRUE if an enabledlist */
107 boolean_t flag_metaslot_enabled; /* TRUE if metaslot's enabled */
108 boolean_t flag_metaslot_auto_key_migrate;
112 boolean_t flag_fips_enabled;
152 boolean_t objecttype_present;
207 get_metaslot_info(boolean_t *status_enabled, boolean_t *migrate_enabled,
215 size_t min_psize, boolean_t with_confirmation);
/illumos-gate/usr/src/cmd/fm/modules/common/fabric-xlate/
H A Dfabric-xlate.h122 boolean_t pcie_ue_no_tgt_erpt; /* Don't send target ereports */
148 boolean_t pcie_slot_data_valid; /* true if slot data is valid */
154 boolean_t pcie_rp_send_all; /* need to send ereports on all rps */
181 extern int fab_prep_basic_erpt(fmd_hdl_t *, nvlist_t *, nvlist_t *, boolean_t);
183 boolean_t);
188 extern boolean_t fab_get_hcpath(fmd_hdl_t *, nvlist_t *, char **, size_t *);
189 extern boolean_t fab_get_rcpath(fmd_hdl_t *, nvlist_t *, char *);
195 extern boolean_t fab_hc2dev(fmd_hdl_t *, const char *, char **);
196 extern boolean_t fab_hc2dev_nvl(fmd_hdl_t *, nvlist_t *, char **);
/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A Dasync.h48 boolean_t as_user; /* user-generated async cmd */
49 boolean_t as_present; /* async operation present */
52 boolean_t async_start(dhcp_smach_t *, dhcp_ipc_type_t, boolean_t);
54 boolean_t async_cancel(dhcp_smach_t *);
/illumos-gate/usr/src/uts/common/io/i40e/
H A Di40e_sw.h438 boolean_t tcb_used_lso;
475 boolean_t rxd_shutdown;
866 boolean_t i40e_promisc_on;
878 boolean_t i40e_mr_enable;
888 boolean_t i40e_rx_hcksum_enable;
897 boolean_t i40e_tx_hcksum_enable;
898 boolean_t i40e_tx_lso_enable;
953 boolean_t i40e_led_saved;
1043 extern boolean_t i40e_stats_init(i40e_t *);
1057 extern boolean_t i40e_register_mac(i40e_t *);
[all …]
/illumos-gate/usr/src/head/
H A Dpriv.h54 extern boolean_t priv_ineffect(const char *);
70 extern boolean_t priv_isemptyset(const priv_set_t *);
71 extern boolean_t priv_isfullset(const priv_set_t *);
72 extern boolean_t priv_isequalset(const priv_set_t *, const priv_set_t *);
73 extern boolean_t priv_issubset(const priv_set_t *, const priv_set_t *);
80 extern boolean_t priv_ismember(const priv_set_t *, const char *);
/illumos-gate/usr/src/lib/pkcs11/libpkcs11/common/
H A Dpkcs11Global.h38 extern boolean_t pkcs11_initialized;
39 extern boolean_t pkcs11_cant_create_threads;
40 extern boolean_t purefastpath;
41 extern boolean_t policyfastpath;
42 extern boolean_t fini_called;

12345678910>>...139