Searched refs:boolean_t (Results 1 - 25 of 3177) sorted by relevance

1234567891011>>

/illumos-gate/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_paus
[all...]
/illumos-gate/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 vidVali
[all...]
/illumos-gate/usr/src/common/net/wanboot/
H A Dbootinfo_aux.h46 extern boolean_t bi_init_bootinfo(void);
48 extern boolean_t bi_get_chosen_prop(const char *, void *, size_t *);
49 extern boolean_t bi_get_dhcp_info(uchar_t, uint16_t, uint16_t,
52 extern boolean_t bi_put_chosen_prop(const char *, const void *, size_t,
53 boolean_t);
55 extern boolean_t bi_put_bootmisc(const char *, const void *, size_t);
/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A Dasync.h50 boolean_t as_user; /* user-generated async cmd */
51 boolean_t as_present; /* async operation present */
54 boolean_t async_start(dhcp_smach_t *, dhcp_ipc_type_t, boolean_t);
56 boolean_t async_cancel(dhcp_smach_t *);
H A Ddefaults.h62 boolean_t df_get_bool(const char *, boolean_t, uint_t);
63 int df_get_int(const char *, boolean_t, uint_t);
64 const char *df_get_string(const char *, boolean_t, uint_t);
/illumos-gate/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_clea
[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_ge
[all...]
/illumos-gate/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_hel
[all...]
/illumos-gate/usr/src/lib/fm/libldom/sparc/
H A Dldom_utils.h37 extern boolean_t notify_setup(int *);
/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 *);
H A Ddmu_send.h44 int dmu_send(const char *tosnap, const char *fromsnap, boolean_t embedok,
45 boolean_t large_block_ok, boolean_t compressok, int outfd,
49 boolean_t stream_compressed, uint64_t *sizep);
51 boolean_t stream_compressed, uint64_t *sizep);
53 boolean_t embedok, boolean_t large_block_ok, boolean_t compressok,
62 boolean_t drc_newfs;
63 boolean_t drc_byteswa
[all...]
/illumos-gate/usr/src/lib/pkcs11/libpkcs11/common/
H A Dpkcs11Global.h40 extern boolean_t pkcs11_initialized;
41 extern boolean_t pkcs11_cant_create_threads;
42 extern boolean_t purefastpath;
43 extern boolean_t policyfastpath;
44 extern boolean_t fini_called;
/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/inet/
H A Dproto_set.h38 extern boolean_t proto_set_rx_hiwat(queue_t *, struct conn_s *, size_t);
39 extern boolean_t proto_set_rx_lowat(queue_t *, struct conn_s *, size_t);
40 extern boolean_t proto_set_maxpsz(queue_t *, struct conn_s *, size_t);
41 extern boolean_t proto_set_tx_maxblk(queue_t *, struct conn_s *,
43 extern boolean_t proto_set_tx_copyopt(queue_t *, struct conn_s *, int);
44 extern boolean_t proto_set_tx_wroff(queue_t *, struct conn_s *, size_t);
45 extern void proto_set_rx_oob_opt(struct conn_s *, boolean_t);
51 uint_t, boolean_t, boolean_t, cred_t *);
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/traceroute/
H A Dtraceroute.h81 extern boolean_t docksum; /* do checksum (IPv4 only) */
85 extern boolean_t nflag; /* numeric flag */
90 extern boolean_t raw_req; /* if sndsock for IPv4 must be raw */
91 extern boolean_t settos; /* set type-of-service (IPv4 only) */
93 extern boolean_t useicmp; /* use ICMP or UDP */
94 extern boolean_t verbose;
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ping/
H A Dping.h91 boolean_t got_reply; /* received a reply from dst while */
93 boolean_t probing_done; /* skip without sending all probes */
115 extern boolean_t is_alive;
117 extern boolean_t nflag;
119 extern boolean_t probe_all;
121 extern boolean_t rr_option;
122 extern boolean_t stats;
123 extern boolean_t strict;
128 extern boolean_t ts_option;
131 extern boolean_t use_icmp_t
[all...]
/illumos-gate/usr/src/cmd/ndmpd/ndmp/
H A Dndmpd_log.h57 extern int ndmp_log_open_file(boolean_t, boolean_t);
/illumos-gate/usr/src/cmd/tnf/prex/
H A Dprbk.h45 void prbk_set_pfilter_mode(boolean_t);
47 void prbk_set_tracing(boolean_t);
/illumos-gate/usr/src/psm/stand/boot/sparc/common/
H A Dwbcli.h44 extern boolean_t wanboot_init_interface(char *);
45 extern boolean_t wanboot_verify_config(void);
/illumos-gate/usr/src/head/
H A Dmeta_runtime.h47 boolean_t
/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_dow
[all...]
/illumos-gate/usr/src/cmd/modload/
H A Dplcysubr.h44 int update_device_policy(const char *, const char *, boolean_t);
45 char *check_plcy_entry(char *, const char *, boolean_t);
46 int check_priv_entry(const char *, boolean_t);
/illumos-gate/usr/src/uts/sun4v/sys/
H A Dsuspend.h33 boolean_t *recovered);
37 boolean_t suspend_supported(void);
38 boolean_t suspend_memdr_allowed(void);
/illumos-gate/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_sc
[all...]
/illumos-gate/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_mechlis
[all...]

Completed in 119 milliseconds

1234567891011>>