Searched refs:status (Results 601 - 625 of 695) sorted by relevance

<<2122232425262728

/osnet-11/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.c180 /* Stream status */
218 int status; /* as the name implies */ member in struct:deflate_state
683 s->status = s->noheader ? BUSY_STATE : INIT_STATE;
747 if (state->status == INIT_STATE) {
756 state->status = BUSY_STATE;
769 if (state->status == FLUSH_STATE) {
770 state->status = BUSY_STATE;
776 if (state->status == FINISH_STATE && strm->avail_in != 0) {
783 (flush == Z_FINISH && state->status != FINISH_STATE)) {
787 state->status
[all...]
/osnet-11/usr/src/cmd/parted/
H A Dparted.c1476 int status = 0; local
1478 status = partition_print (part);
1480 return status;
2744 int status; local
2754 status = non_interactive_mode (&dev, commands, argc, argv);
2756 status = interactive_mode (&dev, commands);
2760 return !status;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dutil.c1844 /* Close parent's end of error status pipe (if any) */
1899 /* If we managed to get status pipe check for exec fail */
1915 int pid2, status; local
1920 pid2 = wait4pid(pid, &status, 0);
2067 int pid2, status; local
2072 pid2 = wait4pid(pid, &status, 0);
2370 int status; local
2412 pid2 = wait4pid(pid, &status, 0);
2423 return(pid2 < 0 ? pid2 : status == 0 ? 0 : (errno = 0, status));
2502 Perl_pidgone(pTHX_ Pid_t pid, int status) argument
[all...]
/osnet-11/usr/src/lib/libstmf/common/
H A Dstmf.c354 * Purpose: Appropriate return status and error Data are set in the case of
2119 } else if (luProps.status == STMF_LOGICAL_UNIT_UNREGISTERED) {
2210 } else if (luProps.status == STMF_LOGICAL_UNIT_UNREGISTERED) {
2295 } else if (luProps.status == STMF_LOGICAL_UNIT_UNREGISTERED) {
2722 } else if (luProps.status == STMF_LOGICAL_UNIT_UNREGISTERED) {
5176 targetProps->status = STMF_TARGET_PORT_ONLINE;
5178 targetProps->status = STMF_TARGET_PORT_OFFLINE;
5180 targetProps->status = STMF_TARGET_PORT_ONLINING;
5182 targetProps->status = STMF_TARGET_PORT_OFFLINING;
5406 luProps->status
[all...]
/osnet-11/usr/src/lib/libzonecfg/common/
H A Dlibzonecfg.c5234 int status; local
5242 if (pool_get_status(&status) != PO_SUCCESS || status != POOL_ENABLED)
5308 int status; local
5331 if (pool_get_status(&status) != PO_SUCCESS || status != POOL_ENABLED) {
5378 int status; local
5402 if (pool_get_status(&status) != PO_SUCCESS || status != POOL_ENABLED)
5537 int status; local
6853 zone_status_t status; local
8801 boolean_t status = B_TRUE; local
9046 int status; local
[all...]
/osnet-11/usr/src/lib/libnisdb/
H A Dldap_op.c385 int status; /* Status of last operation */ member in struct:__anon1943
649 * On return, if the status is LDAP_UNAVAILABLE, the caller must not touch
783 * On return, if the status is LDAP_UNAVAILABLE, the caller must not touch
842 stat = lc->status = ldapBind(&lc->ld, lc->who, lc->cred, lc->method,
844 if (lc->status == LDAP_SUCCESS) {
918 releaseCon(__nis_ldap_conn_t *lc, int status) { argument
926 lc->status = status;
1344 * the LDAP operations status.
2109 "%s: No data for DN search (\"%s\"); LDAP status
[all...]
/osnet-11/usr/src/lib/libnsl/nss/
H A Dnetdir_inet.c1312 arg.status = res;
1333 arg.status = res;
1354 arg.status = res;
1373 arg.status = res;
1398 arg.status = res;
1415 arg.status = res;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
H A DFTP.pm428 $ftp->status == CMD_OK;
654 my($status,$message) = ($ftp->status,$ftp->message);
666 $ftp->set_status($status,$message);
1256 client, and the server responds with a message and a status code (and
1704 Request remote server status.
H A DSMTP.pm165 elsif($me->status == CMD_ERROR)
671 Reset the status of the server. This may be called after a message has been
/osnet-11/usr/src/lib/libzfs/common/
H A Dlibzfs_util.c741 int status; local
748 status = posix_spawn(&pid, command, NULL, NULL, argv, NULL);
752 if (status != 0)
755 if (waitpid(pid, &status, 0) != pid || !WIFEXITED(status) ||
756 WEXITSTATUS(status) != 0)
/osnet-11/usr/src/lib/fm/libasr/common/
H A Dasr.c1047 char *status = asr_getprop_str(ah, ASR_PROP_REG_STATUS); local
1052 if ((status == NULL ||
1053 strcmp(status, ASR_REG_STATUS_REGISTERED) == 0) &&
1409 * Creates a message that can get the activation status of the devices for
1429 err |= asr_buf_append_xml_elem(buf, pad, "asr-status");
1440 err |= asr_buf_append_xml_end(buf, pad, "asr-status");
/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dargp-help.c1879 __argp_failure (const struct argp_state *state, int status, int errnum,
1971 if (status && (!state || !(state->flags & ARGP_NO_EXIT)))
1972 exit (status);
/osnet-11/usr/src/grub/grub2/util/
H A Dgrub-mkfont.c121 usage (int status) argument
123 if (status)
149 exit (status);
/osnet-11/usr/src/lib/fm/libseslog/common/
H A Dlibseslog.c45 #include <sys/scsi/generic/status.h>
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/
H A Dtest.pl552 my $status = $?;
576 _diag "# STATUS: $status\n";
/osnet-11/usr/src/cmd/sendmail/db/xa/
H A Dxa.c253 if (td->status == TXN_ABORTED)
264 * status in the shared region; it would have to be process local.
/osnet-11/usr/src/cmd/hal/hald/
H A Dhald_runner.c166 runner_died(GPid pid, gint status, gpointer data) { argument
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Test/
H A DSimple.pm158 using an unsigned short integer as the exit status).
/osnet-11/usr/src/lib/libbe/common/
H A Dbe_create.c2834 int pid, status, retval; local
2917 retval = waitpid(pid, &status, 0);
2919 status = 0;
2923 if (WEXITSTATUS(status) != 0) {
/osnet-11/usr/src/lib/libsqlite/tool/
H A Dlemon.c179 COMPLETE, /* The status is used during followset and */
181 } status; member in struct:config
781 for(cfp=stp->cfp; cfp; cfp=cfp->next) cfp->status = INCOMPLETE;
785 if( cfp->status==COMPLETE ) continue; /* Already used by inner loop */
794 if( bcfp->status==COMPLETE ) continue; /* Already used */
798 bcfp->status = COMPLETE; /* Mark this config as used */
863 cfp->status = INCOMPLETE;
871 if( cfp->status==COMPLETE ) continue;
875 plp->cfp->status = INCOMPLETE;
879 cfp->status
[all...]
/osnet-11/usr/src/lib/lvm/libmeta/common/
H A Dmeta_error.c624 * do an ioctl, cook the error, and return status
1518 " device status, then use metadevadm(1M)."));
2240 md_error_t status = mdnullerror; local
2245 (void) mdsyserror(&status, errno, NULL);
2247 emsg = mde_vsperror(&status, fmt, ap);
2250 mdclrerror(&status);
/osnet-11/usr/src/lib/sun_fc/common/
H A DTgtFCHBAPort.cc49 #include <sys/scsi/generic/status.h>
/osnet-11/usr/src/lib/udapl/udapl_tavor/tavor/
H A Ddapl_tavor_hw.h67 * extract the necessary information from each error CQE, including status
147 uint32_t status :7; member in struct:tavor_hw_cqe_s
/osnet-11/usr/src/lib/libldap5/sources/ldap/ssldap/
H A Dldapsinit.c264 *status = NULL; local
1032 * Reset an LDAP session from SSL to a non-secure status.
1146 arg.status = res;
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/include/krb5/
H A Dkdb.h365 const char *status; member in struct:_kdb_check_policy_as_rep
378 const char *status; member in struct:_kdb_check_policy_tgs_rep

Completed in 119 milliseconds

<<2122232425262728