Home
last modified time | relevance | path

Searched refs:boolean_t (Results 151 – 175 of 3457) sorted by relevance

12345678910>>...139

/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;
H A Dpkcs11Slot.h57 boolean_t sl_enabledpol; /* TRUE if policy for enabled */
60 boolean_t sl_norandom; /* TRUE if random is disabled */
64 boolean_t sl_no_wfse; /* WaitForSlotEvent not impl */
96 boolean_t st_wfse_active; /* A thread is actively running WFSE */
97 boolean_t st_blocking; /* Blocking for C_WaitForSlotEvent */
98 boolean_t st_list_signaled; /* Listener has been signaled */
/illumos-gate/usr/src/lib/libdemangle/common/
H A Ddemangle_int.h44 static inline boolean_t
50 static inline boolean_t
56 static inline boolean_t
62 static inline boolean_t
73 static inline boolean_t
84 static inline boolean_t
109 extern volatile boolean_t demangle_debug;
/illumos-gate/usr/src/uts/common/inet/
H A Dip_ndp.h92 boolean_t ncec_trace_disable; /* True when alloc fails */
121 boolean_t nce_is_condemned;
153 boolean_t ndp_g_walker_cleanup; /* true implies defer deletion. */
297 extern void nce_process(ncec_t *, uchar_t *, uint32_t, boolean_t);
300 extern boolean_t ndp_verify_optlen(nd_opt_hdr_t *, int);
304 void *, boolean_t);
305 extern boolean_t nce_restart_dad(ncec_t *);
309 extern void nce_queue_mp(ncec_t *, mblk_t *, boolean_t);
326 extern boolean_t ip_nce_conflict(mblk_t *, ip_recv_attr_t *, ncec_t *);
327 extern boolean_t ndp_announce(ncec_t *);
[all …]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/wificonfig/
H A Dwificonfig.c264 boolean_t b_auth;
925 static boolean_t
1074 static boolean_t
1170 static boolean_t
1222 static boolean_t
1283 static boolean_t
1350 static boolean_t
1605 static boolean_t
1636 static boolean_t
4379 boolean_t ret; in value_is_valid()
[all …]
/illumos-gate/usr/src/test/util-tests/tests/smbios/
H A Dsmbios_test_pinfo.c33 boolean_t
50 boolean_t
104 boolean_t
169 boolean_t
370 boolean_t
391 boolean_t
419 boolean_t
448 boolean_t
524 boolean_t
530 boolean_t
[all …]
H A Dsmbios_test_fwinfo.c67 boolean_t
85 boolean_t
98 boolean_t
110 boolean_t
131 boolean_t
158 boolean_t
185 static boolean_t
189 boolean_t ret = B_TRUE; in smbios_test_fwinfo_verify_common()
267 boolean_t
321 boolean_t
[all …]
/illumos-gate/usr/src/uts/common/io/qede/
H A Dqede.h538 boolean_t promisc_fl;
569 boolean_t link_duplex;
570 boolean_t tx_pause;
571 boolean_t rx_pause;
577 boolean_t autoneg;
578 boolean_t asym_pause;
579 boolean_t pause;
583 boolean_t param_25000fdx;
590 boolean_t link_up;
594 boolean_t autoneg;
[all …]
/illumos-gate/usr/src/cmd/hal/utils/
H A Dfsutils.h18 boolean_t dos_to_dev(char *path, char **devpath, int *num);
20 boolean_t is_dos_drive(uchar_t id);
21 boolean_t is_dos_extended(uchar_t id);
22 boolean_t find_dos_drive(int fd, int num, uint_t secsz, off_t *offset);
24 boolean_t vtoc_one_slice_entire_disk(struct extvtoc *vtoc);
/illumos-gate/usr/src/uts/common/os/
H A Dpolicy.c460 boolean_t
483 boolean_t
683 boolean_t *needoptcheck) in secpolicy_fs_common()
685 boolean_t allzone = B_FALSE; in secpolicy_fs_common()
834 boolean_t needoptchk; in secpolicy_fs_mount()
970 boolean_t allzone; in secpolicy_vnode_access()
1033 boolean_t allzone; in secpolicy_vnode_access2()
1120 boolean_t allzone = B_TRUE; in secpolicy_vnode_setid_modify()
2363 boolean_t
2411 boolean_t
[all …]
/illumos-gate/usr/src/uts/sun4u/sys/
H A Denvctrl_gen.h153 boolean_t ps_ok; /* normal state or not. */
154 boolean_t curr_share_ok; /* current share imbalance */
155 boolean_t limit_ok; /* overlimit warning */
161 boolean_t fans_ok; /* are the fans okay */
185 boolean_t ps_ok; /* normal state or not */
186 boolean_t curr_share_ok; /* current share imbalance */
187 boolean_t limit_ok; /* overlimit warning */
203 boolean_t disk_ok; /* disk fault LED off or on */
/illumos-gate/usr/src/uts/common/xen/io/
H A Dxnbu.c53 static int xnbu_m_set_promiscuous(void *, boolean_t);
60 boolean_t u_need_sched;
81 boolean_t sched = B_FALSE; in xnbu_to_host()
161 static boolean_t
175 static boolean_t
192 static boolean_t
203 boolean_t sched = B_FALSE; in xnbu_m_send()
267 xnbu_m_set_promiscuous(void *arg, boolean_t on) in xnbu_m_set_promiscuous()
330 static boolean_t
353 static boolean_t
[all …]
H A Dxpvtap.h80 boolean_t rs_flushing;
89 boolean_t bo_opened;
142 boolean_t um_registered;
155 volatile boolean_t ut_wake;
156 volatile boolean_t ut_exit;
158 volatile boolean_t ut_exit_done;
/illumos-gate/usr/src/uts/common/sys/idm/
H A Didm_impl.h133 boolean_t nonblock_socket;
182 boolean_t ic_login_info_valid;
183 boolean_t ic_rdma_extensions;
190 boolean_t ic_ffp;
191 boolean_t ic_keepalive;
312 boolean_t idb_in_transport;
456 boolean_t idm_wd_thread_running;
495 boolean_t
508 boolean_t rx);
511 boolean_t rx);
[all …]
/illumos-gate/usr/src/uts/common/io/mlxcx/
H A Dmlxcx_cmd.c535 boolean_t
1096 boolean_t
1122 boolean_t
1148 boolean_t
1185 boolean_t
1211 boolean_t
1252 boolean_t
1318 boolean_t
1367 boolean_t
1407 boolean_t
[all …]
/illumos-gate/usr/src/uts/common/sys/nxge/
H A Dnxge_txdma.h147 boolean_t cfg_set;
152 boolean_t tx_ring_busy;
166 boolean_t wr_index_wrap;
172 boolean_t queueing;
195 boolean_t hv_set;
213 boolean_t txdesc_allocated;
222 boolean_t txmbox_allocated;
247 boolean_t nxge_txdma_reclaim(p_nxge_t, p_tx_ring_t, int);
249 void nxge_fill_tx_hdr(p_mblk_t, boolean_t, boolean_t,
252 nxge_status_t nxge_txdma_hw_mode(p_nxge_t, boolean_t);
/illumos-gate/usr/src/test/os-tests/tests/
H A Dclock_gettime.c83 static boolean_t
88 boolean_t ret = B_TRUE; in clock_test()
149 boolean_t ret = B_TRUE; in clock_test_thr()
152 boolean_t rval = clock_test(&clock_tests[i]); in clock_test_thr()
192 static boolean_t
199 boolean_t ret = B_TRUE; in clock_test_thread_clock()
248 static boolean_t
281 static boolean_t
316 boolean_t bval; in main()
319 if (!(boolean_t)(uintptr_t)thr_ret) { in main()
[all …]
/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_addr.h61 boolean_t sctp_ipif_isv6;
116 boolean_t sctp_ill_isv6;
161 extern in6_addr_t sctp_get_valid_addr(sctp_t *, boolean_t, boolean_t *);
162 extern size_t sctp_saddr_info(sctp_t *, int, uchar_t *, boolean_t);
164 boolean_t);
171 extern void sctp_check_saddr(sctp_t *, int, boolean_t,
/illumos-gate/usr/src/lib/scsi/libses/common/
H A Dses_impl.h73 boolean_t sp_initialized; /* successfully initialized */
88 boolean_t st_closescsi;
89 boolean_t st_truncate;
105 boolean_t ssp_control;
106 boolean_t ssp_initialized;
147 boolean_t);
149 ses2_diag_page_t, size_t, boolean_t);
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.ripngd/
H A Ddefs.h129 extern boolean_t dopoison;
131 extern boolean_t install;
137 extern boolean_t needupdate;
145 extern boolean_t supplier;
155 int, boolean_t);
157 struct interface *, boolean_t);
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Ddsl_destroy.h38 int dsl_destroy_snapshots_nvl(struct nvlist *, boolean_t,
40 int dsl_destroy_snapshot(const char *, boolean_t);
45 int dsl_destroy_snapshot_check_impl(struct dsl_dataset *, boolean_t);
47 boolean_t, struct dmu_tx *);
51 boolean_t ddsa_defer;
H A Ddsl_dataset.h176 boolean_t ds_is_snapshot;
334 boolean_t dsl_dataset_tryown(dsl_dataset_t *ds, void *tag);
336 boolean_t dsl_dataset_has_owner(dsl_dataset_t *ds);
349 boolean_t force);
359 boolean_t dsl_dataset_modified_since_snap(dsl_dataset_t *ds,
368 dmu_tx_t *tx, boolean_t async);
412 boolean_t dsl_dataset_is_dirty(dsl_dataset_t *ds);
428 boolean_t dsl_dataset_long_held(dsl_dataset_t *ds);
435 dmu_tx_t *tx, boolean_t recv, uint64_t cnt, cred_t *cr);
446 boolean_t adj_cnt);
[all …]
H A Dzcp.h41 int zcp_eval(const char *, const char *, boolean_t, uint64_t, uint64_t,
46 int zcp_load_synctask_lib(lua_State *, boolean_t);
56 boolean_t aa_must_succeed;
100 boolean_t zri_timed_out;
105 boolean_t zri_canceled;
111 boolean_t zri_sync;
/illumos-gate/usr/src/uts/common/io/zyd/
H A Dzyd.h76 boolean_t initialized; /* B_TRUE if properly initialized */
77 boolean_t held; /* B_TRUE if the object is held */
86 volatile boolean_t pending; /* ioread is in progress */
87 volatile boolean_t done; /* response has been received */
88 volatile boolean_t exc; /* an exception has occured */
104 boolean_t connected;
127 zyd_res (*switch_radio)(struct zyd_rf *, boolean_t);
160 boolean_t running;
161 boolean_t suspended;
162 boolean_t resched;
[all …]
/illumos-gate/usr/src/test/util-tests/tests/libnvpair_json/
H A Dprint_json.c52 boolean_t lw_array;
177 typedef int (*command_handler_t)(list_wrap_t **, boolean_t, int,
181 ch_add_string(list_wrap_t **lw, boolean_t array, int argc, char **argv) in ch_add_string()
222 boolean_t arrval[MAX_ARGS]; in ch_add_boolean_value()
290 ch_add_byte(list_wrap_t **lw, boolean_t array, int argc, char **argv) in ch_add_byte()
298 ch_add_int8(list_wrap_t **lw, boolean_t array, int argc, char **argv) in ch_add_int8()
306 ch_add_uint8(list_wrap_t **lw, boolean_t array, int argc, char **argv) in ch_add_uint8()
314 ch_add_int16(list_wrap_t **lw, boolean_t array, int argc, char **argv) in ch_add_int16()
383 ch_end(list_wrap_t **lw, boolean_t array, int argc, char **argv) in ch_end()
429 ch_next(list_wrap_t **lw, boolean_t array, int argc, char **argv) in ch_next()
[all …]

12345678910>>...139