Searched refs:status (Results 651 - 675 of 695) sorted by relevance

<<2122232425262728

/osnet-11/usr/src/lib/libc/port/i18n/
H A Dgettext_util.c467 gprintf(level, " status: %d\n", mp->status);
/osnet-11/usr/src/lib/nsswitch/ldap/common/
H A Dldap_common.c491 error->status == LDAP_INAPPROPRIATE_MATCHING) {
/osnet-11/usr/src/lib/pkcs11/libpkcs11/common/
H A Dpkcs11Conf.c418 estatus = rkda->da_u.result.status;
/osnet-11/usr/src/lib/scsi/libscsi/common/
H A Dscsi_status.c31 #include <sys/scsi/generic/status.h>
80 { 0x00, 0x15, "no current audio status to return" },
277 { 0x2c, 0x07, "previous busy status" },
278 { 0x2c, 0x08, "previous task set full status" },
279 { 0x2c, 0x09, "previous reservation conflict status" },
404 { 0x5c, 0x00, "RPL status change" },
/osnet-11/usr/src/lib/libnisdb/
H A Ddb_mindex2.cc533 else if (dbres->status == DB_SUCCESS)
549 else if (dbres->status == DB_SUCCESS)
721 * case, the return status reflects the setup and launch of the
724 * Returns an appropriate LDAP status code.
1280 * Returns an LDAP status code.
/osnet-11/usr/src/lib/sun_fc/common/
H A DFCHBAPort.cc48 #include <sys/scsi/generic/status.h>
297 * Returns a scsi status value.
333 * collect SCSI status first regrardless of the value.
334 * 0 is a good status so this should be okay
854 HBA_STATUS status = HBA_STATUS_OK; local
1025 * scsiStatus - a pointer to a buffer to receive SCSI status
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dperl.c2948 int status = 1; local
2958 PerlProc_exit(status);
3450 * This is one place where we must "lie" about return status: not
4669 Perl_my_exit(pTHX_ U32 status) argument
4671 DEBUG_S(PerlIO_printf(Perl_debug_log, "my_exit: thread %p, status %lu\n",
4672 thr, (unsigned long) status));
4673 switch (status) {
4681 STATUS_NATIVE_SET(status);
/osnet-11/usr/src/lib/libkmf/plugins/kmf_openssl/common/
H A Dopenssl_spi.c2650 int index, status, reason; local
2702 /* Check the response status */
2703 status = OCSP_response_status(resp);
2704 *response_status = status;
2705 if (status != OCSP_RESPONSE_STATUS_SUCCESSFUL) {
2711 printf("Successfully checked the response file status.\n");
2768 /* Retrieve the single response and get the cert status */
2770 status = OCSP_single_get0_status(single, &reason, &rev, &thisupd,
2772 if (status == V_OCSP_CERTSTATUS_GOOD) {
2774 } else if (status
[all...]
/osnet-11/usr/src/cmd/ldap/ns_ldap/
H A Dldapaddent.c98 e->status, e->message);
439 if (eres->status == LDAP_ALREADY_EXISTS ||
440 eres->status == LDAP_NO_SUCH_OBJECT)
441 rc = eres->status;
442 else if (eres->status == LDAP_INSUFFICIENT_ACCESS) {
/osnet-11/usr/src/lib/libc_db/common/
H A Dthread_db.c2213 int status; member in struct:searcher
2229 searcher_data->status = 1;
2266 if (return_val == TD_OK && searcher_data.status == 0)
/osnet-11/usr/src/lib/libproc/common/
H A Dllib-lproc234 int pr_exit(struct ps_prochandle *Pr, int status);
/osnet-11/usr/src/lib/libnsl/rpc/
H A Dsvc_vc.c151 static const char no_fcntl_getfl_str[] = "could not get status flags and modes";
1653 * check status again.
1988 int status)
1990 return (__svc_dupdone(req, resp_buf, resp_bufsz, status,
1987 __svc_vc_dupdone(struct svc_req *req, caddr_t resp_buf, uint_t resp_bufsz, int status) argument
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Storable/
H A DStorable.xs3414 * Abort immediately if we get a non-zero status back.
3552 int status;
3616 status = store(aTHX_ cxt, sv); /* Just do it! */
3650 TRACEME(("do_store returns %d", status));
3652 return status == 0;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Test/
H A DMore.pm106 my @status = Test::More::status;
/osnet-11/usr/src/lib/libbsm/
H A Dauditxml394 * adt_put_event() status values. Positive values are for kernel-generated
/osnet-11/usr/src/lib/libsldap/common/
H A Dns_config.c547 int status; local
549 status = sysinfo(SI_SRPC_DOMAIN, buf, MAXHOSTNAMELEN);
550 if (status < 0)
553 if (status > sizeof (buf))
/osnet-11/usr/src/lib/libndr/common/
H A Dndr_server.c1021 mxa->send_hdr.fault_hdr.status = fault_status;
/osnet-11/usr/src/lib/libiscsit/common/
H A Dlibiscsit.c771 if (props.status == STMF_TARGET_PORT_ONLINE) {
/osnet-11/usr/src/cmd/sendmail/src/
H A Dreadcf.c960 int status = 0; local
1081 p = (*map.map_class->map_lookup)(&map, key, NULL, &status);
1082 if (status != EX_OK && status != EX_NOTFOUND)
2923 case 'S': /* status file */
3293 case O_HSDIR: /* persistent host status directory */
/osnet-11/usr/src/grub/grub-0.97/netboot/
H A Dns8390.c537 if ((pkthdr.status & D8390_RSTAT_PRX) == 0 || len < ETH_ZLEN
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IO/lib/IO/
H A DHandle.pm172 Turns on autoflush, print ARGS and then restores the autoflush status of the
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DPerldoc.pm235 # Erase evidence of previous errors (if any), so exit status is simple.
1298 use vmsish qw(status exit);
/osnet-11/usr/src/lib/libc/port/
H A Dllib-lc1108 pid_t wait3(int *status, int options, struct rusage *rp);
1109 pid_t wait4(pid_t pid, int *status, int options, struct rusage *rusage);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DCPAN.pm2695 returned status $estatus (wstat $wstatus)$size
2814 returned status $estatus (wstat $wstatus)
4361 # status. But this has the downside that ^C and die() will return to
4542 $self->{writemakefile} = "NO Makefile.PL returned status $ret";
4824 push @e, "make had returned bad status, install seems impossible";
4826 push @e, "make test had returned bad status, ".
5486 more about the status. Try 'i %s'.
5883 my $status;
5884 $status = $zip->read($file);
5885 die "Read of file[$file] failed\n" if $status !
[all...]
/osnet-11/usr/src/lib/lvm/libmeta/common/
H A Dmeta_raid.c492 * A subsequent I/O to the device will cause the 'Okay' status to
494 * the appropriate status. The MD_INACCESSIBLE state is only set
496 * then we will just have regular error status on the device.
864 /* resync status */
2714 md_error_t status = mdnullerror; local
2715 md_error_t *ep = &status;

Completed in 147 milliseconds

<<2122232425262728