Searched refs:status (Results 201 - 225 of 695) sorted by relevance

1234567891011>>

/osnet-11/usr/src/lib/storage/liba5k/common/
H A Dmon.c105 int status, size, fd; local
128 if (status = g_scsi_mode_sense_cmd(fd, *pg_buf, size,
132 return (status);
143 if (status = g_scsi_mode_sense_cmd(fd, *pg_buf, size,
147 return (status);
156 * Format QLA21xx status
160 * status
163 * "status type: 0xstatus count"
166 l_format_ifp_status_msg(char *status_msg_buf, int count, int status) argument
172 switch (status) {
274 l_format_fc_status_msg(char *status_msg_buf, int count, int status) argument
519 l_led(struct path_struct *path_struct, int led_action, struct device_element *status, int verbose) argument
1188 int fd, status, err; local
1316 int fd, status; local
1375 int fd, status; local
1482 int fd, status; local
2308 int size, new_size, status; local
2667 int status; local
2731 int fd, status = 0, local_state = 0; local
4277 int status, sz; local
4311 int status = 0; local
4348 int err, status; local
4571 int fd, status; local
[all...]
/osnet-11/usr/src/lib/libproc/amd64/
H A DPisadep.c61 if (P->status.pr_dmodel == PR_MODEL_LP64) {
95 if (P->status.pr_dmodel == PR_MODEL_LP64) {
119 if (P->status.pr_dmodel == PR_MODEL_LP64) {
140 if (P->status.pr_dmodel == PR_MODEL_LP64) {
409 if (P->status.pr_dmodel != PR_MODEL_LP64)
500 if (P->status.pr_dmodel == PR_MODEL_ILP32) {
503 P->status.pr_lwp.pr_reg[REG_RAX] = sysindex;
504 P->status.pr_lwp.pr_reg[REG_RSP] = sp;
505 P->status.pr_lwp.pr_reg[REG_RIP] = P->sysaddr;
511 P->status
[all...]
/osnet-11/usr/src/lib/libnisdb/
H A Ddb.cc191 res->status = internal_db.lookup(query, &num_answers, &ans);
197 res->status = internal_db.add(query, content);
201 res->status = internal_db.remove(query);
206 res->status = internal_db.first(&where, &single);
207 if (res->status == DB_SUCCESS)
210 res->status = internal_db.first(query,
213 if (res->status == DB_SUCCESS)
216 if (res->status == DB_SUCCESS) {
235 res->status = internal_db.next(prev, &where,
237 if (res->status
513 bool_t status = TRUE; local
[all...]
/osnet-11/usr/src/lib/krb5/plugins/kdb/db2/
H A Dkdb_db2.c1366 krb5_error_code status = 0; local
1412 status = krb5_db2_db_set_name(kcontext, dbname, tempdb);
1413 if (status) {
1416 krb5_db2_prepend_err_str(kcontext, errbuf, status, status);
1425 status = profile_get_string(KRB5_DB_GET_PROFILE(kcontext), KDB_MODULE_SECTION, conf_section, KDB_DB2_DATABASE_NAME, /* under given conf section */
1430 status = profile_get_string(KRB5_DB_GET_PROFILE(kcontext), KDB_REALM_SECTION, KRB5_DB_GET_REALM(kcontext), KDB_DB2_DATABASE_NAME, /* under given realm */
1432 if (status) {
1437 krb5_db2_prepend_err_str(kcontext, errbuf, status, status);
1469 krb5_error_code status = 0; local
1589 krb5_error_code status = 0; local
1673 krb5_error_code status = 0; local
1791 krb5_error_code status = 0; local
[all...]
H A Dkdb_ext.c50 rep->status = NULL;
55 rep->status = "LOCKED_OUT";
/osnet-11/usr/src/lib/libsmb/common/
H A Dsmb_share.c58 int status; local
61 if ((status = smb_name_validate_share(si->shr_name)) != ERROR_SUCCESS)
62 return (status);
67 if ((status = smb_share_mklist(shdl, si, &share)) != ERROR_SUCCESS) {
69 return (status);
89 uint32_t status; local
104 if ((status = smb_share_mklist(shdl, &si, &share)) != ERROR_SUCCESS) {
107 return (status);
H A Dsmb_doorclnt.c118 uint32_t status; local
127 status = NT_STATUS_INTERNAL_ERROR;
129 status = res->r_ntstatus;
132 return (status);
161 smb_join(smb_joininfo_t *jdi, uint32_t *status) argument
167 status, xdr_uint32_t);
188 * Returns NT status codes.
362 uint32_t status; local
371 &status, xdr_uint32_t);
375 status
399 uint32_t status; local
419 uint32_t status; local
[all...]
/osnet-11/usr/src/lib/libnsl/rpc/
H A Dclnt_raw.c146 enum clnt_stat status; local
192 status = RPC_SUCCESS;
195 status = error.re_status;
198 if (status == RPC_SUCCESS) {
200 status = RPC_AUTHERROR;
209 if (status == RPC_SUCCESS) {
211 status = RPC_AUTHERROR;
219 return (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/libsqlite/test/
H A Dcrashtest1.c74 int status; local
96 waitpid(pid, &status, 0);
/osnet-11/usr/src/lib/libunistat/common/
H A Dllib-lunistat41 void spcs_log(const char *product, spcs_s_info_t *status,
/osnet-11/usr/src/lib/libntsvcs/common/
H A Deventlog_svc.c271 param->status = NT_SC_ERROR(NT_STATUS_INVALID_HANDLE);
278 param->status = NT_STATUS_SUCCESS;
299 param->status = NT_SC_ERROR(NT_STATUS_ACCESS_DENIED);
308 param->status = NT_SC_ERROR(NT_STATUS_ACCESS_DENIED);
316 param->status = NT_STATUS_SUCCESS;
319 param->status = NT_SC_ERROR(NT_STATUS_ACCESS_DENIED);
342 param->status = NT_SC_ERROR(NT_STATUS_INVALID_HANDLE);
350 param->status = NT_STATUS_SUCCESS;
369 param->status = NT_SC_ERROR(NT_STATUS_INVALID_HANDLE);
378 param->status
[all...]
/osnet-11/usr/src/lib/libpkg/common/
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/fm/libfmd_agent/sparc/
H A Dfmd_agent_sparc.c107 nvlist_t *fmri, int *status)
116 return (fmd_agent_cacheop_v1(hdl, cmd, strandid, fmri, status));
154 int status; local
157 strandid, fmri, &status) != 0)
160 return (status == FM_CLR_STATUS_RETIRED ? FMD_AGENT_RETIRE_DONE :
106 fmd_agent_cacheop(fmd_agent_hdl_t *hdl, int cmd, uint32_t strandid, nvlist_t *fmri, int *status) argument
/osnet-11/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/
H A Dlockout.c136 krb5_error_code status)
144 switch (status) {
164 * (In most cases, status will be KRB5KDC_ERR_CLIENT_REVOKED, and
173 if (status == 0 && (entry->attributes & KRB5_KDB_REQUIRES_PRE_AUTH)) {
181 } else if (status == KRB5KDC_ERR_PREAUTH_FAILED ||
182 status == KRB5KRB_AP_ERR_BAD_INTEGRITY) {
133 krb5_ldap_lockout_audit(krb5_context context, krb5_db_entry *entry, krb5_timestamp stamp, krb5_error_code status) argument
/osnet-11/usr/src/lib/libast/common/misc/
H A Dftwalk.c112 x->status = FTS_SKIP;
117 os = e->status;
118 ns = e->status = e->path == e->fts_accpath ? FTW_PATH : FTW_NAME;
147 if (e->status == ns)
148 e->status = os;
/osnet-11/usr/src/lib/libc/port/stdio/
H A Dsystem.c122 int status; local
249 status = -1;
256 w = waitpid(cu.pid, &status, 0);
260 status = -1;
267 return (status);
/osnet-11/usr/src/lib/pam_modules/ldap/
H A Dldap_utils.c207 if (errorp->pwd_mgmt.status ==
217 } else if (errorp->pwd_mgmt.status ==
235 if (errorp->pwd_mgmt.status ==
238 else if (errorp->pwd_mgmt.status ==
246 if (errorp->status ==
/osnet-11/usr/src/cmd/sendmail/db/lock/
H A Dlock.c212 lp->status = DB_LSTAT_FREE;
377 if (lockp->refcount == 0 || (lockp->status != DB_LSTAT_HELD &&
378 lockp->status != DB_LSTAT_WAITING) || lockp->obj == 0) {
400 if (lockp->status != DB_LSTAT_HELD)
420 lockp->status = DB_LSTAT_FREE;
473 newl->status = DB_LSTAT_HELD;
514 lp->status == DB_LSTAT_HELD) {
562 newl->status = DB_LSTAT_FREE;
590 newl->status = DB_LSTAT_WAITING;
612 if (newl->status !
713 const char *mode, *status; local
[all...]
/osnet-11/usr/src/lib/libdladm/common/
H A Dlibdladm.c180 dladm_status2str(dladm_status_t status, char *buf) argument
184 switch (status) {
306 s = "could not determine processor status";
778 dladm_status_t status = DLADM_STATUS_OK; local
830 status = (*process_db)(handle, arg, fp, nfp);
831 if (!writeop || status != DLADM_STATUS_OK)
836 status = dladm_errno2status(errno);
845 status = dladm_errno2status(errno);
850 status = dladm_errno2status(errno);
868 if (status !
1177 dladm_status_t status = DLADM_STATUS_BADARG; local
1267 dladm_status_t status; local
1332 dladm_status_t status = DLADM_STATUS_OK; local
1412 dladm_status_t status = DLADM_STATUS_OK; local
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Filter/Util/Call/
H A DCall.pm27 my ($status) ;
33 while ($left and ($status = filter_read($left)) > 0) {
38 return 1 if $status == 0 and length $_ ;
40 return $status ;
100 my($status) ;
102 $status = filter_read() ;
103 $status ;
121 my($status) ;
122 $status = filter_read() ;
123 $status ;
[all...]
/osnet-11/usr/src/lib/pkcs11/pkcs11_kms/common/
H A DkmsKeystoreUtil.c48 GetPKCS11StatusFromAgentStatus(KMS_AGENT_STATUS status);
573 KMS_AGENT_STATUS status; local
580 status = KMSAgent_RetrieveDataUnitByExternalUniqueID(
588 if (status != KMS_AGENT_STATUS_OK) {
589 return (GetPKCS11StatusFromAgentStatus(status));
725 KMS_AGENT_STATUS status; local
728 status = KMSAgent_RetrieveDataUnitKeys(
735 if (status != KMS_AGENT_STATUS_OK) {
736 return (GetPKCS11StatusFromAgentStatus(status));
770 /* No keys available. CKR_OK is still valid status */
914 KMS_AGENT_STATUS status; local
948 KMS_AGENT_STATUS status; local
991 GetPKCS11StatusFromAgentStatus(KMS_AGENT_STATUS status) argument
1148 KMS_AGENT_STATUS status; local
1229 KMS_AGENT_STATUS status; local
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/bus/usb/
H A Dusbhub.c346 grub_uint32_t status;
352 /* Get the port status. */
357 0, i, sizeof (status), (char *) &status);
359 grub_dprintf ("usb", "dev = %p, i = %d, status = %08x\n",
360 dev, i, status);
366 if (status & GRUB_USB_HUB_STATUS_C_PORT_ENABLED)
373 if (status & GRUB_USB_HUB_STATUS_C_PORT_SUSPEND)
380 if (status & GRUB_USB_HUB_STATUS_C_PORT_OVERCURRENT)
388 (status
345 grub_uint32_t status; local
[all...]
/osnet-11/usr/src/lib/libc/port/gen/
H A Dnss_common.c1221 * _nss_status_vec() returns a bit vector of all status codes returned during
1537 nss_status_t status; local
1543 status = nss_getent_u(rootp, initf, contextpp, args);
1545 return (status);
1592 nss_status_t status; local
1615 status = _nsc_setent_u(rootp, initf, contextpp);
1616 if (status != NSS_TRYLOCAL)
1677 nss_status_t status; local
1691 status = _nsc_getent_u(rootp, initf, contextpp, args);
1692 if (status !
1761 nss_status_t status; local
2068 nss_status_t status; local
2170 nss_status_t status; local
2241 nss_status_t status; local
2312 nss_status_t status = NSS_TRYLOCAL; local
2389 nss_status_t status = NSS_TRYLOCAL; local
2456 nss_status_t status = NSS_TRYLOCAL; local
[all...]
/osnet-11/usr/src/lib/udapl/udapl_tavor/tavor/
H A Ddapl_hermon_hw.c622 int status; local
649 status = dapli_hermon_cq_cqe_consume(cq, cqe,
651 if (status == TAVOR_CQ_SYNC_AND_DB) {
712 int status; local
737 status = dapli_hermon_cq_cqe_consume(cq, cqe, wc_p);
738 if (status == TAVOR_CQ_SYNC_AND_DB) {
765 int status; local
770 * return whatever status it returns. Otherwise, this is a successful
775 status = dapli_hermon_cq_errcqe_consume(cqhdl, cqe, wc);
776 return (status);
866 uint_t status; local
1083 int status; local
1235 DAT_RETURN status; local
1345 DAT_RETURN status; local
[all...]

Completed in 63 milliseconds

1234567891011>>