Searched defs:status (Results 1226 - 1250 of 1989) sorted by relevance

<<41424344454647484950>>

/illumos-gate/usr/src/cmd/mandoc/
H A Dmain.c138 int status, signum; local
577 while ((pid = waitpid(pager_pid, &status,
586 if (!WIFSTOPPED(status))
589 signum = WSTOPSIG(status);
/illumos-gate/usr/src/uts/common/contract/
H A Ddevice.c236 * There is also a routine to return status information about a
283 * A contract once created can be queried for its status. Support for
284 * status info is provided by both the common contracts framework and by
288 * device contract type specific status information.
864 * The device contract status entry point. Called when level of "detail"
870 void *status, model_t model)
877 contract_status_common(ct, zone, status, model);
869 contract_device_status(contract_t *ct, zone_t *zone, int detail, nvlist_t *nvl, void *status, model_t model) argument
/illumos-gate/usr/src/common/ficl/
H A Dloader.c348 int status, i; local
351 while ((status = read(fd, &ch, 1)) > 0 && ch != '\n')
355 if (status < 1)
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs_acl.h93 enum nfsstat status; member in struct:GETACL2res
112 enum nfsstat status; member in struct:SETACL2res
130 enum nfsstat status; member in struct:GETATTR2res
157 enum nfsstat status; member in struct:ACCESS2res
177 enum nfsstat status; member in struct:GETXATTRDIR2res
202 nfsstat3 status; member in struct:GETACL3res
227 nfsstat3 status; member in struct:SETACL3res
248 nfsstat3 status; member in struct:GETXATTRDIR3res
/illumos-gate/usr/src/boot/lib/libz/
H A Ddeflate.c307 s->status = FINISH_STATE;
338 if (wrap == 2 || (wrap == 1 && s->status != INIT_STATE) || s->lookahead)
413 s->status = s->wrap ? INIT_STATE : BUSY_STATE;
680 (s->status == FINISH_STATE && flush != Z_FINISH)) {
690 if (s->status == INIT_STATE) {
707 s->status = BUSY_STATE;
732 s->status = EXTRA_STATE;
753 s->status = BUSY_STATE;
765 if (s->status == EXTRA_STATE) {
787 s->status
982 int status; local
[all...]
H A Ddeflate.h61 /* Stream status */
99 int status; /* as the name implies */ member in struct:internal_state
/illumos-gate/usr/src/boot/sys/boot/arm/ixp425/boot2/
H A Dixp425_board.c242 u_int8_t status; member in struct:__anon122
268 u_int8_t status; local
290 status = cfread8(CF_STATUS);
291 if (status != 0x50)
292 printf("cf-ata0 %x\n", (u_int32_t)status);
293 if (status == 0xff) {
458 u_int8_t status; local
463 status = cfread8(CF_STATUS);
464 if (status == 0xff) {
465 printf("%s: master: no status, reselectin
500 u_int8_t status; local
558 u_int8_t status; local
[all...]
/illumos-gate/usr/src/boot/sys/boot/efi/loader/
H A Dmain.c106 EFI_STATUS status; local
118 status = BS->LocateHandle(ByProtocol, &inputid, 0, &sz, 0);
119 if (status == EFI_BUFFER_TOO_SMALL) {
121 status = BS->LocateHandle(ByProtocol, &inputid, 0, &sz,
123 if (EFI_ERROR(status))
126 if (EFI_ERROR(status))
137 status = BS->HandleProtocol(*walker, &devid, (VOID **)&path);
138 if (EFI_ERROR(status))
455 EFI_STATUS status; local
477 status
602 EFI_STATUS status; local
656 EFI_STATUS status; local
848 EFI_STATUS status; local
972 EFI_STATUS status; local
[all...]
/illumos-gate/usr/src/uts/common/io/udmf/
H A Dudmf_usbgem.c999 int status; local
1003 status = usbgem_mod_init(&udmf_ops, "udmf");
1004 if (status != DDI_SUCCESS) {
1005 return (status);
1007 status = mod_install(&modlinkage);
1008 if (status != DDI_SUCCESS) {
1011 return (status);
1020 int status; local
1023 status = mod_remove(&modlinkage);
1024 if (status
[all...]
/illumos-gate/usr/src/uts/common/io/upf/
H A Dupf_usbgem.c631 /* remove tailing crc and rx status fields */
654 DPRINTF(1, (CE_CONT, "!%s:%s link status changed:",
1176 int status; local
1180 status = usbgem_mod_init(&upf_ops, "upf");
1181 if (status != DDI_SUCCESS) {
1182 return (status);
1184 status = mod_install(&modlinkage);
1185 if (status != DDI_SUCCESS) {
1188 return (status);
1197 int status; local
[all...]
/illumos-gate/usr/src/uts/common/io/urf/
H A Durf_usbgem.c265 /* Media status register */
593 * Fix MII status register as it does't have LINKUP and
802 /* the rx status partially replaces FCS */
1004 int status; local
1008 status = usbgem_mod_init(&urf_ops, "urf");
1009 if (status != DDI_SUCCESS) {
1010 return (status);
1012 status = mod_install(&modlinkage);
1013 if (status != DDI_SUCCESS) {
1016 return (status);
1025 int status; local
[all...]
/illumos-gate/usr/src/uts/i86pc/io/psm/
H A Dpsm_common.c113 int status; local
125 status = ACPI_PSM_FAILURE;
138 status = ACPI_PSM_SUCCESS;
140 status = acpi_eval_lnk(dip, prtp->Source, pci_irqp,
148 return (status);
173 int status; local
199 if (acpica_eval_int(lnkobj, "_STA", &status) == AE_OK) {
200 acpipsmlnkp->device_status = (uchar_t)status;
378 * 2) Absence of _STA method means all status bits set.
407 int status local
460 int srs_len, status; local
593 int status = ACPI_PSM_FAILURE; local
760 int status; local
944 int i, status; local
969 ACPI_STATUS status; local
[all...]
/illumos-gate/usr/src/lib/lvm/libmeta/common/
H A Dmeta_mirror.c923 md_status_t status = mirrorp->common.state; local
1003 /* print submirrors, adjust status */
1018 status &= ~MD_UN_OPT_NOT_DONE;
1032 sm_state = sm_state_to_name(mdsp, status, &tv,
1046 /* print resync status */
1047 if (status & MD_UN_RESYNC_CANCEL) {
1063 } else if (status & MD_UN_RESYNC_ACTIVE) {
1235 sm_state = sm_state_to_name(mdsp, status, &tv, NULL);
1250 if (sm_state_to_action(sp, mdsp, status,
2806 md_error_t status local
[all...]
H A Dmeta_stripe.c2493 md_error_t status = mdnullerror; local
2494 md_error_t *ep = &status;
/illumos-gate/usr/src/lib/mpapi/libmpapi/common/
H A Dmpapi.c264 MP_STATUS status; local
276 status = PassFunc(plugintable[i].ownerId);
477 MP_STATUS status; local
482 if ((status = validate_object(pluginOid, MP_OBJECT_TYPE_PLUGIN,
484 return (status);
495 status = PassFunc(pProps);
497 status = MP_STATUS_UNSUPPORTED;
500 status = MP_STATUS_FAILED;
504 return status;
546 MP_STATUS status; local
595 MP_STATUS status; local
654 MP_STATUS status; local
728 MP_STATUS status; local
804 MP_STATUS status; local
872 MP_STATUS status; local
946 MP_STATUS status; local
1032 MP_STATUS status; local
1110 MP_STATUS status; local
1183 MP_STATUS status; local
1257 MP_STATUS status; local
1326 MP_STATUS status; local
1399 MP_STATUS status; local
1475 MP_STATUS status; local
1545 MP_STATUS status; local
1618 MP_STATUS status; local
1687 MP_STATUS status; local
1756 MP_STATUS status; local
1831 MP_STATUS status; local
1894 MP_STATUS status; local
1949 MP_STATUS status; local
2020 MP_STATUS status; local
2091 MP_STATUS status; local
2162 MP_STATUS status; local
2235 MP_STATUS status; local
2292 MP_STATUS status; local
2357 MP_STATUS status; local
2431 MP_STATUS status; local
2501 MP_STATUS status; local
2568 MP_STATUS status; local
2651 MP_STATUS status; local
2740 MP_STATUS status; local
2826 MP_STATUS status; local
2904 MP_STATUS status; local
3001 MP_STATUS status; local
3097 MP_STATUS status; local
3194 MP_STATUS status; local
[all...]
/illumos-gate/usr/src/lib/print/libhttp-core/common/
H A Dhttp.c363 * Set the default encryption status...
443 * Set the encryption status...
522 int status; /* Connect status */ local
557 http->status = HTTP_ERROR;
594 status = connect(http->fd, (struct sockaddr *)&(http->hostaddr),
600 status = connect(http->fd, (struct sockaddr *)&(http->hostaddr),
604 status = connect(http->fd, (struct sockaddr *)&(http->hostaddr),
607 if (status < 0)
614 http->status
1558 status; /* Request status */ local
[all...]
H A Dhttp.h121 HTTP_STATUS /* Command complete, sending status */
188 * HTTP status codes...
306 http_status_t status; /* Status of last request */ member in struct:__anon4296
382 extern const char *httpStatus(http_status_t status);
/illumos-gate/usr/src/lib/rpcsec_gss/
H A Dsvc_rpcsec_gss.c474 OM_uint32 status; local
505 status = gsscred_name_to_unix_cred(
511 if (status == GSS_S_COMPLETE) {
533 status = gss_get_group_info(
538 if (status == GSS_S_COMPLETE) {
/illumos-gate/usr/src/lib/cfgadm_plugins/scsi/common/
H A Dcfga_ctl.c1152 int status; local
1159 while ((rval = waitpid(cpid, &status, 0)) != cpid) {
1171 if (WIFEXITED(status)) {
1177 if (WIFSIGNALED(status)) {
1184 * The child has not terminated. We received status
/illumos-gate/usr/src/lib/fm/libldom/sparc/
H A Dldmsvcs_utils.c96 } status; member in struct:listdata_s
241 ASSERT(pollbase.list[i]->status == PENDING);
243 pollbase.list[i]->status = ARRIVED;
257 while (pollbase.list[i]->status == ARRIVED)
285 while (pollbase.list[index]->status == PENDING &&
292 ASSERT(pollbase.list[index]->status == ARRIVED);
307 pollbase.list[index]->status = UNUSED;
353 if (pollbase.list[i]->status == UNUSED) {
354 pollbase.list[i]->status = PENDING;
390 pollbase.list[i]->status
[all...]
H A Dldom_xmpp_client.c731 * status. If found, set the connection to failure so that it will be
738 xmlNodePtr root, resp, status, cmd, action; local
764 /* check the status of the response */
767 if ((status = xml_find_subnode(resp, XML_STATUS)) == NULL)
769 if ((status_str = (char *)xmlNodeGetContent(status)) == NULL)
/illumos-gate/usr/src/lib/hbaapi/common/
H A DHBAAPILIB-sun.c192 HBA_LIBRARY_STATUS status; /* info on this library */ member in struct:hba_library_info
244 HBA_STATUS GNstatus; /* status from GetTgtAdapterNameFunc */
303 HBA_STATUS status; local
318 if (lib_infop->status != HBA_LIBRARY_LOADED) {
347 status = (GetTgtAdapterNameFunc)(j, (char *)&adaptername);
348 if(status == HBA_STATUS_OK) {
380 if((adapt_infop->GNstatus = status) == HBA_STATUS_OK) {
493 HBA_STATUS status; local
510 status = HBA_STATUS_ERROR_ILLEGAL_WWN;
512 if (lib_infop->status !
586 HBA_STATUS status; local
612 HBA_STATUS status; local
635 HBA_STATUS status; local
660 HBA_STATUS status; local
683 HBA_STATUS status; local
709 HBA_STATUS status; local
733 HBA_STATUS status; local
799 HBA_STATUS status; local
850 HBA_STATUS status; local
[all...]
/illumos-gate/usr/src/lib/libsec/common/
H A Dacltext.c124 idmap_stat status; local
149 &status);
153 &status);
156 if (status == IDMAP_SUCCESS) {
/illumos-gate/usr/src/lib/libdladm/common/
H A Dlibdladm.c164 dladm_status2str(dladm_status_t status, char *buf) argument
168 switch (status) {
287 s = "could not determine processor status";
711 dladm_status_t status = DLADM_STATUS_OK; local
763 status = (*process_db)(handle, arg, fp, nfp);
764 if (!writeop || status != DLADM_STATUS_OK)
769 status = dladm_errno2status(errno);
778 status = dladm_errno2status(errno);
783 status = dladm_errno2status(errno);
801 if (status !
1084 dladm_status_t status = DLADM_STATUS_OK; local
1138 dladm_status_t status = DLADM_STATUS_OK; local
1218 dladm_status_t status = DLADM_STATUS_OK; local
[all...]
H A Dlibdlaggr.c124 dladm_status_t status; local
126 if ((status = dladm_datalink_id2info(handle, portid, NULL, NULL, NULL,
128 return (status);
131 status = DLADM_STATUS_TOOSMALL;
132 return (status);
138 dladm_status_t status; local
144 status = dladm_name2info(handle, pname, portid, NULL, NULL, NULL);
145 return (status);
217 dladm_status_t status = DLADM_STATUS_OK; local
243 status
272 dladm_status_t status; local
387 dladm_status_t status = DLADM_STATUS_OK; local
639 dladm_status_t status = DLADM_STATUS_OK; local
685 dladm_status_t status; local
760 dladm_status_t status; local
1018 dladm_status_t status; local
1124 dladm_status_t status; local
1181 dladm_status_t status = DLADM_STATUS_OK; local
1237 dladm_status_t status = DLADM_STATUS_OK; local
1295 dladm_status_t status; local
1378 dladm_status_t status; local
1461 dladm_status_t status; local
[all...]

Completed in 179 milliseconds

<<41424344454647484950>>