/osnet-11/usr/src/lib/libast/common/comp/ |
H A D | execve.c | 52 int status; 56 for (status = 0; status < 64; status++) 57 signal(status, execsig); 58 while (waitpid(childpid, &status, 0) == -1) 60 if (WIFSIGNALED(status)) 62 signal(WTERMSIG(status), SIG_DFL); 63 kill(getpid(), WTERMSIG(status)); 66 else status [all...] |
/osnet-11/usr/src/lib/udapl/libdat/common/ |
H A D | dat_dr.c | 72 DAT_RETURN status; local 74 status = dat_os_lock_init(&g_dr_lock); 75 if (DAT_SUCCESS != status) { 76 return (status); 79 status = dat_dictionary_create(&g_dr_dictionary); 80 if (DAT_SUCCESS != status) { 81 return (status); 95 DAT_RETURN status; local 97 status = dat_os_lock_destroy(&g_dr_lock); 98 if (DAT_SUCCESS != status) { 120 DAT_RETURN status; local 174 DAT_RETURN status; local 225 DAT_RETURN status; local 253 DAT_RETURN status; local 297 DAT_RETURN status; local [all...] |
H A D | dat_sr.c | 73 DAT_RETURN status; local 75 status = dat_os_lock_init(&g_sr_lock); 76 if (DAT_SUCCESS != status) { 77 return (status); 80 status = dat_dictionary_create(&g_sr_dictionary); 81 if (DAT_SUCCESS != status) { 82 return (status); 104 DAT_RETURN status; local 106 status = dat_os_lock_destroy(&g_sr_lock); 107 if (DAT_SUCCESS != status) { 129 DAT_RETURN status; local 233 DAT_RETURN status; local 310 DAT_RETURN status; local 362 DAT_RETURN status; local [all...] |
/osnet-11/usr/src/lib/libgss/ |
H A D | g_oid_ops.c | 46 OM_uint32 status; local 47 status = generic_gss_create_empty_oid_set(minor_status, oid_set); 48 if (status != GSS_S_COMPLETE) 50 return (status); 59 OM_uint32 status; local 60 status = generic_gss_add_oid_set_member(minor_status, member_oid, 62 if (status != GSS_S_COMPLETE) 64 return (status); 84 OM_uint32 status = generic_gss_oid_to_str(minor_status, oid, oid_str); local 85 if (status ! 96 OM_uint32 status = generic_gss_str_to_oid(minor_status, oid_str, oid); local [all...] |
H A D | g_inquire_names.c | 43 OM_uint32 status; local 72 status = mech->gss_inquire_names_for_mech( 76 if (status != GSS_S_COMPLETE) 79 status = GSS_S_UNAVAILABLE; 81 return (status); 119 OM_uint32 status; local 129 status = val_inq_mechs4name_args(minor_status, input_name, mech_set); 130 if (status != GSS_S_COMPLETE) 131 return (status); 133 status [all...] |
H A D | g_context_time.c | 41 OM_uint32 status; local 66 status = mech->gss_context_time( 70 if (status != GSS_S_COMPLETE) 73 status = GSS_S_UNAVAILABLE; 75 return (status);
|
H A D | g_inq_context_oid.c | 44 OM_uint32 status; local 64 status = mech->gss_inquire_sec_context_by_oid(minor_status, 68 if (status != GSS_S_COMPLETE) 71 status = GSS_S_BAD_MECH; 73 return status;
|
H A D | g_inquire_context.c | 82 OM_uint32 status, temp_minor; local 85 status = val_inq_ctx_args(minor_status, 90 if (status != GSS_S_COMPLETE) 91 return (status); 106 status = mech->gss_inquire_context( 117 if (status != GSS_S_COMPLETE) { 119 return (status); 124 status = __gss_convert_name_to_union_name(minor_status, mech, 126 if (status != GSS_S_COMPLETE) { 130 return (status); [all...] |
/osnet-11/usr/src/lib/sun_fc/common/ |
H A D | Sun_fcFreeLibrary.cc | 48 HBA_STATUS status = list->unload(); local 50 return (status);
|
/osnet-11/usr/src/grub/grub2/tests/lib/ |
H A D | unit_test.c | 31 int status = 0; local 40 status = grub_test_run (test) ? : status; 44 exit (status);
|
/osnet-11/usr/src/lib/libntsvcs/common/ |
H A D | samlib.c | 57 * Returns NT status codes. 63 DWORD status; local 73 status = sam_create_account(server, domain, account_name, 83 if (status == NT_STATUS_USER_EXISTS) 84 status = sam_check_user(server, domain, account_name); 86 return (status); 101 * Returns NT status codes. 113 DWORD status; local 123 status = NT_STATUS_OPEN_FAILED; 125 domain_name, account_name, xlate_nt_status(status)); 200 DWORD status; local 253 DWORD status; local 312 DWORD status; local 359 DWORD status; local [all...] |
/osnet-11/usr/src/lib/libast/common/misc/ |
H A D | procclose.c | 28 * otherwise exit() status of process is returned 38 int status = -1; local 47 status = 0; 63 while ((pid = waitpid(p->pid, &status, flags)) == -1 && errno == EINTR); 65 status = 0; 87 status = status == -1 ? 89 WIFSIGNALED(status) ? 90 EXIT_TERM(WTERMSIG(status)) : 91 EXIT_CODE(WEXITSTATUS(status)); [all...] |
/osnet-11/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/ |
H A D | ExitRecord.java | 35 * stop the source {@link Consumer}. The exit status is whatever value 50 new String[] {"status"}) 75 private final int status; field in class:ExitRecord 78 * Creates an exit record with the given status. 85 status = exitStatus; 89 * Gets the exit status of a DTrace {@link Consumer}. 96 return status; 103 * same status. 106 * an {@code ExitRecord} and both records have the same status 114 return (status [all...] |
/osnet-11/usr/src/lib/mpapi/libmpapi/common/ |
H A D | mpapi-sun.c | 49 MP_STATUS status; local 51 if ((status = validate_object(pathOid, MP_OBJECT_TYPE_PATH_LU, 53 return (status); 65 status = PassFunc(pathOid, cmd); 67 status = MP_STATUS_UNSUPPORTED; 70 status = MP_STATUS_FAILED; 74 return (status);
|
H A D | mpapi.c | 264 MP_STATUS status; local 276 status = PassFunc(plugintable[i].ownerId); 477 MP_STATUS status; local 482 if ((status = validate_object(pluginOid, MP_OBJECT_TYPE_PLUGIN, 484 return (status); 495 status = PassFunc(pProps); 497 status = MP_STATUS_UNSUPPORTED; 500 status = MP_STATUS_FAILED; 504 return status; 546 MP_STATUS status; local 595 MP_STATUS status; local 654 MP_STATUS status; local 728 MP_STATUS status; local 804 MP_STATUS status; local 872 MP_STATUS status; local 946 MP_STATUS status; local 1032 MP_STATUS status; local 1110 MP_STATUS status; local 1183 MP_STATUS status; local 1257 MP_STATUS status; local 1326 MP_STATUS status; local 1399 MP_STATUS status; local 1475 MP_STATUS status; local 1545 MP_STATUS status; local 1618 MP_STATUS status; local 1687 MP_STATUS status; local 1756 MP_STATUS status; local 1831 MP_STATUS status; local 1894 MP_STATUS status; local 1949 MP_STATUS status; local 2020 MP_STATUS status; local 2091 MP_STATUS status; local 2162 MP_STATUS status; local 2235 MP_STATUS status; local 2292 MP_STATUS status; local 2357 MP_STATUS status; local 2431 MP_STATUS status; local 2501 MP_STATUS status; local 2568 MP_STATUS status; local 2651 MP_STATUS status; local 2740 MP_STATUS status; local 2826 MP_STATUS status; local 2904 MP_STATUS status; local 3001 MP_STATUS status; local 3097 MP_STATUS status; local 3194 MP_STATUS status; local [all...] |
/osnet-11/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/ |
H A D | ldap_create.c | 62 krb5_error_code status = 0; local 81 status = ENOMEM; 92 if ((status = krb5_ldap_get_db_opt(*t_ptr, &opt, &val)) != 0) { 99 status = EINVAL; 100 krb5_set_error_message (context, status, gettext("'binddn' missing")); 104 status = EINVAL; 105 krb5_set_error_message (context, status, gettext("'binddn' value missing")); 113 status = ENOMEM; 120 status = EINVAL; 121 krb5_set_error_message (context, status, gettex [all...] |
/osnet-11/usr/src/lib/libdladm/common/ |
H A D | libdlsim.c | 48 dladm_status_t status = DLADM_STATUS_OK; local 61 status = dladm_errno2status(errno); 63 if (status != DLADM_STATUS_OK) 64 return (status); 68 return (status); 76 dladm_status_t status = DLADM_STATUS_OK; local 85 status = dladm_errno2status(errno); 87 return (status); 114 dladm_status_t status = DLADM_STATUS_OK; local 122 status 139 dladm_status_t status; local 185 dladm_status_t status; local 227 dladm_status_t status; local 261 dladm_status_t status; local 331 dladm_status_t status; local 382 dladm_status_t status; local 416 dladm_status_t status; local 460 dladm_status_t status; local 479 dladm_status_t status; local 500 dladm_status_t status = DLADM_STATUS_OK; local 518 dladm_status_t status; local [all...] |
H A D | libdliptun.c | 66 dladm_status_t status = DLADM_STATUS_OK; local 72 status = (ioctl(dladm_dld_fd(handle), cmd, dp) == 0) ? 74 if (status != DLADM_STATUS_TRYAGAIN) 77 return (status); 88 dladm_status_t status; local 110 status = i_iptun_ioctl(handle, IPTUN_INFO, &tmpik); 111 if (status != DLADM_STATUS_OK) 112 return (status); 223 dladm_status_t status = DLADM_STATUS_OK; local 227 status 242 dladm_status_t status; local 286 dladm_status_t status = DLADM_STATUS_OK; local 302 dladm_status_t status; local 341 dladm_status_t status; local 354 dladm_status_t status; local 365 dladm_status_t status; local 406 dladm_status_t status; local 457 dladm_status_t status; local 494 dladm_status_t status = DLADM_STATUS_OK; local 548 dladm_status_t status; local 576 dladm_status_t status; local 588 dladm_status_t status = DLADM_STATUS_OK; local 603 dladm_status_t status = DLADM_STATUS_OK; local [all...] |
H A D | libdlib.c | 65 * Convert a error status returned by the IP over IB kernel driver to a 66 * valid dladm status. 114 dladm_status_t status = DLADM_STATUS_OK; local 125 status = i_dladm_ib_ioctl(handle, IBD_INFO_IBPART, (ibd_ioctl_t *)&ioc); 126 if (status != DLADM_STATUS_OK) 151 return (status); 163 dladm_status_t status; local 170 if ((status = dladm_datalink_id2info(handle, linkid, NULL, &class, 176 if ((status = dladm_getsnap_conf(handle, linkid, &conf)) != 178 return (status); 259 dladm_status_t status = DLADM_STATUS_OK; local 370 dladm_status_t status; local 435 dladm_status_t status; local 548 dladm_status_t status; local 568 dladm_status_t status = DLADM_STATUS_OK; local 632 dladm_status_t status; local 715 dladm_status_t status = DLADM_STATUS_OK; local 736 dladm_status_t status; local 754 dladm_status_t status = DLADM_STATUS_OK; local [all...] |
H A D | flowprop.c | 100 dladm_status_t status; local 119 status = i_dladm_set_prop_temp(handle, fname, prop_name, 121 if (status == DLADM_STATUS_TEMPONLY && 124 if (status != DLADM_STATUS_OK) 125 return (status); 131 status = i_dladm_set_flowprop_db(handle, fname, prop_name, 135 return (status); 159 dladm_status_t status; local 172 status = i_dladm_get_prop_temp(handle, flow, type, prop_name, 174 if (status ! 185 dladm_status_t status; local 224 dladm_status_t status; local 323 dladm_status_t status; local 379 dladm_status_t status = DLADM_STATUS_OK; local 433 dladm_status_t status; local 456 dladm_status_t status; local 527 dladm_status_t status = DLADM_STATUS_OK; local [all...] |
H A D | libdlvnic.c | 113 dladm_status_t status = DLADM_STATUS_OK; local 142 status = dladm_errno2status(errno); 144 if (status != DLADM_STATUS_OK) { 146 status = dladm_vnic_diag2status(ioc.vc_diag); 148 if (status != DLADM_STATUS_OK) 149 return (status); 161 return (status); 186 dladm_status_t status = DLADM_STATUS_OK; local 194 status = dladm_errno2status(errno); 214 return (status); 222 dladm_status_t status; local 430 dladm_status_t status; local 514 dladm_status_t status; local 665 dladm_status_t status; local 817 dladm_status_t status; local 909 dladm_status_t status; local 1025 dladm_status_t status; member in struct:dladm_vnic_up_arg_s 1033 dladm_status_t status; local 1092 dladm_status_t status; local 1113 dladm_status_t status = DLADM_STATUS_OK; local [all...] |
/osnet-11/usr/src/lib/libpkg/common/ |
H A D | rrmdir.c | 46 int status; local 73 i = e_ExecCmdList(&status, (char **)NULL, (char *)NULL, 77 i = e_ExecCmdList(&status, (char **)NULL, (char *)NULL, 82 return ((i == 0 && status == 0) ? 0 : 1);
|
/osnet-11/usr/src/lib/libdhcpsvc/modules/templates/ |
H A D | general.c | 30 * This module contains the public APIs for status, version, and mklocation. 37 * status. If the ``location'' argument is non-NULL, the function validates 42 status(const char *location) function
|
/osnet-11/usr/src/lib/krb5/kdb/ |
H A D | kdb5.c | 187 krb5_error_code status = 0; local 195 status = profile_get_string(kcontext->profile, 205 if (status) { 221 krb5_error_code status = 0; local 226 status = profile_get_string(kcontext->profile, 235 if (status) 240 status = profile_get_string(kcontext->profile, KDB_MODULE_SECTION, value, 246 if (status) { 296 krb5_error_code status; local 321 status 341 krb5_error_code status = 0; local 441 krb5_error_code status = 0; local 491 krb5_error_code status = 0; local 530 krb5_error_code status = 0; local 568 krb5_error_code status = 0; local 603 krb5_error_code status; local 621 krb5_error_code status = 0; local 657 krb5_error_code status = 0; local 689 krb5_error_code status = 0; local 710 krb5_error_code status = 0; local 742 krb5_error_code status = 0; local 758 krb5_error_code status = 0; local 774 krb5_error_code status = 0; local 790 krb5_error_code status = 0; local 809 krb5_error_code status = 0; local 830 krb5_error_code status = 0; local 847 krb5_error_code status = 0; local 881 krb5_error_code status; local 945 krb5_error_code status; local 968 krb5_error_code status = 0; local 1056 krb5_error_code status; local 1072 krb5_error_code status = 0; local 1136 krb5_error_code status = 0; local 1154 krb5_error_code status = 0; local 1170 krb5_error_code status = 0; local 1187 krb5_error_code status = 0; local 1207 krb5_error_code status = 0; local 1235 krb5_error_code status = 0; local 1266 krb5_error_code status = 0; local 1286 krb5_error_code status = 0; local 1432 krb5_error_code status = 0; local 1628 krb5_error_code status; local 1640 krb5_error_code status; local 1671 krb5_error_code status = 0; local 2348 krb5_error_code status = 0; local 2364 krb5_error_code status = 0; local 2381 krb5_error_code status = 0; local 2397 krb5_error_code status = 0; local 2414 krb5_error_code status = 0; local 2430 krb5_error_code status = 0; local 2446 krb5_error_code status = 0; local 2459 krb5_error_code status = 0; local 2487 krb5_error_code status = 0; local 2511 krb5_error_code status = 0; local 2543 krb5_error_code status = 0; local 2576 krb5_error_code status = 0; local 2597 krb5_error_code status = 0; local [all...] |
/osnet-11/usr/src/lib/libndmp/common/ |
H A D | libndmp_door_data.c | 56 ctx->status = 0; 64 int status = ctx->status; local 65 if ((status == 0) && (ctx->ptr != ctx->end_ptr)) { 66 status = ENOTEMPTY; 69 return (status); 79 ctx->status = 0; 87 int status = ctx->status; local 88 if (status [all...] |