Searched defs:status (Results 1 - 25 of 493) sorted by relevance

1234567891011>>

/osnet-11/usr/src/lib/libeti/form/common/
H A Dfield_stat.c39 set_field_status(FIELD *f, int status) argument
43 if (status)
/osnet-11/usr/src/lib/libgss/
H A Dg_context_time.c41 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 Dg_process_context.c42 OM_uint32 status; local
70 status = mech->gss_process_context_token(
74 if (status != GSS_S_COMPLETE)
77 status = GSS_S_UNAVAILABLE;
79 return (status);
H A Dg_unseal.c49 OM_uint32 status; local
84 status = mech->gss_unseal(
91 if (status != GSS_S_COMPLETE)
94 status = GSS_S_UNAVAILABLE;
96 return (status);
H A Dg_verify.c45 OM_uint32 status; local
70 status = mech->gss_verify(
76 if (status != GSS_S_COMPLETE)
79 status = GSS_S_UNAVAILABLE;
81 return (status);
H A Dg_delete_sec_context.c74 OM_uint32 status; local
77 status = val_del_sec_ctx_args(minor_status,
80 if (status != GSS_S_COMPLETE)
81 return (status);
92 status = gssint_delete_internal_sec_context(minor_status,
96 if (status)
97 return (status);
H A Dg_oid_ops.c46 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 Dg_rel_cred.c44 OM_uint32 status, temp_status; local
72 status = GSS_S_COMPLETE;
88 status = GSS_S_NO_CRED;
91 status = GSS_S_UNAVAILABLE;
93 status = GSS_S_DEFECTIVE_CREDENTIAL;
101 return (status);
/osnet-11/usr/src/grub/grub2/tests/lib/
H A Dunit_test.c31 int status = 0; local
40 status = grub_test_run (test) ? : status;
44 exit (status);
/osnet-11/usr/src/lib/sun_fc/common/
H A DSun_fcFreeLibrary.cc48 HBA_STATUS status = list->unload(); local
50 return (status);
/osnet-11/usr/src/lib/libpkg/common/
H A Drrmdir.c46 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);
H A Dtputcfent.c47 int count, status; local
164 status = count = 0;
173 * different status character.
175 if (pinfo->status == '!')
176 status++;
187 (void) fprintf(fp, pkg_gt("Current status: %s\n"),
188 status ? pkg_gt("partially installed") :
/osnet-11/usr/src/lib/libdhcpsvc/modules/templates/
H A Dgeneral.c30 * 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/grub/grub2/grub-core/lib/efi/
H A Ddatetime.c32 grub_efi_status_t status; local
35 status = efi_call_2 (grub_efi_system_table->runtime_services->get_time,
38 if (status)
57 grub_efi_status_t status; local
60 status = efi_call_2 (grub_efi_system_table->runtime_services->get_time,
63 if (status)
74 status = efi_call_1 (grub_efi_system_table->runtime_services->set_time,
77 if (status)
/osnet-11/usr/src/lib/libast/common/misc/
H A Dprocclose.c28 * 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/libmail/common/
H A Dsystemvp.c52 int status; local
67 w = wait(&status);
71 return ((w == (pid_t)-1)? w: (pid_t)status);
/osnet-11/usr/src/lib/krb5/plugins/kdb/db2/libdb2/btree/
H A Dbt_get.c71 int exact, status; local
94 status = __bt_ret(t, e, NULL, NULL, data, &t->bt_rdata, 0);
104 return (status);
/osnet-11/usr/src/lib/krb5/plugins/kdb/db2/libdb2/recno/
H A Drec_seq.c69 int status; local
113 (status = t->bt_irec(t, nrec)) != RET_SUCCESS)
114 return (status);
125 status = __rec_ret(t, e, nrec, key, data);
130 return (status);
/osnet-11/usr/src/lib/mpapi/libmpapi/common/
H A Dmpapi-sun.c49 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);
/osnet-11/usr/src/lib/storage/libg_fc/common/
H A Derrormsgs.c70 decode_sense_byte(uchar_t status) argument
72 switch (status & STATUS_MASK) {
74 return (MSGSTR(10000, "Good status"));
101 return (MSGSTR(4, "Unknown status"));
479 " lstat() error: Cannot obtain status"
531 " lstat() error: Could not get status"
630 " Error: Get status failed."));
759 " Could not get the link status."));
799 " fstat() error: Cannot obtain status"
813 " stat() error: Cannot obtain status"
[all...]
/osnet-11/usr/src/lib/libproc/common/
H A Dpr_exit.c36 pr_exit(struct ps_prochandle *Pr, int status) argument
44 exit(status);
49 adp = &argd[0]; /* status argument */
50 adp->arg_value = status;
/osnet-11/usr/src/lib/libnwam/common/
H A Dlibnwam_audit.c37 char *name, char *descr_arg, int status, int error)
84 (void) adt_put_event(edata, status, error);
36 nwam_record_audit_event(const ucred_t *ucr, au_event_t eid, char *name, char *descr_arg, int status, int error) argument
/osnet-11/usr/src/lib/libcmdutils/common/
H A Dsysattrs.c39 * Returns the status of attempting to obtain the extended system
42 * Note: If obtaining status for an extended attribute file, the caller must
53 int status; local
55 status = getattrat(AT_FDCWD, view, file, &response);
62 return (status == 0);
/osnet-11/usr/src/lib/libcontract/common/
H A Dlibcontract_impl.h41 ct_status_t status; member in struct:ctlib_status_info
/osnet-11/usr/src/lib/libdhcpsvc/modules/binfiles/
H A Dgeneral.c55 status(const char *location) function

Completed in 70 milliseconds

1234567891011>>