Searched refs:status (Results 376 - 400 of 695) sorted by relevance

<<11121314151617181920>>

/osnet-11/usr/src/lib/krb5/plugins/kdb/db2/libdb2/btree/
H A Dbt_put.c80 int dflags, exact, status; local
212 if ((status = __bt_split(t, h, key,
214 return (status);
/osnet-11/usr/src/grub/grub2/grub-core/disk/ieee1275/
H A Dofdisk.c317 grub_ssize_t status, actual; local
348 grub_ieee1275_seek (last_ihandle, pos, &status);
349 if (status < 0)
/osnet-11/usr/src/grub/grub2/grub-core/kern/emu/
H A Dmisc.c177 int status; local
181 status = vasprintf (buf, fmt, ap);
184 return status;
/osnet-11/usr/src/grub/grub2/grub-core/term/
H A Dns8250.c84 unsigned char status = 0; local
112 /* Set the line status. */
113 status |= (parities[port->config.parity]
116 grub_outb (status, port->port + UART_LCR);
/osnet-11/usr/src/grub/grub2/util/
H A Dgrub-mkpasswd-pbkdf2.c47 usage (int status) argument
49 if (status)
62 exit (status);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/IO/t/
H A Dio_sock.t207 # cannot return that status.
395 # cannot return that status.
397 my $status = $sock->blocking;
398 print "not " unless defined $status && !$status;
/osnet-11/usr/src/lib/pam_modules/authtok_store/
H A Dauthtok_store.c82 unix_authtok_data *status; local
85 (const void **)status) != PAM_SUCCESS)
88 return (status->age_status == PAM_NEW_AUTHTOK_REQD)
/osnet-11/usr/src/cmd/sendmail/src/
H A Ddeliver.c1188 ** status -- current delivery status
1197 should_try_fbsh(e, tried_fallbacksmarthost, hostbuf, hbsz, status)
1202 int status;
1210 if ((status == EX_NOHOST || status == EX_TEMPFAIL) &&
1409 /* ignore long term host status information if mailer flag W is set */
2209 /* enter status of this host */
3309 /* (always) get the exit status */
3441 ** Do final status disposa
3688 char *status = NULL; local
[all...]
H A Dmap.c102 ** and return the value. Set *pstat to the appropriate status
733 auto int status = EX_UNAVAILABLE; local
753 found = text_getcanonname(host, hbsize, &status);
758 found = nis_getcanonname(host, hbsize, &status);
768 found = nisplus_getcanonname(host, hbsize, &status);
778 found = dns_getcanonname(host, hbsize, trymx, &status, pttl);
784 found = ni_getcanonname(host, hbsize, &status);
790 status = EX_UNAVAILABLE;
812 if (status == EX_TEMPFAIL)
817 else if (status
1771 int status; local
2464 int status; local
6311 int status; local
7878 char *replybuf, *rval, *value, *status, *key; local
[all...]
/osnet-11/usr/src/grub/grub-0.97/netboot/
H A Dtlan.c418 u16 status; local
443 status = MII_GS_LINK;
446 TLan_MiiReadReg(nic, phy, MII_GEN_STS, &status);
448 TLan_MiiReadReg(nic, phy, MII_GEN_STS, &status);
449 if ((status & MII_GS_LINK) && /* We only support link info on Nat.Sem. PHY's */
487 } else if (status & MII_GS_LINK) {
502 if (status & MII_GS_LINK) {
1558 u16 status; local
1563 TLan_MiiReadReg(nic, phy, MII_GEN_STS, &status);
1566 if ((status
1652 u16 status; local
[all...]
/osnet-11/usr/src/lib/libnsl/rpc/
H A Dauth_time.c197 enum clnt_stat status; /* result of clnt_call */ local
332 status = RPC_FAILED; /* Anything except RPC_SUCCESS */
414 status = clnt_call(clnt, RPCBPROC_GETTIME, xdr_void, NULL,
421 if (status == RPC_SUCCESS)
426 if (status == RPC_SUCCESS) {
H A Dsvcauth_des.c125 int status; local
272 status = cbc_crypt((char *)sessionkey, (char *)cryptbuf,
276 status = ecb_crypt((char *)sessionkey, (char *)cryptbuf,
279 if (DES_FAILED(status)) {
400 status = ecb_crypt((char *)sessionkey, (char *)cryptbuf,
402 if (DES_FAILED(status)) {
/osnet-11/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/
H A Dldap_misc.c922 * and appropriate status is returned back.
1508 krb5_error_code status = KRB5_PLUGIN_OP_NOTSUPP; local
1509 krb5_set_error_message(kcontext, status, "LDAP %s", error_message(status));
1510 return status;
1516 krb5_error_code status = KRB5_PLUGIN_OP_NOTSUPP; local
1517 krb5_set_error_message(kcontext, status, "LDAP %s", error_message(status));
1518 return status;
1524 krb5_error_code status local
1532 krb5_error_code status = KRB5_PLUGIN_OP_NOTSUPP; local
1540 krb5_error_code status = KRB5_PLUGIN_OP_NOTSUPP; local
[all...]
/osnet-11/usr/src/lib/udapl/udapl_tavor/common/
H A Ddapl_hash.c187 DAT_BOOLEAN status = DAT_FALSE; local
232 status = DAT_TRUE;
252 status = DAT_TRUE;
255 status = DAT_FALSE;
274 return (status);
/osnet-11/usr/src/lib/libpcp/common/
H A Dlibpcp.c355 uint32_t status; local
484 * check status field for any channel protocol errrors
488 status = resp_msg_hdr->status;
489 if (status != PCP_OK) {
992 uint32_t status; local
1080 /* receive status field */
1081 if ((ret = pcp_io_op(&status, sizeof (status),
1086 status
[all...]
/osnet-11/usr/src/lib/libzoneinfo/common/
H A Dlibzone.c103 int sav_errno = 0, ncount, status; local
124 if ((status = skipline(buff)) != 0) {
125 if (status == 1)
209 int cmp, status; local
243 if ((status = skipline(buff)) != 0) {
244 if (status == 1)
329 if ((status = skipline(buff)) != 0) {
330 if (status == 1)
450 int match = 0, ncount = 0, sav_errno = 0, status; local
474 if ((status
[all...]
/osnet-11/usr/src/tools/onbld/hgext/
H A Dcdm.py407 ui.status('Skipping %s...\n' % f)
457 ui.status('Skipping %s...\n' % f)
491 ui.status('Skipping %s...\n' % f)
525 ui.status('Skipping %s...\n' % f)
560 ui.status('Skipping %s...\n' % f)
590 ui.status('Skipping %s...\n' % f)
619 ui.status('Skipping %s...\n' % f)
735 ui.status('Skipping RTI checks...\n')
778 ui.status('Skipping %s...\n' % f)
790 # we have 'hg status', bu
[all...]
/osnet-11/usr/src/lib/libprtdiag_psr/sparc/ontario/common/
H A Dontario.c217 (void) snprintf(pci_card.status,
218 sizeof (pci_card.status), "%s/%s%d", IOBOARD,
222 (void) snprintf(pci_card.status,
223 sizeof (pci_card.status), "%s/%s%d",
226 (void) snprintf(pci_card.status,
227 sizeof (pci_card.status), "%s/%s", IOBOARD,
273 log_printf("%-11s", pci_card.status);
/osnet-11/usr/src/lib/libparted/common/libparted/fs/fat/
H A Dresize.c483 PedExceptionOption status; local
514 status = ped_exception_throw (
522 switch (status) {
546 status = ped_exception_throw (
553 if (status == PED_EXCEPTION_CANCEL)
562 status = ped_exception_throw (
569 if (status == PED_EXCEPTION_CANCEL)
/osnet-11/usr/src/grub/grub2/grub-core/loader/i386/
H A Dmultiboot_mbi.c280 grub_vbe_status_t status; local
283 status = grub_vbe_bios_get_controller_info (scratch);
284 if (status != GRUB_VBE_STATUS_OK)
296 status = grub_vbe_bios_get_mode (scratch);
298 if (status != GRUB_VBE_STATUS_OK)
318 status = grub_vbe_bios_get_mode_info (vbe_mode, scratch);
319 if (status != GRUB_VBE_STATUS_OK)
/osnet-11/usr/src/lib/libdtrace_jni/common/
H A Ddtj_util.c161 dtj_status_t status; local
257 status = dtj_cache_jni_classes(jenv, table);
258 if (status == DTJ_OK) {
261 return (status);
446 dtj_status_t status; local
480 status = dtj_get_jni_classes(jenv, classes, classpool, methodpool,
482 if (status != DTJ_OK) {
484 return (status);
502 status = dtj_cache_jni_methods(jenv, class);
503 if (status !
[all...]
/osnet-11/usr/src/lib/libfru/libfru/
H A Dlibfru.cc667 fru_errno_t status; local
675 if ((status = fru_get_name_from_hdl(node, &name)) != FRU_SUCCESS)
676 return (status);
689 if ((status = process_node(node, path, name, args,
693 return (status);
698 if ((status = fru_get_child(node, &next)) == FRU_SUCCESS)
699 status = fru_walk_tree(next, path, process_node, args);
700 else if (status == FRU_NODENOTFOUND)
701 status = FRU_SUCCESS;
705 if (status !
1078 fru_errno_t status; local
[all...]
/osnet-11/usr/src/lib/gss_mechs/mech_spnego/mech/
H A Dspnego_mech.c427 OM_uint32 status; local
443 status = get_available_mechs(minor_status,
453 status = gss_acquire_cred(minor_status,
466 return (status);
483 OM_uint32 status; local
495 status = gss_release_cred(minor_status, cred_handle);
498 return (status);
2157 OM_uint32 status; local
2161 status = gss_import_name(minor_status, input_name_buffer,
2165 return (status);
2183 OM_uint32 status; local
2214 OM_uint32 status = GSS_S_COMPLETE; local
2246 OM_uint32 status = GSS_S_COMPLETE; local
2913 OM_uint32 status; local
3353 OM_uint32 status; local
3601 make_spnego_tokenTarg_msg(OM_uint32 status, gss_OID mech_wanted, gss_buffer_t data, gss_buffer_t mechListMIC, send_token_flag sendtoken, gss_buffer_t outbuf) argument
[all...]
/osnet-11/usr/src/lib/libpp/common/
H A Dppsearch.c72 register struct ppsymbol* status; local
74 status = fp->guard;
75 message((-3, "search: %s: status=%s%s test=%s", fp->name, status == INC_CLEAR ? "[CLEAR]" : status == INC_TEST ? "[ONCE]" : status == INC_IGNORE ? "[IGNORE]" : status->name, (pp.mode & HOSTED) ? "[HOSTED]" : "", test == INC_CLEAR ? "[CLEAR]" : test == INC_TEST ? "[TEST]" : test->name));
76 if (status == INC_IGNORE)
83 if (status != INC_CLEAR)
85 if (status
[all...]
/osnet-11/usr/src/lib/cfgadm_plugins/fp/common/
H A Dcfga_cs.c688 HBA_STATUS status; local
758 status = getPortAttrsByWWN(handle,
761 if (status ==
786 status = HBA_ScsiInquiryV2(handle, portAttrs.PortWWN,
794 if (status == HBA_STATUS_OK) {
811 status = HBA_ScsiInquiryV2(handle, portAttrs.PortWWN,
816 if (status != HBA_STATUS_OK) {
817 if (status == HBA_STATUS_ERROR_NOT_A_TARGET) {
819 } else if (status == HBA_STATUS_ERROR_ILLEGAL_WWN) {
884 status
[all...]

Completed in 89 milliseconds

<<11121314151617181920>>