/titanic_50/usr/src/cmd/zonecfg/ |
H A D | zonecfg.c | 564 static boolean_t global_scope = B_TRUE; 595 return (B_TRUE); in initial_match() 1027 need_to_close = B_TRUE; in usage() 1370 saw_error = B_TRUE; in zone_perror() 1385 saw_error = B_TRUE; in z_cmd_rt_perror() 1397 got_handle = B_TRUE; in initialize() 1423 need_to_commit = B_TRUE; in initialize() 1442 zone_perror(execname, Z_NOMEM, B_TRUE); in initialize() 1451 zone_perror("SUNWblank", err, B_TRUE); in initialize() 1455 need_to_commit = B_TRUE; in initialize() [all …]
|
/titanic_50/usr/src/uts/sparc/os/ |
H A D | iscsi_boot.c | 86 set = B_TRUE; in iscsiboot_tgt_prop_read() 90 if (set != B_TRUE) { in iscsiboot_tgt_prop_read() 104 set = B_TRUE; in iscsiboot_tgt_prop_read() 108 if (set != B_TRUE) { in iscsiboot_tgt_prop_read() 121 == B_TRUE) { in iscsiboot_tgt_prop_read() 122 set = B_TRUE; in iscsiboot_tgt_prop_read() 126 if (set != B_TRUE) { in iscsiboot_tgt_prop_read() 140 set = B_TRUE; in iscsiboot_tgt_prop_read() 144 if (set != B_TRUE) { in iscsiboot_tgt_prop_read() 160 set = B_TRUE; in iscsiboot_tgt_prop_read() [all …]
|
/titanic_50/usr/src/uts/common/io/ib/mgt/ibmf/ |
H A D | ibmf.c | 38 (void *)0xf00DdEaD) ? B_TRUE: B_FALSE) 71 error = B_TRUE; in ibmf_register() 79 error = B_TRUE; in ibmf_register() 88 error = B_TRUE; in ibmf_register() 97 error = B_TRUE; in ibmf_register() 108 error = B_TRUE; in ibmf_register() 137 error = B_TRUE; in ibmf_register() 245 error = B_TRUE; in ibmf_unregister() 253 error = B_TRUE; in ibmf_unregister() 261 error = B_TRUE; in ibmf_unregister() [all …]
|
/titanic_50/usr/src/lib/libbrand/common/ |
H A D | libbrand.c | 125 return (B_TRUE); in libbrand_initialize() 156 libbrand_initialized = B_TRUE; in libbrand_initialize() 158 return (B_TRUE); in libbrand_initialize() 457 buf, len, DTD_ELEM_ATTACH, B_TRUE, B_TRUE)); in brand_get_attach() 466 buf, len, DTD_ELEM_BOOT, B_TRUE, B_TRUE)); in brand_get_boot() 487 buf, len, DTD_ELEM_CLONE, B_TRUE, B_TRUE)); in brand_get_clone() 496 buf, len, DTD_ELEM_DETACH, B_TRUE, B_TRUE)); in brand_get_detach() 505 buf, len, DTD_ELEM_HALT, B_TRUE, B_TRUE)); in brand_get_halt() 514 buf, len, DTD_ELEM_SHUTDOWN, B_TRUE, B_TRUE)); in brand_get_shutdown() 533 return (B_TRUE); in brand_restartinit() [all …]
|
/titanic_50/usr/src/cmd/pcitool/ |
H A D | pcitool_ui.c | 63 #define HEX_ONLY B_TRUE 178 error = B_TRUE; in get_commandline_args() 187 error = B_TRUE; in get_commandline_args() 215 error = B_TRUE; in get_commandline_args() 224 error = B_TRUE; in get_commandline_args() 235 error = B_TRUE; in get_commandline_args() 245 error = B_TRUE; in get_commandline_args() 256 error = B_TRUE; in get_commandline_args() 268 error = B_TRUE; in get_commandline_args() 277 error = B_TRUE; in get_commandline_args() [all …]
|
/titanic_50/usr/src/uts/common/inet/ip/ |
H A D | ip_tunables.c | 65 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() 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() 350 ipcl_walk(conn_ire_revalidate, (void *)B_TRUE, ipst); in ip_set_src_multihoming_common() 504 {B_TRUE}, {B_TRUE} }, 508 {B_TRUE}, {B_TRUE} }, [all …]
|
/titanic_50/usr/src/lib/pkcs11/pkcs11_softtoken/common/ |
H A D | softSignUtil.c | 75 pMechanism, key_p, B_TRUE)); in soft_sign_init() 86 key_p, B_TRUE)); in soft_sign_init() 92 key_p, B_TRUE)); in soft_sign_init() 98 key_p, B_TRUE)); in soft_sign_init() 104 key_p, B_TRUE)); in soft_sign_init() 157 ulDataLen, hmac, pulSignatureLen, B_TRUE); in soft_sign() 161 ulDataLen, pSignature, pulSignatureLen, B_TRUE); in soft_sign() 177 ulDataLen, signature, pulSignatureLen, B_TRUE, in soft_sign() 182 ulDataLen, NULL, pulSignatureLen, B_TRUE, B_FALSE); in soft_sign() 266 ulPartLen, B_TRUE)); in soft_sign_update() [all …]
|
H A D | softSign.c | 70 lock_held = B_TRUE; in C_SignInit() 75 soft_sign_verify_cleanup(session_p, B_TRUE, B_TRUE); in C_SignInit() 92 lock_held = B_TRUE; in C_SignInit() 126 lock_held = B_TRUE; in C_Sign() 169 soft_sign_verify_cleanup(session_p, B_TRUE, B_FALSE); in C_Sign() 202 lock_held = B_TRUE; in C_SignUpdate() 227 soft_sign_verify_cleanup(session_p, B_TRUE, B_FALSE); in C_SignUpdate() 256 lock_held = B_TRUE; in C_SignFinal() 286 soft_sign_verify_cleanup(session_p, B_TRUE, B_FALSE); in C_SignFinal() 327 lock_held = B_TRUE; in C_SignRecoverInit() [all …]
|
H A D | softEncrypt.c | 69 lock_held = B_TRUE; in C_EncryptInit() 74 soft_crypt_cleanup(session_p, B_TRUE, lock_held); in C_EncryptInit() 92 lock_held = B_TRUE; in C_EncryptInit() 143 lock_held = B_TRUE; in C_Encrypt() 186 soft_crypt_cleanup(session_p, B_TRUE, B_FALSE); in C_Encrypt() 232 lock_held = B_TRUE; in C_EncryptUpdate() 265 soft_crypt_cleanup(session_p, B_TRUE, lock_held); in C_EncryptUpdate() 294 lock_held = B_TRUE; in C_EncryptFinal() 326 lock_held = B_TRUE; in C_EncryptFinal() 333 soft_crypt_cleanup(session_p, B_TRUE, lock_held); in C_EncryptFinal()
|
/titanic_50/usr/src/lib/pam_modules/list/ |
H A D | list.c | 81 boolean_t check_user = B_TRUE; in pam_sm_acct_mgmt() 88 debug = B_TRUE; in pam_sm_acct_mgmt() 90 check_user = B_TRUE; in pam_sm_acct_mgmt() 95 check_host = B_TRUE; in pam_sm_acct_mgmt() 101 check_exact = B_TRUE; in pam_sm_acct_mgmt() 115 allow = B_TRUE; in pam_sm_acct_mgmt() 234 matched = B_TRUE; in pam_sm_acct_mgmt() 235 allow = B_TRUE; in pam_sm_acct_mgmt() 263 allow = B_TRUE; in pam_sm_acct_mgmt() 267 allow = B_TRUE; in pam_sm_acct_mgmt() [all …]
|
/titanic_50/usr/src/uts/common/io/scsi/adapters/iscsi/ |
H A D | iscsid.c | 136 #define CHECK_METHOD(v) ((dm & v) ? B_TRUE : B_FALSE) 153 return (B_TRUE); in iscsid_ip_check() 196 entry->e_boot = B_TRUE; in iscsid_make_entry() 197 return (B_TRUE); in iscsid_make_entry() 251 boolean_t rval = B_TRUE; in iscsid_init() 260 if (persistent_load() == B_TRUE) { in iscsid_init() 261 ihp->hba_persistent_loaded = B_TRUE; in iscsid_init() 303 if (rval == B_TRUE) { in iscsid_start() 307 if (rval == B_TRUE) { in iscsid_start() 309 rval = iscsid_enable_discovery(ihp, dm, B_TRUE); in iscsid_start() [all …]
|
/titanic_50/usr/src/uts/common/io/bnxe/ |
H A D | bnxe_cfg.c | 45 B_TRUE, /* link_autoneg */ 46 B_TRUE, /* param_20000fdx */ 47 B_TRUE, /* param_10000fdx */ 48 B_TRUE, /* param_2500fdx */ 49 B_TRUE, /* param_1000fdx */ 54 B_TRUE, /* param_txpause */ 55 B_TRUE /* param_rxpause */ 91 *((boolean_t *)pVal) = (val) ? B_TRUE : B_FALSE; in BnxeCfgGetVal() 315 pUM->hwinit.flow_autoneg = B_TRUE; in BnxeCfgInit() 326 pUM->devParams.intrCoalesce = B_TRUE; in BnxeCfgInit() [all …]
|
/titanic_50/usr/src/lib/libdhcputil/common/ |
H A D | dhcp_symbol.c | 51 { "Extend", 6, DSYM_EXTEND, B_TRUE, DHCP_LAST_STD + 1, 53 { "Vendor=", 6, DSYM_VENDOR, B_TRUE, DHCP_FIRST_OPT, 55 { "Site", 4, DSYM_SITE, B_TRUE, DHCP_SITE_OPT, DHCP_LAST_OPT }, 75 { "ASCII", DSYM_ASCII, B_TRUE }, 76 { "OCTET", DSYM_OCTET, B_TRUE }, 77 { "IP", DSYM_IP, B_TRUE }, 78 { "NUMBER", DSYM_NUMBER, B_TRUE }, 79 { "BOOL", DSYM_BOOL, B_TRUE }, 81 { "UNUMBER8", DSYM_UNUMBER8, B_TRUE }, 82 { "UNUMBER16", DSYM_UNUMBER16, B_TRUE }, [all …]
|
/titanic_50/usr/src/lib/iconv_modules/ja/common/ |
H A D | jfp_iconv_unicode.h | 102 state->bom_written = B_TRUE; in read_unicode() 108 state->bom_written = B_TRUE; in read_unicode() 109 state->little_endian = B_TRUE; in read_unicode() 114 state->bom_written = B_TRUE; in read_unicode() 118 if (state->little_endian == B_TRUE) { in read_unicode() 180 state->bom_written = B_TRUE; in read_unicode() 186 state->bom_written = B_TRUE; in read_unicode() 187 state->little_endian = B_TRUE; in read_unicode() 192 state->bom_written = B_TRUE; in read_unicode() 196 if (state->little_endian == B_TRUE) { in read_unicode() [all …]
|
/titanic_50/usr/src/cmd/zoneadmd/ |
H A D | vplat.c | 273 zerror(zlogp, B_TRUE, "memory allocation failed"); in build_mnttable() 379 outside_altroot = B_TRUE; in resolve_lofs() 433 zerror(zlogp, B_TRUE, "cannot mount %s", in check_lofs_needed() 496 zerror(zlogp, B_TRUE, "mkdirp of %s failed", path); in make_one_dir() 527 zerror(zlogp, B_TRUE, "failed to open %s", DFSTYPES); in get_remote_fstypes() 543 zerror(zlogp, B_TRUE, "memory allocation failed"); in get_remote_fstypes() 557 zerror(zlogp, B_TRUE, "memory allocation failed"); in get_remote_fstypes() 578 return (B_TRUE); in is_remote_fstype() 655 zerror(zlogp, B_TRUE, "failed to open %s", MNTTAB); in unmount_filesystems() 663 zerror(zlogp, B_TRUE, "unable to configure %s", MNTTAB); in unmount_filesystems() [all …]
|
H A D | zcons.c | 207 zerror(zlogp, B_TRUE, "%s failed", "di_init"); in count_console_devs() 248 zerror(cb->zlogp, B_TRUE, "WARNING: console %s found, " in destroy_cb() 255 zerror(cb->zlogp, B_TRUE, "WARNING: console %s found, " in destroy_cb() 283 zerror(zlogp, B_TRUE, "WARNING: error while " in destroy_console_devs() 288 zerror(zlogp, B_TRUE, "WARNING: could not open slave " in destroy_console_devs() 294 zerror(zlogp, B_TRUE, "WARNING: could not open master side of " in destroy_console_devs() 303 zerror(zlogp, B_TRUE, "%s failed", "di_init"); in destroy_console_devs() 365 zerror(zlogp, B_TRUE, "%s failed", "devctl_bus_acquire"); in init_console_dev() 369 zerror(zlogp, B_TRUE, "failed to allocate ddef handle"); in init_console_dev() 381 zerror(zlogp, B_TRUE, "failed to create zonename property"); in init_console_dev() [all …]
|
/titanic_50/usr/src/cmd/cmd-inet/lib/ipmgmtd/ |
H A D | ipmgmt_persist.c | 131 return (B_TRUE); in ipmgmt_nvlist_match() 197 return (B_TRUE); in ipmgmt_nvlist_contains() 210 boolean_t cont = B_TRUE; in ipmgmt_db_getprop() 218 return (B_TRUE); in ipmgmt_db_getprop() 251 return (B_TRUE); in ipmgmt_db_resetprop() 254 return (B_TRUE); in ipmgmt_db_resetprop() 345 return (B_TRUE); in ipmgmt_db_getaddr() 350 add_nvl = B_TRUE; in ipmgmt_db_getaddr() 353 add_nvl = B_TRUE; in ipmgmt_db_getaddr() 355 add_nvl = B_TRUE; in ipmgmt_db_getaddr() [all …]
|
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/kssl/ksslcfg/ |
H A D | ksslcfg_delete.c | 115 errflag = B_TRUE; in delete_instance() 123 errflag = B_TRUE; in delete_instance() 131 errflag = B_TRUE; in delete_instance() 139 errflag = B_TRUE; in delete_instance() 147 errflag = B_TRUE; in delete_instance() 158 errflag = B_TRUE; in delete_instance() 170 errflag = B_TRUE; in delete_instance() 182 errflag = B_TRUE; in delete_instance() 204 errflag = B_TRUE; in delete_instance() 219 errflag = B_TRUE; in delete_instance() [all …]
|
/titanic_50/usr/src/cmd/rmmount/ |
H A D | rmmount.c | 89 u_opt = B_TRUE; in rmmount() 99 d_opt = B_TRUE; in rmmount() 102 l_opt = B_TRUE; in rmmount() 105 o_opt = B_TRUE; in rmmount() 114 u_opt = B_TRUE; in rmmount() 177 B_TRUE) ? 0 : 1; in rmmount() 189 B_TRUE) ? 0 : 1; in rmmount() 212 closetray_opt = B_TRUE; in eject() 214 query_opt = B_TRUE; in eject() 216 eject_opt = B_TRUE; in eject()
|
/titanic_50/usr/src/test/libc-tests/tests/catopen/ |
H A D | catopen.c | 40 if (find == B_TRUE) { in catopen_verify() 54 catopen_verify(B_TRUE); in main() 60 catopen_verify(B_TRUE); in main() 66 catopen_verify(B_TRUE); in main() 71 catopen_verify(B_TRUE); in main() 82 catopen_verify(B_TRUE); in main()
|
/titanic_50/usr/src/uts/common/sys/ib/clients/rds/ |
H A D | rds_kstat.h | 72 rds_set_kstat(&rds_kstat.rds_nports, B_TRUE, num) 74 rds_increment_kstat(&rds_kstat.rds_nports, B_TRUE, 1) 76 rds_decrement_kstat(&rds_kstat.rds_nports, B_TRUE, 1) 78 rds_get_kstat(&rds_kstat.rds_nports, B_TRUE) 101 rds_increment_kstat(&rds_kstat.rds_rx_pkts_pending, B_TRUE, num) 103 rds_decrement_kstat(&rds_kstat.rds_rx_pkts_pending, B_TRUE, num) 105 rds_get_kstat(&rds_kstat.rds_rx_pkts_pending, B_TRUE) 147 rds_set_kstat(&rds_kstat.rds_port_quota, B_TRUE, num) 149 rds_get_kstat(&rds_kstat.rds_port_quota, B_TRUE)
|
/titanic_50/usr/src/lib/libpkg/common/ |
H A D | handlelocalfs.c | 56 return (B_TRUE); in enable_local_fs() 67 fs_enabled_here = B_TRUE; in enable_local_fs() 72 return (B_TRUE); in enable_local_fs() 91 fs_temporarily_enabled = B_TRUE; in enable_local_fs() 93 return (B_TRUE); in enable_local_fs() 126 return (B_TRUE); in restore_local_fs()
|
/titanic_50/usr/src/uts/common/io/nge/ |
H A D | nge_xmii.c | 192 return (B_TRUE); in nge_phy_probe() 218 return (B_TRUE); in nge_phy_recover() 251 return (B_TRUE); in nge_phy_reset() 297 return (B_TRUE); in nge_phy_restart() 382 adv_100fdx = B_TRUE; in nge_update_copper() 387 adv_10fdx = B_TRUE; in nge_update_copper() 392 adv_1000fdx = B_TRUE; in nge_update_copper() 414 adv_10hdx = B_TRUE; in nge_update_copper() 595 ngep->param_lp_autoneg = B_TRUE; in nge_check_copper() 596 ngep->param_link_autoneg = B_TRUE; in nge_check_copper() [all …]
|
/titanic_50/usr/src/uts/common/inet/ |
H A D | snmpcom.c | 184 return (B_TRUE); in snmpcom_req() 209 return (B_TRUE); in snmpcom_req() 234 return (B_TRUE); in snmpcom_req() 241 return (B_TRUE); in snmpcom_req() 247 return (B_TRUE); in snmpcom_req() 264 legacy_req = B_TRUE; in snmpcom_req() 276 return (B_TRUE); in snmpcom_req() 285 return (B_TRUE); in snmpcom_req() 299 return (B_TRUE); in snmpcom_req() 303 return (B_TRUE); in snmpcom_req() [all …]
|
/titanic_50/usr/src/lib/libsldap/common/ |
H A D | ns_connmgmt.c | 107 if ((cmg)->shutting_down == B_TRUE) \ 109 else if ((cmg)->cfg_reloaded == B_TRUE) \ 423 return (B_TRUE); in check_nscd_proc() 465 isPeruserNscd = check_nscd_proc(my_ppid, B_TRUE); in __s_api_peruser_proc() 546 cmg->ldap_mt = B_TRUE; in init_conn_mgmt() 555 if (cmg->is_nscd == B_TRUE || cmg->is_peruser_nscd == B_TRUE) in init_conn_mgmt() 570 if (cmg->is_nscd == B_TRUE) in init_conn_mgmt() 585 cmg->shutting_down = B_TRUE; in mark_shutdown_or_reloaded() 587 cmg->cfg_reloaded = B_TRUE; in mark_shutdown_or_reloaded() 664 if (ns_connmgmt_shutting_down == B_TRUE) { in access_conn_mgmt() [all …]
|