Searched refs:status (Results 551 - 575 of 695) sorted by relevance

<<2122232425262728

/osnet-11/usr/src/lib/libprtdiag_psr/sparc/opl/common/
H A Dopl_picl.c102 char status[6] = "N/A"; local
273 /* Get the status of the card */
275 (nodeh, PICL_PROP_STATUS, status, sizeof (status));
329 /* Print status */
330 log_printf(" %-5.5s ", status);
/osnet-11/usr/src/lib/libsec/common/
H A Dacltext.c123 idmap_stat status; local
149 &status);
153 &status);
156 if (status == IDMAP_SUCCESS) {
/osnet-11/usr/src/lib/libsmb/common/
H A Dsmb_util.c1239 smb_join_errmsg(smb_join_status_t status, boolean_t to_stderr) argument
1243 smb_join_status_t status; member in struct:xlate_table
1284 if (adjoin_table[i].status == status) {
/osnet-11/usr/src/lib/libsocket/inet/
H A Dnetmasks.c115 return (arg.status = res);
/osnet-11/usr/src/lib/libldap5/sources/ldap/prldap/
H A Dldappr-dns.c327 arg.status = res;
/osnet-11/usr/src/lib/libndmp/common/
H A Dlibndmp.h365 int status; member in struct:ndmp_door_ctx
/osnet-11/usr/src/lib/libpkg/common/
H A Dsrchcfile.c403 pinfo->status = pkgname[0];
/osnet-11/usr/src/lib/fm/topo/modules/common/ses/common/
H A Dses.c543 (void) snprintf(path, PATH_MAX, CTFS_ROOT "/device/%ld/status",
939 uint64_t status; local
946 SES_PROP_STATUS_CODE, &status) == 0);
953 presence_state = (status != SES_ESC_NOT_INSTALLED) ?
1067 * Callback to add a disk to a given bay. We first check the status-code to
1079 uint64_t status; local
1088 if (nvlist_lookup_uint64(props, SES_PROP_STATUS_CODE, &status) != 0)
1099 * When the bay element status indicate the occupant is not there
1102 if (status != SES_ESC_UNSUPPORTED &&
1103 status !
3765 uint64_t prevstatus, status; local
[all...]
/osnet-11/usr/src/lib/krb5/plugins/kdb/db2/libdb2/hash/
H A Dhash.c742 if (item_info.status == ITEM_ERROR)
744 if (item_info.status == ITEM_NO_MORE)
904 if (item_info.status == ITEM_OK) {
911 } else if (item_info.status != ITEM_NO_MORE)
/osnet-11/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/
H A Dkdb_ldap.h352 krb5_error_code status);
/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dstdlib.in.h113 _GL_FUNCDECL_SYS (_Exit, void, (int status) __attribute__ ((__noreturn__)));
115 _GL_CXXALIAS_SYS (_Exit, void, (int status));
/osnet-11/usr/src/lib/cfgadm_plugins/scsi/common/
H A Dcfga_ctl.c1151 int status; local
1158 while ((rval = waitpid(cpid, &status, 0)) != cpid) {
1170 if (WIFEXITED(status)) {
1176 if (WIFSIGNALED(status)) {
1183 * The child has not terminated. We received status
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dwarnings.t126 my $status = $?;
H A DSwitch.pm50 my $status = 1;
51 $status = filter_read(1_000_000);
52 return $status if $status<0;
55 return $status;
/osnet-11/usr/src/cmd/sendmail/db/txn/
H A Dtxn_rec.c287 td->status = TXN_PREPARED;
/osnet-11/usr/src/lib/libc/port/gen/
H A Dgetutx.c486 int status; local
569 w = waitpid(child, &status, 0);
577 (w == -1 || !WIFEXITED(status) || WEXITSTATUS(status) != 0)) {
/osnet-11/usr/src/lib/libc/port/i18n/
H A Dgettext_real.c246 mp->status = 0;
1014 mp->status |= ST_SUN_MO_FOUND;
1034 mp->status |= ST_GNU_MO_FOUND;
1045 mp->status |= ST_GNU_MSG_FOUND;
/osnet-11/usr/src/lib/libtsol/common/
H A Dlabeld.h274 int status; member in struct:__anon2691
/osnet-11/usr/src/lib/libzfs_jni/common/
H A Dlibzfs_jni_pool.c1134 zjni_pool_status_to_obj(JNIEnv *env, zpool_status_t status) argument
1136 return (zjni_int_to_enum(env, status,
1187 zjni_pool_status_to_str(zpool_status_t status) { argument
1188 return (find_field(zpool_status_map, status));
/osnet-11/usr/src/lib/storage/libg_fc/common/
H A Dgenf.c447 int status = 0; local
464 status = stat(s, &stbuf);
465 if (((status == -1) && (errno == ENOENT)) ||
556 if (status == -1)
/osnet-11/usr/src/lib/sun_fc/common/
H A DFCHBANPIVPort.cc50 #include <sys/scsi/generic/status.h>
/osnet-11/usr/src/lib/libnsl/rpc/
H A Dsvc.c1808 * copy back into the resp_buf, if appropriate. Return the status of
1902 * entry where the status is other than
2009 * int status, char *xprt_cache)
2012 * to make the entry the most recently used. Returns DUP_ERROR or status.
2016 int status, char *xprt_cache)
2029 if (status != DUP_DONE && status != DUP_DROP) {
2030 syslog(LOG_ERR, "__svc_dupdone: invalid dupdone status");
2042 /* update the status of the entry and result buffers, if required */
2043 if ((rc = __svc_dupcache_update(req, resp_buf, resp_bufsz, status,
2015 __svc_dupdone(struct svc_req *req, caddr_t resp_buf, uint_t resp_bufsz, int status, char *xprt_cache) argument
2061 __svc_dupcache_update(struct svc_req *req, caddr_t resp_buf, uint_t resp_bufsz, int status, struct dupcache *dc, uint32_t drxid, uint32_t drhash) argument
[all...]
/osnet-11/usr/src/cmd/sendmail/src/
H A Ddaemon.c97 ** port. Returns zero on success, else an exit status
137 char status[MAXLINE]; local
692 (void) sm_snprintf(status, sizeof(status), "%d",
695 macid("{daemon_port}"), status);
898 (void) sm_snprintf(status, sizeof(status),
900 proc_list_add(pid, status, PROC_CONTROL, 0, -1, NULL);
904 (void) sm_snprintf(status, sizeof(status),
[all...]
/osnet-11/usr/src/lib/rpcsec_gss/
H A Dsvc_rpcsec_gss.c471 OM_uint32 status; local
502 status = gsscred_name_to_unix_cred(
508 if (status == GSS_S_COMPLETE) {
530 status = gss_get_group_info(
535 if (status == GSS_S_COMPLETE) {
/osnet-11/usr/src/lib/libnwam/common/
H A Dlibnwam_ncp.c234 ipadm_status_t status; local
238 if ((status = ipadm_open(&iph, ncpname, 0, NULL)) != IPADM_SUCCESS)
244 if ((status = ipadm_create_addrobj(IPADM_ADDR_STATIC, aobj, &ipaddr))
246 (status = ipadm_set_addr(ipaddr, loopaddr, AF_UNSPEC))
248 (status = ipadm_create_addr(iph, ipaddr, flags)) != IPADM_SUCCESS)
256 if ((status = ipadm_create_addrobj(IPADM_ADDR_STATIC, aobj, &ipaddr))
258 (status = ipadm_set_addr(ipaddr, loopaddr, AF_UNSPEC))
260 (status = ipadm_create_addr(iph, ipaddr, flags)) != IPADM_SUCCESS)
266 if (status != IPADM_SUCCESS)

Completed in 100 milliseconds

<<2122232425262728