Home
last modified time | relevance | path

Searched refs:boolean_t (Results 251 – 275 of 3449) sorted by relevance

1...<<11121314151617181920>>...138

/illumos-gate/usr/src/uts/common/sys/
H A Dsession.h88 boolean_t s_sighuped; /* ctty had sighup sent to it */
90 boolean_t s_exit; /* sesion leader is exiting */
117 extern void sess_rele(sess_t *, boolean_t);
124 extern int freectty(boolean_t);
H A Dnvpair.h173 int nvlist_add_boolean_value(nvlist_t *, const char *, boolean_t);
207 int nvlist_lookup_boolean_value(nvlist_t *, const char *, boolean_t *);
220 boolean_t **, uint_t *);
242 boolean_t nvlist_exists(nvlist_t *, const char *);
243 boolean_t nvlist_empty(nvlist_t *);
251 int nvpair_value_boolean_value(nvpair_t *, boolean_t *);
263 int nvpair_value_boolean_array(nvpair_t *, boolean_t **, uint_t *);
291 void fnvlist_add_boolean_value(nvlist_t *, const char *, boolean_t);
321 boolean_t fnvlist_lookup_boolean(nvlist_t *nvl, const char *name);
322 boolean_t fnvlist_lookup_boolean_value(nvlist_t *nvl, const char *name);
[all …]
/illumos-gate/usr/src/lib/libsip/common/
H A Dsip_parse_generic.h43 boolean_t);
52 extern boolean_t sip_is_empty_hdr(_sip_header_t *);
64 sip_parsed_header_t **, int, boolean_t);
68 sip_parsed_header_t **, boolean_t);
/illumos-gate/usr/src/lib/libdladm/common/
H A Dlibdladm.h201 boolean_t ds_readonly;
266 boolean_t du_last;
274 extern boolean_t dladm_valid_linkname(const char *);
275 extern boolean_t dladm_str2interval(char *, uint32_t *);
288 boolean_t);
290 boolean_t);
293 boolean_t);
/illumos-gate/usr/src/lib/libdtrace_jni/common/
H A Ddtj_util.h56 extern boolean_t g_dtj_util_debug;
97 boolean_t djm_static; /* flag indicating static qualifier */
105 boolean_t djf_static; /* flag indicating static qualifier */
373 extern boolean_t dtj_list_empty(uu_list_t *);
375 extern boolean_t dtj_list_add(uu_list_t *, void *);
376 extern boolean_t dtj_pointer_list_add(uu_list_t *, void *);
377 extern boolean_t dtj_string_list_add(uu_list_t *, const char *);
/illumos-gate/usr/src/uts/intel/sys/
H A Dcpu_module.h124 void (*cmi_mc_logout)(cmi_hdl_t, boolean_t, boolean_t);
166 extern boolean_t cmi_hdl_is_cmt(cmi_hdl_t);
197 extern boolean_t cmi_inj_tainted(void);
221 extern boolean_t cmi_panic_on_ue(void);
229 extern void cmi_mc_logout(cmi_hdl_t, boolean_t, boolean_t);
/illumos-gate/usr/src/test/util-tests/tests/smbios/
H A Dsmbios_test_slot.c50 boolean_t
81 static boolean_t
115 boolean_t
121 boolean_t
127 boolean_t
157 static boolean_t
204 boolean_t
370 boolean_t
409 boolean_t
455 boolean_t
[all …]
H A Dsmbios_test_proc.c84 boolean_t
109 boolean_t
144 static boolean_t
148 boolean_t ret = B_TRUE; in smbios_test_proc_verify_common()
271 boolean_t
274 boolean_t ret = B_TRUE; in smbios_test_proc_verify_25()
325 boolean_t
328 boolean_t ret = B_TRUE; in smbios_test_proc_verify_36()
386 boolean_t
389 boolean_t ret = B_TRUE; in smbios_test_proc_verify_36_25()
/illumos-gate/usr/src/cmd/cmd-inet/lib/nwamd/
H A Dutil.h68 extern boolean_t debug;
69 extern boolean_t shutting_down;
82 extern boolean_t nwamd_link_belongs_to_this_zone(const char *);
90 const char *, boolean_t *);
/illumos-gate/usr/src/uts/common/os/
H A Dcallb.c57 boolean_t (*c_func)(); /* cb function: returns true if ok */
87 static callb_id_t callb_add_common(boolean_t (*)(void *, int),
111 callb_add_common(boolean_t (*func)(void *arg, int code), in callb_add_common()
157 callb_add(boolean_t (*func)(void *arg, int code), in callb_add()
170 callb_add_thread(boolean_t (*func)(void *arg, int code), in callb_add_thread()
281 boolean_t
316 boolean_t
351 boolean_t
355 boolean_t ret_val; in callb_is_stopped()
/illumos-gate/usr/src/cmd/rpcbind/
H A Drpcb_check.c124 find_procname(rpcproc_t procnum, boolean_t pm) in find_procname()
148 rpcb_log(boolean_t verdict, SVCXPRT *transp, rpcproc_t proc, rpcprog_t prog, in rpcb_log()
149 boolean_t pm) in rpcb_log()
192 boolean_t
193 rpcb_check(SVCXPRT *transp, rpcproc_t procnum, boolean_t ispmap) in rpcb_check()
196 boolean_t res = B_TRUE; in rpcb_check()
/illumos-gate/usr/src/cmd/connstat/
H A Dconnstat.h70 boolean_t print_string(ofmt_arg_t *, char *, uint_t);
71 boolean_t print_uint16(ofmt_arg_t *, char *, uint_t);
72 boolean_t print_uint32(ofmt_arg_t *, char *, uint_t);
73 boolean_t print_uint64(ofmt_arg_t *, char *, uint_t);
/illumos-gate/usr/src/lib/smbsrv/libsmb/common/
H A Dsmb_domain.c81 boolean_t dc_dci_valid;
98 static boolean_t smb_dcache_getdc(smb_dcinfo_t *, boolean_t);
170 boolean_t
173 boolean_t found = B_FALSE; in smb_domain_lookup_name()
225 boolean_t
268 boolean_t
301 boolean_t
304 boolean_t rv; in smb_domain_getinfo()
795 static boolean_t
799 boolean_t rv; in smb_dcache_getdc()
[all …]
/illumos-gate/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelSession.h81 boolean_t ses_RO; /* RO or RW session flag */
161 void kernel_delete_all_sessions(CK_SLOT_ID slotID, boolean_t wrapper_only);
164 boolean_t wrapper_only);
170 boolean_t lock_held, boolean_t wrapper_only);
/illumos-gate/usr/src/uts/intel/io/vmxnet3s/
H A Dvmxnet3.h127 boolean_t devEnabled;
130 boolean_t allow_jumbo;
146 boolean_t txMustResched;
152 boolean_t alloc_ok;
178 size_t size, boolean_t canSleep);
180 size_t size, boolean_t canSleep);
182 size_t size, boolean_t canSleep);
189 boolean_t vmxnet3_tx_complete(vmxnet3_softc_t *dp, vmxnet3_txqueue_t *txq);
/illumos-gate/usr/src/uts/i86pc/io/
H A Dimmu.c72 boolean_t immu_enable = B_TRUE;
85 boolean_t immu_quirk_usbfullpa;
86 boolean_t immu_quirk_mobile4;
89 boolean_t immu_dmar_print;
104 boolean_t immu_setup;
105 boolean_t immu_running;
106 boolean_t immu_quiesced;
193 boolean_t old_premap; in check_conf()
631 static boolean_t
660 static boolean_t
[all …]
/illumos-gate/usr/src/test/util-tests/tests/ctf/
H A Dcheck-common.c121 static boolean_t
135 boolean_t
241 boolean_t
255 boolean_t
410 boolean_t
510 boolean_t
574 boolean_t
649 boolean_t
748 boolean_t
827 boolean_t
[all …]
/illumos-gate/usr/src/uts/common/inet/
H A Dip_stack.h190 boolean_t ips_capab_taskq_quit;
216 boolean_t ips_igmp_timer_setter_active;
217 boolean_t ips_igmp_timer_quiesce;
224 boolean_t ips_mld_timer_setter_active;
225 boolean_t ips_mld_timer_quiesce;
230 boolean_t ips_igmp_slowtimeout_quiesce;
235 boolean_t ips_mld_slowtimeout_quiesce;
289 boolean_t ips_ip6_asp_uip; /* table update in progress */
323 boolean_t ips_ill_index_wrap;
372 boolean_t ips_srcid_wrapped;
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Ddbuf.h162 boolean_t dr_nopwrite;
163 boolean_t dr_has_raw_params;
169 boolean_t dr_byteorder;
311 typedef void (*dbuf_prefetch_fn)(void *, boolean_t);
326 boolean_t fail_sparse, boolean_t fail_uncached,
336 boolean_t dbuf_try_add_ref(dmu_buf_t *db, objset_t *os, uint64_t obj,
341 void dbuf_rele_and_unlock(dmu_buf_impl_t *db, void *tag, boolean_t evicting);
366 boolean_t dbuf_can_remap(const dmu_buf_impl_t *buf);
382 boolean_t dbuf_is_metadata(dmu_buf_impl_t *db);
/illumos-gate/usr/src/cmd/svr4pkg/pkgrm/
H A Dmain.c689 boolean_t b; in main()
849 boolean_t b; in doRemove()
1872 static boolean_t
1879 boolean_t b; in remove_packages_in_global_with_zones()
2199 static boolean_t
2317 static boolean_t
2416 static boolean_t
2520 static boolean_t
2526 boolean_t b; in remove_packages()
2875 boolean_t b; in create_zone_adminfile()
[all …]
/illumos-gate/usr/src/cmd/dlmgmtd/
H A Ddlmgmt_db.c277 boolean_t newfile = B_FALSE; in dlmgmt_zopen_cb()
445 boolean_t *ptr = value; in write_boolean()
495 boolean_t *ptr = calloc(1, sizeof (boolean_t)); in read_boolean()
501 *(boolean_t **)value = ptr; in read_boolean()
592 boolean_t writeop; in dlmgmt_process_db_req()
877 static boolean_t
958 boolean_t *renamed) in dlmgmt_attr_rename()
1014 boolean_t done = B_FALSE; in process_db_write()
1301 boolean_t b = B_TRUE; in generate_link_line()
1474 static boolean_t
[all …]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ilbadm/
H A Dilbadm_stats.c214 static boolean_t
227 static boolean_t
234 boolean_t valid = B_TRUE; in i_sum_per_rule_processed()
236 boolean_t check_valid; in i_sum_per_rule_processed()
281 static boolean_t
287 static boolean_t
293 static boolean_t
299 boolean_t valid = B_TRUE; in of_server_stats()
343 static boolean_t
351 boolean_t ret = B_TRUE; in of_itemize_stats()
[all …]
/illumos-gate/usr/src/uts/common/io/scsi/adapters/iscsi/
H A Dnvfile.c202 boolean_t
329 boolean_t
348 boolean_t
384 boolean_t
408 boolean_t
435 boolean_t
473 boolean_t
553 boolean_t
585 boolean_t
651 boolean_t
[all …]
/illumos-gate/usr/src/uts/common/io/nge/
H A Dnge_xmii.c159 static boolean_t
204 static boolean_t
229 boolean_t
258 static boolean_t
320 boolean_t adv_pause; in nge_update_copper()
323 boolean_t adv_100fdx; in nge_update_copper()
324 boolean_t adv_100hdx; in nge_update_copper()
325 boolean_t adv_10fdx; in nge_update_copper()
326 boolean_t adv_10hdx; in nge_update_copper()
480 static boolean_t
[all …]
/illumos-gate/usr/src/uts/intel/io/imc/
H A Dimc.h530 boolean_t idimm_present;
532 boolean_t idimm_hdrl_parity;
533 boolean_t idimm_hdrl;
553 boolean_t irle_enabled;
583 boolean_t icn_invalid;
585 boolean_t icn_ecc;
586 boolean_t icn_lockstep;
587 boolean_t icn_closed;
639 boolean_t isr_enable;
640 boolean_t isr_a7mode;
[all …]

1...<<11121314151617181920>>...138