Searched defs:status (Results 1251 - 1275 of 1989) sorted by relevance

<<51525354555657585960>>

/illumos-gate/usr/src/lib/libdladm/common/
H A Dlibdlbridge.c136 dladm_status_t status; local
143 status = DLADM_STATUS_FAILED;
152 status = DLADM_STATUS_OPTMISSING;
162 return (status);
349 dladm_status_t status; local
351 status = dladm_bridge_getlink(handle, linkid, bridge, sizeof (bridge));
352 if (status != DLADM_STATUS_OK)
353 return (status);
361 dladm_status_t status; local
370 status
627 dladm_status_t status; local
672 dladm_status_t status; local
691 dladm_status_t status; local
755 dladm_status_t status = DLADM_STATUS_FAILED; local
868 dladm_status_t status; local
1043 dladm_status_t status; local
1104 dladm_status_t status; local
1124 dladm_status_t status; local
1142 dladm_status_t status = DLADM_STATUS_FAILED; local
1170 dladm_status_t status; local
1290 dladm_status_t status; local
1357 dladm_status_t status; local
1402 dladm_status_t status; local
[all...]
/illumos-gate/usr/src/lib/libdlpi/common/
H A Dlibdlpi.c403 dladm_status_t status; local
405 status = dladm_parselink(linkname, provider, ppa);
407 if (status != DLADM_STATUS_OK)
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_link.c1470 int fd, status, i, cur; local
1495 if ((status = system(cmd)) == -1) {
1501 if (WIFSIGNALED(status)) {
1504 file, dtp->dt_ld_path, WTERMSIG(status)));
1507 if (WEXITSTATUS(status) != 0) {
1509 "failed to link %s: %s exited with status %d\n",
1510 file, dtp->dt_ld_path, WEXITSTATUS(status)));
1578 status = dump_elf64(dtp, dof, fd);
1580 status = dump_elf32(dtp, dof, fd);
1582 if (status !
[all...]
/illumos-gate/usr/src/lib/libdtrace_jni/common/
H A Ddtj_consume.c355 int exit = INT_MAX; /* invalid initial status */
357 jstring status = NULL; local
409 status = (*jenv)->NewStringUTF(jenv, statusname);
417 (*jenv)->DeleteLocalRef(jenv, status);
423 pid, status, signal, signalName, NULL, message);
424 (*jenv)->DeleteLocalRef(jenv, status);
431 /* valid exit status */
/illumos-gate/usr/src/lib/libeti/form/inc/
H A Dform.h44 int status; /* flags */ member in struct:typenode
77 int status; /* flags */ member in struct:fieldnode
111 int status; /* flags */ member in struct:formnode
/illumos-gate/usr/src/lib/libfru/libfrupicl/
H A Dfrupicl.c953 int num_segments = 0, status; local
961 if ((status = update_data_nodes(container)) != FRU_SUCCESS)
962 return (status);
965 for (status = picl_get_propval_by_name(container, PICL_PROP_CHILD,
967 status == PICL_SUCCESS;
968 status = picl_get_propval_by_name(section, PICL_PROP_PEER,
975 if ((status = picl_get_propval_by_name(section,
981 } else if (status != PICL_SUCCESS) {
982 saved_status = map_plugin_err(status);
989 for (status
1023 int status; local
1060 int status; local
[all...]
/illumos-gate/usr/src/lib/libfru/libfrupicltree/
H A Dfrupicltree.c965 int num_segments = 0, status; local
973 if ((status = update_data_nodes(container)) != FRU_SUCCESS)
974 return (status);
977 for (status = ptree_get_propval_by_name(container, PICL_PROP_CHILD,
979 status == PICL_SUCCESS;
980 status = ptree_get_propval_by_name(section, PICL_PROP_PEER,
987 if ((status = ptree_get_propval_by_name(section,
993 } else if (status != PICL_SUCCESS) {
994 saved_status = map_plugin_err(status);
1001 for (status
1035 int status; local
1075 int status; local
[all...]
/illumos-gate/usr/src/lib/libzfs_jni/common/
H A Dlibzfs_jni_pool.c1137 zjni_pool_status_to_obj(JNIEnv *env, zpool_status_t status) argument
1139 return (zjni_int_to_enum(env, status,
1190 zjni_pool_status_to_str(zpool_status_t status) { argument
1191 return (find_field(zpool_status_map, status));
/illumos-gate/usr/src/lib/libzoneinfo/common/
H A Dlibzone.c105 int sav_errno = 0, ncount, status; local
126 if ((status = skipline(buff)) != 0) {
127 if (status == 1)
211 int cmp, status; local
245 if ((status = skipline(buff)) != 0) {
246 if (status == 1)
331 if ((status = skipline(buff)) != 0) {
332 if (status == 1)
452 int match = 0, ncount = 0, sav_errno = 0, status; local
476 if ((status
[all...]
/illumos-gate/usr/src/lib/lvm/libmeta/common/
H A Dmeta_db.c1323 md_error_t status = mdnullerror; local
1666 if (meta_smf_enable(META_SMF_CORE, &status) == -1) {
1667 mde_perror(&status, "");
1668 mdclrerror(&status);
1672 if (buildconf(sp, &status)) {
1675 rval = mdstealerror(ep, &status);
1679 if (meta_db_patch(sysfilename, NULL, 0, &status)) {
1682 rval = mdstealerror(ep, &status);
1688 &status)) {
1691 rval = mdstealerror(ep, &status);
1799 md_error_t status = mdnullerror; local
[all...]
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dsvc_vc.c149 static const char no_fcntl_getfl_str[] = "could not get status flags and modes";
1641 * check status again.
1839 int status)
1841 return (__svc_dupdone(req, resp_buf, resp_bufsz, status,
1838 __svc_vc_dupdone(struct svc_req *req, caddr_t resp_buf, uint_t resp_bufsz, int status) argument
/illumos-gate/usr/src/lib/libpool/common/
H A Dpool_commit.c580 int status = PO_SUCCESS; local
601 while (status == PO_SUCCESS && i < stc_nelem && j < dyn_nelem) {
614 status = process_elem_lt(stc_elems[i], dyn);
617 status = process_elem_gt(dyn_elems[j], stc, dyn);
622 status = PO_FAIL;
628 if (status == PO_FAIL) {
633 while (status == PO_SUCCESS && i < stc_nelem) {
634 status = process_elem_lt(stc_elems[i], dyn);
637 if (status == PO_FAIL) {
642 while (status
[all...]
/illumos-gate/usr/src/lib/libprtdiag/common/
H A Ddisplay_sun4v.c538 (void) snprintf(pci_card.status, sizeof (pci_card.status),
582 log_printf("%-18s", pci_card.status);
902 int status; local
917 status = picl_get_propinfo_by_name(cpuh, OBP_PROP_CPUID, &propinfo,
919 if (status == PICL_SUCCESS) {
920 status = picl_get_propval(proph, &cpuid, sizeof (cpuid));
921 if (status != PICL_SUCCESS) {
931 status = picl_get_propinfo_by_name(cpuh, "clock-frequency", &propinfo,
933 if (status
1757 char status[PICL_PROPNAMELEN_MAX]; local
[all...]
/illumos-gate/usr/src/lib/libprtdiag/inc/
H A Dpdevinfo_sun4u.h58 enum ac_bank_status status; /* bank status values */ member in struct:mem_stat_data
69 uchar_t simm_status[SIMM_COUNT]; /* SIMM status */
74 int ac_memstat_ok; /* successful read of memory status */
115 uchar_t fan_status; /* shadow fan status */
116 uchar_t keysw_status; /* status of the key switch */
147 enum ac_bank_status status; /* bank status values */ member in struct:grp
/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/tazmo/common/
H A Dtazmo.c148 char *status; local
212 if ((status_prop = find_prop(dimm, "status")) == NULL) {
215 status = (char *)(get_prop_val(status_prop));
216 (void) sprintf(dimm_status, "%s", status);
232 * the status property in all PROM nodes. On systems where
271 value = get_prop_val(find_prop(pnode, "status"));
529 /* XXX - Don't know how to get status for PCI cards */
530 card.status[0] = '\0';
793 /* Read the fan status kstats */
946 * This routine displays the environmental status passe
[all...]
/illumos-gate/usr/src/lib/libbc/libc/yp/
H A Dyp_prot.h161 long unsigned status; member in struct:ypresp_val
166 long unsigned status; member in struct:ypresp_key_val
172 long unsigned status; member in struct:ypresp_master
177 long unsigned status; member in struct:ypresp_order
187 long unsigned status; member in struct:ypresp_maplist
210 /* Return status values */
271 * Response structure and overall result status codes. Success and failure
323 unsigned long status; member in struct:yppushresp_xfr
326 /* Status values for yppushresp_xfr.status */
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dgetutx.c487 int status; local
570 w = waitpid(child, &status, 0);
578 (w == -1 || !WIFEXITED(status) || WEXITSTATUS(status) != 0)) {
/illumos-gate/usr/src/lib/libinstzones/common/
H A Dzones.c527 /* get the zone kernel status */
547 * remember the current kernel status of the zone.
2039 int status; local
2219 * wait for the process to exit, reap child exit status
2223 result_pid = waitpid(child_pid, &status, 0L);
2226 /* break loop if child process status reaped */
2245 * set results equal to the 8-bit exit status of the child process;
2246 * otherwise, set the exit status to "-1" indicating that the child
2250 if (WIFEXITED(status)) {
2251 final_status = WEXITSTATUS(status);
[all...]
/illumos-gate/usr/src/lib/libipadm/common/
H A Dipadm_prop.c384 ipadm_status_t status; local
387 status = i_ipadm_get_prop(iph, arg, pdp, val, &size,
389 if (status != IPADM_SUCCESS)
390 return (status);
548 ipadm_status_t status; local
558 status = i_ipadm_get_prop(iph, arg, pdp, buf, bufsize, proto,
560 if (status != IPADM_SUCCESS)
561 return (status);
586 ipadm_status_t status = IPADM_SUCCESS; local
635 status
648 ipadm_status_t status = IPADM_SUCCESS; local
699 ipadm_status_t status; local
762 ipadm_status_t status = IPADM_SUCCESS; local
822 ipadm_status_t status = IPADM_SUCCESS; local
989 ipadm_status_t status = IPADM_SUCCESS; local
1057 ipadm_status_t status = IPADM_SUCCESS; local
1165 ipadm_status_t status = IPADM_SUCCESS; local
1300 ipadm_status_t status = IPADM_SUCCESS; local
1364 ipadm_status_t status = IPADM_SUCCESS; local
1430 ipadm_status_t status; local
1529 ipadm_status_t status = IPADM_SUCCESS; local
1580 ipadm_status_t status = IPADM_SUCCESS; local
1710 ipadm_status_t status; local
[all...]
/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dos-ip.c62 * Structures and union for tracking status of network sockets
550 struct ldap_x_hostlist_status *status; local
558 &status );
595 ldap_x_hostlist_statusfree( status );
613 ldap_x_hostlist_statusfree( status );
627 ldap_x_hostlist_statusfree( status );
718 parse_err = ldap_x_hostlist_next( &host, &port, status );
725 ldap_x_hostlist_statusfree( status );
1093 /* clean up I/O status tracking info. */
/illumos-gate/usr/src/lib/libldap5/sources/ldap/ssldap/
H A Dldapsinit.c267 *status = NULL; local
1035 * Reset an LDAP session from SSL to a non-secure status.
1149 arg.status = res;
/illumos-gate/usr/src/cmd/vntsd/
H A Dvntsd.h115 * clients without a console connection and status.
116 * Each console has one lock to protect client queue and status.
264 uint_t status; /* client's state */ member in struct:vntsd_client
281 uint_t status; /* client's state */ member in struct:vntsd_cons
297 uint_t status; /* group status */ member in struct:vntsd_group
348 /* vntsd status and error definitions */
351 /* status */
/illumos-gate/usr/src/cmd/vt/
H A Dvtdaemon.c1298 * are chances that the status of the target VT has changed.
1336 vt_audit_event(adt_session_data_t *ah, au_event_t event_id, int status) argument
1346 status == PAM_SUCCESS ? ADT_SUCCESS : ADT_FAILURE,
1347 status == PAM_SUCCESS ? ADT_SUCCESS : ADT_FAIL_PAM + status);
/illumos-gate/usr/src/cmd/ypcmd/
H A Dyppush.c119 unsigned long status; member in struct:server
174 long status; member in struct:status_duple
298 * through listener_exit(program, status), not exit(status), so the
557 ps->status = 0;
911 * This dumps a transfer status message to stdout. It is called in
920 (s->status == YPPUSH_AGE) ||
921 (s->status == YPPUSH_SUCC))
927 if (sd->status == s->status) {
[all...]
/illumos-gate/usr/src/common/lzma/
H A DLzmaDec.c739 ELzmaFinishMode finishMode, ELzmaStatus *status)
745 *status = LZMA_STATUS_NOT_SPECIFIED;
757 *status = LZMA_STATUS_NEEDS_MORE_INPUT;
772 *status = LZMA_STATUS_MAYBE_FINISHED_WITHOUT_MARK;
777 *status = LZMA_STATUS_NOT_FINISHED;
782 *status = LZMA_STATUS_NOT_FINISHED;
803 *status = LZMA_STATUS_NEEDS_MORE_INPUT;
808 *status = LZMA_STATUS_NOT_FINISHED;
836 *status = LZMA_STATUS_NEEDS_MORE_INPUT;
841 *status
738 LzmaDec_DecodeToDic(CLzmaDec *p, SizeT dicLimit, const Byte *src, SizeT *srcLen, ELzmaFinishMode finishMode, ELzmaStatus *status) argument
861 LzmaDec_DecodeToBuf(CLzmaDec *p, Byte *dest, SizeT *destLen, const Byte *src, SizeT *srcLen, ELzmaFinishMode finishMode, ELzmaStatus *status) argument
992 LzmaDecode(Byte *dest, SizeT *destLen, const Byte *src, SizeT *srcLen, const Byte *propData, unsigned propSize, ELzmaFinishMode finishMode, ELzmaStatus *status, ISzAlloc *alloc) argument
[all...]

Completed in 198 milliseconds

<<51525354555657585960>>