Searched refs:status (Results 576 - 600 of 695) sorted by relevance

<<2122232425262728

/osnet-11/usr/src/lib/libdladm/common/
H A Dlibdlstat.c298 dladm_status_t status; local
300 status = dladm_walk_flow(flow_kstats, handle, linkid, arg, B_FALSE);
301 if (status == DLADM_STATUS_OK)
707 dladm_status_t status; local
712 if ((status = dladm_datalink_id2info(handle, linkid, &flags, NULL,
714 return (status);
719 status = dladm_phys_info(handle, linkid, &dpap, DLADM_OPT_PERSIST);
721 if (status != DLADM_STATUS_OK)
722 return (status);
/osnet-11/usr/src/grub/grub-0.97/netboot/
H A Dtg3.c1260 int status = ANEG_FAILED; local
1278 status = tg3_fiber_aneg_smachine(tp, &aninfo);
1279 if (status == ANEG_DONE ||
1280 status == ANEG_FAILED)
1289 if (status == ANEG_DONE &&
1330 tp->hw_status->status =
1332 (tp->hw_status->status & ~SD_STATUS_LINK_CHG));
1806 /* Clear statistics/status block in chip */
2726 /* Avoid tagged irq status etherboot does not use irqs */
2728 /* Only 5701 and later support tagged irq status mod
[all...]
H A De1000_hw.h118 /* PHY status info structure and supporting enums */
367 uint8_t status; /* Descriptor status */ member in struct:e1000_rx_desc
415 uint8_t status; /* Descriptor status */ member in struct:e1000_tx_desc::__anon197::__anon198
466 uint8_t status; /* Descriptor status */ member in struct:e1000_context_desc::__anon203::__anon204
487 uint8_t status; /* Descriptor status */ member in struct:e1000_data_desc::__anon207::__anon208
1597 * status
[all...]
/osnet-11/usr/src/lib/lvm/libmeta/common/
H A Dmeta_mirror.c920 md_status_t status = mirrorp->common.state; local
1000 /* print submirrors, adjust status */
1015 status &= ~MD_UN_OPT_NOT_DONE;
1029 sm_state = sm_state_to_name(mdsp, status, &tv,
1043 /* print resync status */
1044 if (status & MD_UN_RESYNC_CANCEL) {
1060 } else if (status & MD_UN_RESYNC_ACTIVE) {
1232 sm_state = sm_state_to_name(mdsp, status, &tv, NULL);
1247 if (sm_state_to_action(sp, mdsp, status,
2801 md_error_t status local
[all...]
/osnet-11/usr/src/lib/libsmbns/common/
H A Dsmbns_ads.c131 /* query status */
356 int ldversion = LDAP_VERSION3, status, timeoutms = 5 * 1000; local
368 status = ldap_bind_s(ld, "", NULL, LDAP_AUTH_SIMPLE);
370 if (status != LDAP_SUCCESS) {
2340 * If avpair is NULL, checks the status of the specified computer account.
2717 smb_join_status_t status = SMB_JOIN_SUCCESS; local
2783 status = SMB_JOIN_ERR_MOD_TRUST_ACCT;
2788 return (status);
/osnet-11/usr/src/lib/libpool/common/
H A Dpool.c100 #define E_ERROR 1 /* Exit status for error */
166 * Return the status for a configuration. If the configuration has
167 * been successfully opened, then the status will be POF_VALID or
169 * been closed or removed, then the status will be POF_INVALID.
492 * Errors If the status of the conf is INVALID or the supplied
520 * Errors If the status of the conf is INVALID or the supplied
549 * Errors If the status of the conf is INVALID or the supplied
578 * Errors If the status of the conf is INVALID or the supplied
680 pool_status_t status; local
686 if (ioctl(fd, POOL_STATUSQ, &status) <
710 pool_status_t status; local
[all...]
/osnet-11/usr/src/lib/libprtdiag_psr/sparc/opl/common/
H A Dopl.c76 int status; member in struct:cs_status
453 cs_size = get_prop_size(find_prop(pnode, "cs-status"));
461 (find_prop(pnode, "cs-status"));
476 * of CS groups is 2, the maximum number of cs-status
478 * than the byte size of a single struct status, we use
634 cs_stat[i].status ? "partial": "okay", 0);
660 * Details of hardware revision and environmental status.
672 * Gather and display hardware revision and environmental status
/osnet-11/usr/src/cmd/sendmail/src/
H A Dusersmtp.c340 "str_union: stringlen1=%d, stringlen2=%d, sum=%d, status=overflow",
2261 ** exit status corresponding to recipient status.
2281 ** If there is status waiting from the other end, read it.
2388 ** If running SMTP pipelining, we will pick up status later
2398 ** SMTPRCPTSTAT -- get recipient status
2409 ** EX_* -- protocol status
2508 ** exit status corresponding to DATA command.
2726 SmtpPhase = mci->mci_phase = "client DATA status";
2791 ** SMTPGETSTAT -- get status cod
2810 int status, xstat; local
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/op/
H A Dfork.t22 print "1..0 # Skip: fork/status problems on MPE/iX\n";
60 $status = $?;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
H A DPOP3.pm517 Reset the status of the remote POP3 server. This includes reseting the
518 status of all messages to not be deleted.
/osnet-11/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/
H A Dldap_realm.c862 /* delete Kerberos Container, status ignored intentionally */
884 /* delete Kerberos Container, status ignored intentionally */
1148 /* delete Realm, status ignored intentionally */
1159 /* delete Realm, status ignored intentionally */
1170 /* delete Realm, status ignored intentionally */
1490 krb5_error_code status = KRB5_PLUGIN_OP_NOTSUPP; local
1491 krb5_set_error_message(kcontext, status, "LDAP %s", error_message(status));
1492 return status;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dcharnames.t301 my $status = $?;
304 $res =~ s/\n%[A-Z]+-[SIWEF]-.*$// # clip off DCL status msg
/osnet-11/usr/src/lib/librcm/
H A Dlibrcm.c724 * Returns wait status or -1 on error.
730 int status, w; local
742 w = waitpid(pid, &status, 0);
745 return ((w == -1) ? w : status);
/osnet-11/usr/src/lib/libshare_plugins/smb/
H A Dlibshare_smb.c1400 uint32_t status; local
1402 status = smb_share_publish_admin(mntpnt);
1403 if (status != 0)
1527 * What is the current status of the smbd? We use the SMF state here.
/osnet-11/usr/src/lib/libsmb/common/
H A Dsmb_cfg.c1413 int fd, status; local
1422 status = fstat(fd, &buffer);
1425 if (status < 0)
/osnet-11/usr/src/lib/libnisdb/
H A Ddb_table.cc1105 int status = f.transfer(this); local
1107 if (status == 1)
1110 ret = status;
/osnet-11/usr/src/lib/fm/libasr/common/
H A Dasr_audit.c309 char *stdvals = "|serial|part|state|status|";
420 * Adds name, id, serial, part, revision, path, state, status &
430 char *state = NULL, *status = NULL; local
481 (void) nvlist_lookup_string(std, "status", &status);
482 err |= asr_buf_append_xml_nv(out, PAD_ITEM, "status", status);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/
H A Dencoding.pm57 my $status = filter_read();
58 if ($status > 0){
62 $status ;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Unicode/
H A DUCD.pm543 status "C", "F", "S", or "I"
546 The meaning of the I<status> is as follows:
581 status => $2,
/osnet-11/usr/src/lib/libzfs/common/
H A Dlibzfs_mount.c130 sa_proto_t status; local
138 status = sa_share_get_status(share);
139 if (status & sa_prot)
/osnet-11/usr/src/lib/udapl/udapl_tavor/tavor/
H A Ddapl_tavor_wr.c540 DAT_RETURN status; local
552 status = dapls_hash_search(cq->cq_wrid_wqhdr_list, key, &curr);
553 if (status == DAT_SUCCESS) {
/osnet-11/usr/src/lib/libsldap/common/
H A Dns_connect.c697 * Returns: LDAP status
916 /* Check status for a bad connection */
1027 if ((*errorp)->status == LDAP_CONNECT_ERROR ||
1028 (*errorp)->status == LDAP_SERVER_DOWN) {
1088 if ((*errorp)->pwd_mgmt.status != NS_PASSWD_GOOD ||
1089 (*errorp)->status == LDAP_INVALID_CREDENTIALS) {
1156 return ((*errorp)->status);
1272 * password status and number of seconds until
1309 * a password status
/osnet-11/usr/src/lib/libdtrace_jni/common/
H A Ddtj_consume.c357 int exit = INT_MAX; /* invalid initial status */
359 jstring status = NULL; local
411 status = (*jenv)->NewStringUTF(jenv, statusname);
419 (*jenv)->DeleteLocalRef(jenv, status);
425 pid, status, signal, signalName, NULL, message);
426 (*jenv)->DeleteLocalRef(jenv, status);
433 /* valid exit status */
/osnet-11/usr/src/grub/grub2/grub-core/loader/i386/
H A Dbsd.c905 int status; local
908 status = grub_vbe_bios_get_controller_info (&controller_info);
910 if (status == GRUB_VBE_STATUS_OK &&
912 status = grub_vbe_bios_set_dac_palette_width (&width);
914 if (status != GRUB_VBE_STATUS_OK)
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/
H A DCC.pm298 my ($ptr, $i, $varname, $status, $obj);
304 $status = $alloc{$varname};
305 } while $status == 2;
306 if ($status != 1) {
1945 Plenty. Current status: experimental.

Completed in 120 milliseconds

<<2122232425262728