Home
last modified time | relevance | path

Searched refs:B_FALSE (Results 1 – 25 of 2197) sorted by relevance

12345678910>>...88

/titanic_50/usr/src/lib/pkcs11/libpkcs11/common/
H A DmetaAttrMasters.h64 #define NotMallocd B_FALSE
65 #define NotClone B_FALSE
66 #define NotEmptyValue B_FALSE
84 NotMallocd, Clone, NotEmptyValue, B_FALSE, \
87 NotMallocd, Clone, NotEmptyValue, B_FALSE, \
90 NotMallocd, Clone, NotEmptyValue, B_FALSE, \
93 NotMallocd, Clone, EmptyValue, B_FALSE, \
103 NotMallocd, NotClone, NotEmptyValue, B_FALSE, \
113 NotMallocd, Clone, EmptyValue, B_FALSE, \
116 NotMallocd, Clone, EmptyValue, B_FALSE, \
[all …]
/titanic_50/usr/src/test/libc-tests/tests/
H A Duchar.c58 ret = B_FALSE; in mbrtoc32_ascii()
64 ret = B_FALSE; in mbrtoc32_ascii()
69 ret = B_FALSE; in mbrtoc32_ascii()
75 ret = B_FALSE; in mbrtoc32_ascii()
109 ret = B_FALSE; in mbrtoc32_badseq_utf8()
115 ret = B_FALSE; in mbrtoc32_badseq_utf8()
121 return (B_FALSE); in mbrtoc32_badseq_utf8()
130 ret = B_FALSE; in mbrtoc32_badseq_utf8()
136 ret = B_FALSE; in mbrtoc32_badseq_utf8()
155 ret = B_FALSE; in mbrtoc32_roundtrip()
[all …]
/titanic_50/usr/src/uts/common/io/bnxe/
H A Dbnxe_cfg.c50 B_FALSE, /* param_100fdx */
51 B_FALSE, /* param_100hdx */
52 B_FALSE, /* param_10fdx */
53 B_FALSE, /* param_10hdx */
91 *((boolean_t *)pVal) = (val) ? B_TRUE : B_FALSE; in BnxeCfgGetVal()
131 B_FALSE); in BnxeCfg_LLDP_DCBX()
136 B_FALSE); in BnxeCfg_LLDP_DCBX()
141 B_FALSE); in BnxeCfg_LLDP_DCBX()
146 B_FALSE); in BnxeCfg_LLDP_DCBX()
151 B_FALSE); in BnxeCfg_LLDP_DCBX()
[all …]
/titanic_50/usr/src/uts/common/sys/ib/clients/rds/
H A Drds_kstat.h81 rds_increment_kstat(&rds_kstat.rds_nsessions, B_FALSE, 1)
83 rds_decrement_kstat(&rds_kstat.rds_nsessions, B_FALSE, 1)
86 rds_increment_kstat(&rds_kstat.rds_tx_bytes, B_FALSE, num)
89 rds_increment_kstat(&rds_kstat.rds_tx_pkts, B_FALSE, num)
92 rds_increment_kstat(&rds_kstat.rds_tx_errors, B_FALSE, 1)
95 rds_increment_kstat(&rds_kstat.rds_rx_bytes, B_FALSE, num)
98 rds_increment_kstat(&rds_kstat.rds_rx_pkts, B_FALSE, num)
108 rds_increment_kstat(&rds_kstat.rds_rx_errors, B_FALSE, 1)
111 rds_increment_kstat(&rds_kstat.rds_tx_acks, B_FALSE, 1)
114 rds_increment_kstat(&rds_kstat.rds_post_recv_buf_called, B_FALSE, 1)
[all …]
/titanic_50/usr/src/uts/common/os/
H A Dpolicy.c152 DTRACE_PROBE2(priv__ok, int, priv, boolean_t, B_FALSE); \
506 priv_policy_err(cr, PRIV_ALL, B_FALSE, msg); in secpolicy_require_set()
562 if (PRIV_POLICY(cr, PRIV_PROC_PRIOUP, B_FALSE, EPERM, NULL) == 0) in secpolicy_raisepriority()
573 return (PRIV_POLICY(cr, PRIV_PROC_PRIOCNTL, B_FALSE, EPERM, NULL)); in secpolicy_setpriority()
601 if (PRIV_POLICY_ONLY(cr, PRIV_NET_PRIVADDR, B_FALSE)) in secpolicy_net_privaddr()
625 return (priv_policy_va(cr, priv, B_FALSE, EACCES, reason, in secpolicy_net_privaddr()
635 return (PRIV_POLICY(cr, PRIV_NET_BINDMLP, B_FALSE, EACCES, NULL)); in secpolicy_net_bindmlp()
645 return (PRIV_POLICY(cr, PRIV_NET_MAC_AWARE, B_FALSE, EACCES, NULL)); in secpolicy_net_mac_aware()
654 return (PRIV_POLICY(cr, PRIV_NET_MAC_IMPLICIT, B_FALSE, EACCES, NULL)); in secpolicy_net_mac_implicit()
669 boolean_t allzone = B_FALSE; in secpolicy_fs_common()
[all …]
/titanic_50/usr/src/lib/libbsm/common/
H A Daudit_scf.c108 if (scf_read_propvec(AUDITD_FMRI, pgroup_str, B_FALSE, vector, in get_val_scf()
116 return (B_FALSE); in get_val_scf()
143 return (B_FALSE); in set_val_scf()
178 return (B_FALSE); in chk_prop_vect()
208 return (B_FALSE); in get_props_kva_all()
225 return (B_FALSE); in get_props_kva_all()
229 return (B_FALSE); in get_props_kva_all()
237 return (B_FALSE); in get_props_kva_all()
244 return (B_FALSE); in get_props_kva_all()
250 return (B_FALSE); in get_props_kva_all()
[all …]
/titanic_50/usr/src/lib/libpkg/common/
H A Dhandlelocalfs.c37 static boolean_t fs_temporarily_enabled = B_FALSE;
53 boolean_t fs_enabled_here = B_FALSE; in enable_local_fs()
64 return (B_FALSE); in enable_local_fs()
76 return (B_FALSE); in enable_local_fs()
82 return (B_FALSE); in enable_local_fs()
101 return (B_FALSE); in enable_local_fs()
104 return (B_FALSE); in enable_local_fs()
108 return (B_FALSE); in enable_local_fs()
130 return (B_FALSE); in restore_local_fs()
137 fs_temporarily_enabled = B_FALSE; in restore_local_fs()
[all …]
H A Dkeystore.c130 boolean_t found = B_FALSE; in print_certs()
156 fname, B_FALSE, outfile); in print_certs()
377 tmpstore->dirty = B_FALSE; in open_keystore()
378 tmpstore->new = B_FALSE; in open_keystore()
441 tmpstore->dirty = B_FALSE; in new_keystore()
442 tmpstore->new = B_FALSE; in new_keystore()
888 boolean_t found = B_FALSE; in delete_cert_and_keys()
1100 return (B_FALSE); in verify_keystore_integrity()
1105 return (B_FALSE); in verify_keystore_integrity()
1110 return (B_FALSE); in verify_keystore_integrity()
[all …]
/titanic_50/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftKeysUtil.c165 boolean_t is_ssl_mech = B_FALSE; in soft_genkey()
261 CKO_SECRET_KEY, key_type, keylen, SOFT_GEN_KEY, B_FALSE); in soft_genkey()
330 soft_delete_token_object(secret_key, B_FALSE, B_FALSE); in soft_genkey()
333 B_FALSE, B_FALSE); in soft_genkey()
353 B_FALSE) { in soft_genkey()
374 B_FALSE) { in soft_genkey()
397 soft_delete_token_object(secret_key, B_FALSE, B_FALSE); in soft_genkey()
400 B_FALSE, B_FALSE); in soft_genkey()
409 soft_delete_token_object(secret_key, B_FALSE, B_FALSE); in soft_genkey()
451 SOFT_GEN_KEY, B_FALSE); in soft_genkey_pair()
[all …]
H A DsoftVerify.c42 boolean_t lock_held = B_FALSE; in C_VerifyInit()
75 soft_sign_verify_cleanup(session_p, B_FALSE, B_TRUE); in C_VerifyInit()
85 lock_held = B_FALSE; in C_VerifyInit()
110 boolean_t lock_held = B_FALSE; in C_Verify()
150 lock_held = B_FALSE; in C_Verify()
157 soft_sign_verify_cleanup(session_p, B_FALSE, B_FALSE); in C_Verify()
169 boolean_t lock_held = B_FALSE; in C_VerifyUpdate()
204 lock_held = B_FALSE; in C_VerifyUpdate()
215 soft_sign_verify_cleanup(session_p, B_FALSE, B_FALSE); in C_VerifyUpdate()
228 boolean_t lock_held = B_FALSE; in C_VerifyFinal()
[all …]
H A DsoftKeystoreUtil.c158 static boolean_t keystore_path_initialized = B_FALSE;
370 if (lock_file(fd, B_FALSE, B_TRUE) != 0) { in create_keystore()
380 (void) lock_file(fd, B_FALSE, B_FALSE); in create_keystore()
390 (void) lock_file(fd, B_FALSE, B_FALSE); in create_keystore()
470 (void) lock_file(fd, B_FALSE, B_FALSE); in create_keystore()
478 (void) lock_file(fd, B_FALSE, B_FALSE); in create_keystore()
517 *same = B_FALSE; in is_inode_same()
528 read_lock = B_FALSE; in acquire_file_lock()
540 (void) lock_file(*fd, B_TRUE, B_FALSE); /* unlock file */ in acquire_file_lock()
551 if (lock_file(*fd, B_TRUE, B_FALSE) != 0) { in acquire_file_lock()
[all …]
H A DsoftDecrypt.c42 boolean_t lock_held = B_FALSE; in C_DecryptInit()
74 soft_crypt_cleanup(session_p, B_FALSE, lock_held); in C_DecryptInit()
85 lock_held = B_FALSE; in C_DecryptInit()
110 boolean_t lock_held = B_FALSE; in C_Decrypt()
165 lock_held = B_FALSE; in C_Decrypt()
184 soft_crypt_cleanup(session_p, B_FALSE, B_FALSE); in C_Decrypt()
198 boolean_t lock_held = B_FALSE; in C_DecryptUpdate()
245 lock_held = B_FALSE; in C_DecryptUpdate()
264 soft_crypt_cleanup(session_p, B_FALSE, lock_held); in C_DecryptUpdate()
276 boolean_t lock_held = B_FALSE; in C_DecryptFinal()
[all …]
/titanic_50/usr/src/common/net/wanboot/
H A Dbootconf.c76 return (B_FALSE); in valid_name()
257 return (B_FALSE); in parse_bootconf()
284 *is_encrypted = B_FALSE; in valid_encryption()
295 return (B_FALSE); in valid_encryption()
319 *is_signed = B_FALSE; in valid_signature()
329 return (B_FALSE); in valid_signature()
354 *is_authenticated = B_FALSE; in valid_client_authentication()
365 return (B_FALSE); in valid_client_authentication()
388 *is_authenticated = B_FALSE; in valid_server_authentication()
399 return (B_FALSE); in valid_server_authentication()
[all …]
/titanic_50/usr/src/lib/libinstzones/common/
H A Dzones.c194 return (B_FALSE); in z_create_zone_admin_file()
274 static boolean_t _brandsImplementedDetermined = B_FALSE; in z_brands_are_implemented()
275 static boolean_t _brandsAreImplemented = B_FALSE; in z_brands_are_implemented()
468 mapFP = zonecfg_open_scratch("", B_FALSE); in z_get_nonglobal_zone_list_by_brand()
637 return (B_FALSE); in z_global_only()
678 return (B_FALSE); in z_lock_this_zone()
692 return (B_FALSE); in z_lock_this_zone()
728 if (z_zones_are_implemented() == B_FALSE) { in z_lock_zones()
736 if (b == B_FALSE) { in z_lock_zones()
744 return (B_FALSE); in z_lock_zones()
[all …]
H A Dzones_states.c128 return (B_FALSE); in _z_make_zone_running()
154 return (B_FALSE); in _z_make_zone_running()
167 return (B_FALSE); in _z_make_zone_running()
180 return (B_FALSE); in _z_make_zone_running()
210 return (B_FALSE); in _z_make_zone_running()
229 return (B_FALSE); in _z_make_zone_running()
234 if ((fp = zonecfg_open_scratch("", B_FALSE)) == NULL || in _z_make_zone_running()
242 return (B_FALSE); in _z_make_zone_running()
256 return (B_FALSE); in _z_make_zone_running()
310 return (B_FALSE); in _z_make_zone_ready()
[all …]
/titanic_50/usr/src/lib/libshare/smb/
H A Dsmb_share_doorclnt.c217 smb_share_door_clnt_exit(arg, B_FALSE, "encode"); in smb_share_list()
229 smb_share_door_clnt_exit(arg, B_FALSE, "decode"); in smb_share_list()
236 smb_share_door_clnt_exit(arg, B_FALSE, "decode"); in smb_share_list()
240 smb_share_door_clnt_exit(arg, B_FALSE, NULL); in smb_share_list()
261 smb_share_door_clnt_exit(arg, B_FALSE, "encode"); in smb_share_count()
273 smb_share_door_clnt_exit(arg, B_FALSE, "decode"); in smb_share_count()
279 smb_share_door_clnt_exit(arg, B_FALSE, "decode"); in smb_share_count()
283 smb_share_door_clnt_exit(arg, B_FALSE, NULL); in smb_share_count()
304 smb_share_door_clnt_exit(arg, B_FALSE, "encode"); in smb_share_delete()
316 smb_share_door_clnt_exit(arg, B_FALSE, "decode"); in smb_share_delete()
[all …]
/titanic_50/usr/src/cmd/zoneadmd/
H A Dzoneadmd.c135 boolean_t in_death_throes = B_FALSE; /* daemon is dying */
136 boolean_t bringup_failure_recovery = B_FALSE; /* ignore certain failures */
303 zerror(zlogp, B_FALSE, in filter_bootargs()
317 zerror(zlogp, B_FALSE, "boot argument string too long"); in filter_bootargs()
329 zerror(zlogp, B_FALSE, "memory allocation failed"); in filter_bootargs()
343 zerror(zlogp, B_FALSE, "memory allocation failed"); in filter_bootargs()
421 zerror(zlogp, B_FALSE, "WARNING: Unused or invalid boot " in filter_bootargs()
544 zerror(zlogp, B_FALSE, "unable to create snapshot: %s", in zone_ready()
551 zerror(zlogp, B_FALSE, "destroying snapshot: %s", in zone_ready()
557 (void) vplat_teardown(NULL, (mount_cmd != Z_MNT_BOOT), B_FALSE); in zone_ready()
[all …]
H A Dvplat.c338 outside_altroot = B_FALSE; in resolve_lofs()
458 zerror(zlogp, B_FALSE, "pathname %s%s is too long", prefix, in make_one_dir()
477 zerror(zlogp, B_FALSE, in make_one_dir()
482 zerror(zlogp, B_FALSE, in make_one_dir()
492 zerror(zlogp, B_FALSE, "Could not mkdir %s.\nIt is on " in make_one_dir()
550 zerror(zlogp, B_FALSE, "unable to parse %s", DFSTYPES); in get_remote_fstypes()
575 return (B_FALSE); in is_remote_fstype()
580 return (B_FALSE); in is_remote_fstype()
634 boolean_t stuck = B_FALSE; in unmount_filesystems()
638 zerror(zlogp, B_FALSE, "unable to determine zone root"); in unmount_filesystems()
[all …]
/titanic_50/usr/src/uts/common/io/scsi/adapters/iscsi/
H A Discsid.c136 #define CHECK_METHOD(v) ((dm & v) ? B_TRUE : B_FALSE)
147 return (B_FALSE); in iscsid_ip_check()
151 return (B_FALSE); in iscsid_ip_check()
165 return (B_FALSE); in iscsid_make_entry()
170 return (B_FALSE); in iscsid_make_entry()
174 return (B_FALSE); in iscsid_make_entry()
263 return (B_FALSE); in iscsid_init()
269 rval = B_FALSE; in iscsid_init()
279 rval = B_FALSE; in iscsid_init()
282 if (rval == B_FALSE) { in iscsid_init()
[all …]
H A Dnvfile.c166 nvf_written_once = B_FALSE; in nvf_init()
273 return (rval == 0 ? B_TRUE : B_FALSE); in nvf_load()
342 return (rval == 0 ? B_TRUE : B_FALSE); in nvf_list_check()
359 return (B_FALSE); in nvf_node_value_set()
378 return (rval == 0 ? B_TRUE : B_FALSE); in nvf_node_value_set()
396 return (B_FALSE); in nvf_node_value_get()
402 return (rval == 0 ? B_TRUE : B_FALSE); in nvf_node_value_get()
417 return (B_FALSE); in nvf_node_name_set()
429 return (rval == 0 ? B_TRUE : B_FALSE); in nvf_node_name_set()
438 boolean_t rval = B_FALSE; in nvf_node_name_get()
[all …]
/titanic_50/usr/src/cmd/zpool/
H A Dzpool_main.c337 (void) zprop_iter(print_prop_cb, fp, B_FALSE, B_TRUE, in usage()
374 uint64_t is_log = B_FALSE; in print_vdev_tree()
381 vname = zpool_vdev_name(g_zfs, zhp, child[c], B_FALSE); in print_vdev_tree()
383 B_FALSE); in print_vdev_tree()
397 return (B_FALSE); in prop_list_contains_feature()
489 boolean_t force = B_FALSE; in zpool_do_add()
490 boolean_t dryrun = B_FALSE; in zpool_do_add()
510 usage(B_FALSE); in zpool_do_add()
520 usage(B_FALSE); in zpool_do_add()
524 usage(B_FALSE); in zpool_do_add()
[all …]
/titanic_50/usr/src/uts/common/inet/ip/
H A Dip_tunables.c65 if (new_value != B_TRUE && new_value != B_FALSE) in ip_set_forwarding()
75 pinfo->prop_cur_bval = (new_value == 1 ? B_TRUE : B_FALSE); in ip_set_forwarding()
77 isv6 = (pinfo->mpi_proto == MOD_PROTO_IPV6 ? B_TRUE : B_FALSE); in ip_set_forwarding()
128 isv6 = (pinfo->mpi_proto == MOD_PROTO_IPV6 ? B_TRUE : B_FALSE); in ip_get_forwarding()
146 value = ((ill->ill_flags & ILLF_ROUTER) ? B_TRUE : B_FALSE); in ip_get_forwarding()
167 if (cr != NULL && secpolicy_net_config(cr, B_FALSE) != 0) in ip_set_debug()
247 pinfo->prop_cur_bval = (new_value == 1 ? B_TRUE : B_FALSE); in ip_set_cgtp_filter()
286 isv6 = (pinfo->mpi_proto == MOD_PROTO_IPV6 ? B_TRUE : B_FALSE); in ip_get_mtu()
341 ipcl_walk(conn_ire_revalidate, (void *)B_FALSE, ipst); in ip_set_src_multihoming_common()
500 {B_FALSE}, {B_FALSE} },
[all …]
/titanic_50/usr/src/tools/ctf/ctfstrip/
H A Dctfstrip.c76 return (B_FALSE); in check_file()
82 return (B_FALSE); in check_file()
88 return (B_FALSE); in check_file()
94 return (B_FALSE); in check_file()
100 return (B_FALSE); in check_file()
106 return (B_FALSE); in check_file()
124 return (B_FALSE); in fix_file()
132 return (B_FALSE); in fix_file()
138 return (B_FALSE); in fix_file()
144 return (B_FALSE); in fix_file()
/titanic_50/usr/src/lib/libsip/common/
H A Dsip_hdrs_ui.c115 if (error != NULL && empty_val == B_FALSE) in sip_get_val_from_msg()
405 B_FALSE, B_TRUE, error); in sip_get_callid()
735 B_FALSE, B_FALSE, error); in sip_get_maxforward()
750 SIP_STRS_VAL, B_TRUE, B_FALSE, error); in sip_get_content_type()
763 SIP_STRS_VAL, B_FALSE, B_FALSE, error); in sip_get_content_sub_type()
776 SIP_INT_VAL, B_FALSE, B_FALSE, error); in sip_get_content_length()
804 B_FALSE, B_FALSE, error); in sip_get_event()
817 SIP_STR_VAL, B_FALSE, B_FALSE, error); in sip_get_substate()
843 r = (sip_str_t *)sip_get_val_from_hdr(val, SIP_STRS_VAL, B_FALSE, in sip_get_accept_sub_type()
857 r = (sip_str_t *)sip_get_val_from_hdr(val, SIP_STR_VAL, B_FALSE, error); in sip_get_accept_enc()
[all …]
/titanic_50/usr/src/cmd/svc/svcadm/
H A Dsynch.c92 return (B_FALSE); in is_enabled()
223 int good = exclude ? B_FALSE : B_TRUE; in file_has_potential()
233 return (B_FALSE); in file_has_potential()
287 return (has_potential(inst, B_FALSE)); in inst_has_potential()
303 int good = exclude ? B_FALSE : B_TRUE; in fmri_has_potential()
332 result = restarter ? B_FALSE : good; in fmri_has_potential()
403 if (fmri_has_potential(value, isfile, B_FALSE, B_FALSE, in eval_require_any()
404 B_FALSE)) in eval_require_any()
406 empty = B_FALSE; in eval_require_any()
420 B_FALSE)) in eval_all()
[all …]

12345678910>>...88