Searched defs:status (Results 1001 - 1025 of 1989) sorted by relevance

<<41424344454647484950>>

/illumos-gate/usr/src/lib/fm/libfmd_snmp/common/
H A Dproblem.c870 sunFmFaultStatus_data_t status; local
915 &status)) == NULL) {
924 &status)) == NULL) {
1025 if (status & FM_SUSPECT_FAULTY)
1027 else if (status & FM_SUSPECT_NOT_PRESENT)
1029 else if (status & FM_SUSPECT_REPLACED)
1031 else if (status & FM_SUSPECT_REPAIRED)
1033 else if (status & FM_SUSPECT_ACQUITTED)
/illumos-gate/usr/src/lib/fm/topo/modules/i86pc/chip/
H A Dchip_smbios.c51 uint8_t status; member in struct:cpu_smbios
300 cpusmb[ncpu_ids].status = p.smbp_status;
385 if (cpusmb[i].status == (enabled | populated))
H A Dchip_subr.c492 const char *status; local
499 status = "sync success";
502 status = "async retiring";
505 status = "not retired";
508 status = "unknown status";
512 op, rc, status);
571 op = "check status";
/illumos-gate/usr/src/lib/libsec/common/
H A Daclutils.c752 idmap_stat status; local
771 id, &status);
775 id, &status);
779 status != IDMAP_SUCCESS)
/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_cache_door.h70 * Structure used to request/inform config and server status changes.
80 ldap_get_chg_cookie_t cookie; /* get status change cookie */
85 ldap_get_chg_cookie_t cookie; /* get status change cookie */
92 ldap_get_chg_cookie_t cookie; /* get status change cookie */
99 uint32_t status; /* error status */ member in struct:ldap_admin_mod_result
194 /* Configuration change or server status change notification */
225 * Server status change
/illumos-gate/usr/src/lib/libslp/clib/
H A Dslp_auth.c803 AMI_STATUS status; local
807 if ((status = dld_ami_get_cert(amih, NULL, &certs, &ccnt)) != AMI_OK) {
810 dld_ami_strerror(amih, status));
820 if ((status = dld_ami_dn2str(amih, certs[0].info.subject, &answer))
824 dld_ami_strerror(amih, status));
918 AMI_STATUS status; local
926 if ((status = dld_ami_str2dn(amih, (char *)s1, &dn1)) != AMI_OK) {
930 dld_ami_strerror(amih, status));
935 if ((status = dld_ami_str2dn(amih, (char *)s2, &dn2)) != AMI_OK) {
939 dld_ami_strerror(amih, status));
[all...]
/illumos-gate/usr/src/lib/libdladm/common/
H A Dlibdlflow.c134 dladm_status_t status = DLADM_STATUS_FLOW_DB_PARSE_ERR; local
169 status = dladm_str2pri(value,
171 if (status != DLADM_STATUS_OK)
175 status = do_check_dsfield(value,
177 if (status != DLADM_STATUS_OK)
181 status = do_check_ip_addr(value, B_TRUE,
183 if (status != DLADM_STATUS_OK)
187 status = do_check_ip_addr(value, B_FALSE,
189 if (status != DLADM_STATUS_OK)
214 status
332 dladm_status_t status = DLADM_STATUS_FLOW_DB_ERR; local
491 dladm_status_t status = DLADM_STATUS_OK; local
571 dladm_status_t status = DLADM_STATUS_OK; local
592 dladm_status_t status; local
648 dladm_status_t status = DLADM_STATUS_OK; local
739 dladm_status_t status = DLADM_STATUS_OK; local
806 dladm_status_t s, status = DLADM_STATUS_OK; local
[all...]
H A Dlibdlmgmt.c59 dladm_status_t status; local
71 if ((status = dladm_door_fd(handle, &door_fd)) != DLADM_STATUS_OK)
72 return (status);
84 status = dladm_errno2status(errno);
86 if (status != DLADM_STATUS_OK)
87 return (status);
116 dladm_status_t status; local
135 if ((status = dladm_door_call(handle, &createid, sizeof (createid),
139 return (status);
209 dladm_status_t status; local
240 dladm_status_t status; local
280 dladm_status_t status = DLADM_STATUS_OK; local
341 dladm_status_t status; local
372 dladm_status_t status; local
442 dladm_status_t status = DLADM_STATUS_OK; local
540 dladm_status_t status; local
588 dladm_status_t status; local
[all...]
H A Dsecobj.c130 dladm_status_t status = DLADM_STATUS_OK; local
158 status = dladm_errno2status(errno);
160 if (status != DLADM_STATUS_OK)
161 return (status);
165 status = i_dladm_set_secobj_db(handle, obj_name, class,
168 return (status);
176 dladm_status_t status = DLADM_STATUS_OK; local
196 status = dladm_errno2status(errno);
206 return (status);
212 dladm_status_t status local
242 dladm_status_t status = DLADM_STATUS_OK; local
504 dladm_status_t status = DLADM_STATUS_OK; local
604 dladm_status_t status; local
[all...]
/illumos-gate/usr/src/lib/lvm/libmeta/common/
H A Dmeta_error.c627 * do an ioctl, cook the error, and return status
1521 " device status, then use metadevadm(1M)."));
2243 md_error_t status = mdnullerror; local
2248 (void) mdsyserror(&status, errno, NULL);
2250 emsg = mde_vsperror(&status, fmt, ap);
2253 mdclrerror(&status);
/illumos-gate/usr/src/lib/libnisdb/
H A Ddb_mindex.cc167 /* Make sure we have somewhere to store the "request valid" status */
253 * it with an appropriate status.
1058 int status = f.transfer(this); local
1060 if (status == 1)
1063 return (status);
1103 int status; local
1111 if ((status = f.transfer(this)) != 0) {
1117 if (status == 0 && this->scheme != 0 && init_scheme) {
1130 status = -1;
1137 if (status
[all...]
/illumos-gate/usr/src/lib/libnsl/dial/
H A Dconn.c135 int status; local
143 if ((status = rddev(flds[F_TYPE], dev, devbuf, D_MAX)) ==
171 if (status == FAIL && !Uerror) {
/illumos-gate/usr/src/lib/libnsl/nis/gen/
H A Dnis_subr.c547 int status; /* a counter variable */ local
573 status = xdr_nis_object(&in_xdrs, obj);
574 if (status == FALSE)
579 status = xdr_nis_object(&out_xdrs, result);
580 if (status == FALSE)
608 int status; /* Status of the XDR decoding */ local
624 status = xdr_nis_object(&xdrs, res);
627 if (!status) {
642 int status; /* Status of the XDR decoding */ local
651 status
[all...]
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dkey_call.c127 keystatus status; local
137 xdr_keystatus, (char *)&status))
139 if (status != KEY_SUCCESS) {
140 debug("set3 status is nonzero");
149 keystatus status; local
152 xdr_keystatus, (char *)&status, use_uid)) {
156 if (status != KEY_SUCCESS) {
157 debug("remove secret status is nonzero");
199 (kres.status == KEY_SUCCESS) &&
258 (kres.status
577 keystatus status; local
631 keystatus status; local
868 enum clnt_stat status; local
[all...]
/illumos-gate/usr/src/lib/libnsl/yp/
H A Dyp_bind.c236 int status; local
261 pdomb = load_dom_binding(ypbind_resp, domain, &status);
286 int status; local
323 pdomb = load_dom_binding(&resp, domain, &status);
544 int status, err = YPERR_DOMAIN; local
641 pdomb = load_dom_binding(ypbind_resp, domain, &status);
643 err = status;
713 int status, err = YPERR_DOMAIN; local
742 domain, &status);
745 return (status);
1144 ypbind_running(int err, int status) argument
[all...]
/illumos-gate/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...]
/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/javelin/common/
H A Djavelin.c145 char *status; local
209 if ((status_prop = find_prop(dimm, "status")) == NULL) {
212 status = (char *)(get_prop_val(status_prop));
213 (void) sprintf(dimm_status, "%s", status);
229 * the status property in all PROM nodes. On systems where
268 value = get_prop_val(find_prop(pnode, "status"));
524 /* XXX - Don't know how to get status for PCI cards */
525 card.status[0] = '\0';
796 /* Read the fan status kstats */
983 * This routine displays the environmental status passe
[all...]
/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/opl/common/
H A Dopl.c74 int status; member in struct:cs_status
451 cs_size = get_prop_size(find_prop(pnode, "cs-status"));
459 (find_prop(pnode, "cs-status"));
474 * of CS groups is 2, the maximum number of cs-status
476 * than the byte size of a single struct status, we use
632 cs_stat[i].status ? "partial": "okay", 0);
658 * Details of hardware revision and environmental status.
670 * Gather and display hardware revision and environmental status
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);
/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/snowbird/common/
H A Dsnowbird.c347 uint8_t status = PD_SUCCESS; local
356 if ((status = picl_initialize()) != PICL_SUCCESS) {
361 if ((status = picl_get_root(&rooth)) != PICL_SUCCESS) {
366 status = picldiag_get_node_by_name(rooth, PICL_NODE_PLATFORM, &plafh);
367 if (status != PICL_SUCCESS)
368 return (status);
372 status = display_platform_banner(plafh);
373 if (status != PICL_SUCCESS)
374 return (status);
376 status
434 uint8_t status = PD_SUCCESS; local
[all...]
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dnss_dbdefs.c769 nss_packed_set_status(void *buffer, size_t length, nss_status_t status, argument
790 pbuf->p_status = status;
806 if (status != NSS_SUCCESS && status != NSS_NOTFOUND) {
807 pbuf->p_status = status;
812 if (in->status == NSS_NETGR_FOUND) {
823 if ((pbuf->p_status = status) != NSS_SUCCESS) {
/illumos-gate/usr/src/lib/libidmap/common/
H A Didmap_cache.c483 int status = IDMAP_ERR_NOMAPPING; local
496 status = IDMAP_SUCCESS;
502 return (status);
514 int status = IDMAP_ERR_NOMAPPING; local
527 status = IDMAP_SUCCESS;
533 return (status);
546 int status = IDMAP_ERR_NOMAPPING; local
561 status = IDMAP_SUCCESS;
564 status = IDMAP_SUCCESS;
571 return (status);
583 int status = IDMAP_ERR_NOMAPPING; local
615 int status = IDMAP_ERR_NOMAPPING; local
647 int status = IDMAP_ERR_NOMAPPING; local
692 int status = IDMAP_ERR_NOMAPPING; local
738 int status = IDMAP_ERR_NOMAPPING; local
768 int status = IDMAP_ERR_NOMAPPING; local
[all...]
/illumos-gate/usr/src/lib/libipadm/common/
H A Dipadm_if.c95 ipadm_status_t status; local
127 status = ipadm_errno2status(errno);
181 return (status);
193 ipadm_status_t status = IPADM_SUCCESS; local
224 status = ipadm_errno2status(errno);
234 return (status);
247 ipadm_status_t status; local
261 status = i_ipadm_active_if_info(iph, ifname, &aifinfo, lifc_flags);
262 if (status != IPADM_SUCCESS)
263 return (status);
379 ipadm_status_t status; local
446 ipadm_status_t status; local
496 ipadm_status_t status = IPADM_SUCCESS; local
566 ipadm_status_t status = IPADM_SUCCESS; local
678 ipadm_status_t status = IPADM_SUCCESS; local
1255 ipadm_status_t status; local
1301 ipadm_status_t status; local
1421 ipadm_status_t status; local
1463 ipadm_status_t status; local
[all...]
H A Dlibipadm.c153 * Returns a message string for the given libipadm error status.
156 ipadm_status2str(ipadm_status_t status) argument
161 if (status == ipadm_errors[i].error_code)
183 ipadm_status_t status = IPADM_SUCCESS; local
252 return (status);
255 status = ipadm_errno2status(errno);
257 return (status);
333 * announce the new address added and its flag status.
413 * we get a routing socket message. We care about the status,
641 ipadm_status_t status local
696 ipadm_status_t status; local
778 ipadm_status_t status = IPADM_SUCCESS; local
[all...]
/illumos-gate/usr/src/cmd/vscan/vscand/
H A Dvs_main.c228 * parent will report this error as the exit status.
341 int status, pfds[2]; local
360 * and returns non-zero exit status and the child is actually running.
379 * the appropriate exit status over the pipe or for the read to fail
381 * If the read fails, exit with either the child's exit status if it
387 if (read(pfds[0], &status, sizeof (status)) == sizeof (status))
388 _exit(status);
390 if (waitpid(pid, &status,
[all...]

Completed in 132 milliseconds

<<41424344454647484950>>