Searched refs:status (Results 301 - 325 of 695) sorted by relevance

<<11121314151617181920>>

/osnet-11/usr/src/lib/fm/libldom/sparc/
H A Dldmsvcs_utils.h62 CHANNEL_UNINITIALIZED, /* status of channel unknown */
115 uint32_t status; member in struct:__anon991
140 uint32_t status; member in struct:__anon993
/osnet-11/usr/src/lib/libc/port/gen/
H A Dgetauuser.c119 arg.status = res;
142 arg.status = res;
H A Dwaitpid.c49 * Convert the siginfo_t code and status fields to an old style wait status.
52 wstat(int code, int status) argument
54 int stat = (status & 0377);
/osnet-11/usr/src/lib/libtsol/common/
H A Dsetflabel.c134 if (clret.status > 0) {
135 errno = clret.status;
/osnet-11/usr/src/lib/mpapi/libmpscsi_vhci/common/
H A DMP_GetAssociatedPathOidList.c60 int status = -1; local
158 status = stat(fullName, &buffer);
159 if (status < 0) {
163 " - stat() call failed: %d", status);
208 int status = -1; local
343 status = stat(fullName, &buffer);
344 if (status < 0) {
348 " - stat() call failed: %d", status);
/osnet-11/usr/src/lib/libnsl/nis/gen/
H A Dnis_subr.c545 int status; /* a counter variable */ local
571 status = xdr_nis_object(&in_xdrs, obj);
572 if (status == FALSE)
577 status = xdr_nis_object(&out_xdrs, result);
578 if (status == FALSE)
606 int status; /* Status of the XDR decoding */ local
622 status = xdr_nis_object(&xdrs, res);
625 if (!status) {
640 int status; /* Status of the XDR decoding */ local
649 status
[all...]
/osnet-11/usr/src/lib/udapl/udapl_tavor/common/
H A Ddapl_evd_util.c337 * status
452 "\t\t status %d\n", DAPL_GET_CQE_STATUS(&cqe));
942 * All that can be relied on if the status is bad is the status
1027 event_ptr->event_data.dto_completion_event_data.status =
1043 event_ptr->event_data.dto_completion_event_data.status =
1049 event_ptr->event_data.dto_completion_event_data.status =
1055 event_ptr->event_data.dto_completion_event_data.status =
1061 event_ptr->event_data.dto_completion_event_data.status =
1068 event_ptr->event_data.dto_completion_event_data.status
[all...]
/osnet-11/usr/src/lib/libsldap/common/
H A Dns_standalone.c78 dir_server_status_t status; member in struct:dir_server
447 arg.status = res;
549 arg.status = res;
1641 server->status = INFO_SERVER_ERROR;
1657 server->status = INFO_SERVER_ERROR;
1760 server->status = INFO_SERVER_UP;
1782 void *status = NULL; local
1850 (*new_list)->nsServers[i]->status = INFO_SERVER_CONNECTING;
1859 (*new_list)->nsServers[i]->status =
1865 (*new_list)->nsServers[i]->status
2453 void *status = NULL; local
[all...]
/osnet-11/usr/src/lib/libproc/i386/
H A DPisadep.c305 P->status.pr_lwp.pr_reg[EAX] = sysindex;
306 P->status.pr_lwp.pr_reg[R_SP] = sp;
307 P->status.pr_lwp.pr_reg[R_PC] = P->sysaddr;
323 arglist[0] = P->status.pr_lwp.pr_reg[R_PC];
/osnet-11/usr/src/lib/libsocket/inet/
H A Dbootparams_getbyname.c60 return (arg.status = res);
/osnet-11/usr/src/lib/libnsl/nss/
H A Dgethostent6.c95 arg.status = res;
H A Dgethostent_r.c99 arg.status = res;
/osnet-11/usr/src/lib/libnsl/yp/
H A Dyp_enum.c151 * Do the get first request. If the rpc call failed, return with status
171 if (resp.status != YP_TRUE) {
172 retval = ypprot_err(resp.status);
326 * Do the get next request. If the rpc call failed, return with status
344 if (resp.status != YP_TRUE) {
345 retval = ypprot_err(resp.status);
/osnet-11/usr/src/lib/libntsvcs/common/
H A Dwkssvc_clnt.c57 if (rc != 0 || arg.status != 0 || info100 == NULL) {
/osnet-11/usr/src/lib/libpkg/common/
H A Dputcfile.c174 if (pinfo->status) {
175 if (fputc(pinfo->status, a_fp) == EOF) {
245 * status indicators: +-*!%@#~
357 if (pinfo->status) {
358 vfpPutc(a_vfp, pinfo->status);
/osnet-11/usr/src/lib/libdtrace/common/
H A Ddt_work.c235 * Now that we're stopped, we're going to get status one final time.
252 int status = dtrace_status(dtp); local
256 switch (status) {
279 if ((status == DTRACE_STATUS_NONE || status == DTRACE_STATUS_OKAY) &&
282 * There either isn't any status or things are fine -- and
/osnet-11/usr/src/lib/efcode/fcdriver/
H A Dbuild_tree.c99 int status; local
103 status = os_get_prop_common(cdp, thisnode, "name",
106 " status: %d", thisnode, namebuf, status);
107 if (status == 0 && strcmp(name, namebuf) == 0)
H A Dload_node.c159 int status; local
175 status = check_fcode_header(path, header, statb.st_size);
177 status ? "OK" : "NOT OK");
179 return (status);
/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dalloca.c343 struct stk_stat status; local
349 step is to get the stack status structure. We could do this
353 STKSTAT (&status);
357 trailer = (struct stk_trailer *) (status.current_address
358 + status.current_size
/osnet-11/usr/src/grub/grub2/grub-core/lib/
H A DLzmaDec.c756 ELzmaFinishMode finishMode, ELzmaStatus *status)
762 *status = LZMA_STATUS_NOT_SPECIFIED;
774 *status = LZMA_STATUS_NEEDS_MORE_INPUT;
789 *status = LZMA_STATUS_MAYBE_FINISHED_WITHOUT_MARK;
794 *status = LZMA_STATUS_NOT_FINISHED;
799 *status = LZMA_STATUS_NOT_FINISHED;
820 *status = LZMA_STATUS_NEEDS_MORE_INPUT;
825 *status = LZMA_STATUS_NOT_FINISHED;
852 *status = LZMA_STATUS_NEEDS_MORE_INPUT;
857 *status
755 LzmaDec_DecodeToDic(CLzmaDec *p, SizeT dicLimit, const Byte *src, SizeT *srcLen, ELzmaFinishMode finishMode, ELzmaStatus *status) argument
876 LzmaDec_DecodeToBuf(CLzmaDec *p, Byte *dest, SizeT *destLen, const Byte *src, SizeT *srcLen, ELzmaFinishMode finishMode, ELzmaStatus *status) argument
1005 LzmaDecode(Byte *dest, SizeT *destLen, const Byte *src, SizeT *srcLen, const Byte *propData, unsigned propSize, ELzmaFinishMode finishMode, ELzmaStatus *status, ISzAlloc *alloc) argument
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/term/efi/
H A Dconsole.c141 grub_efi_status_t status; local
148 status = efi_call_2 (stiex->read_key_stroke_ex, stiex, &keyex);
153 status = efi_call_2 (i->read_key_stroke, i, &keyex.key);
156 if (status != GRUB_EFI_SUCCESS)
/osnet-11/usr/src/grub/grub-0.97/netboot/
H A Dpcnet32.c201 s16 status; member in struct:pcnet32_rx_head
209 s16 status; member in struct:pcnet32_tx_head
414 rx_ring[i].status = le16_to_cpu(0x8000);
421 tx_ring[i].status = 0;
548 int status; local
552 status = ((short) le16_to_cpu(rx_ring[entry].status) >> 8);
554 if (status < 0)
559 if (status == 0x03) {
567 rx_ring[entry].status |
590 u16 status; local
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/FTP/
H A Ddataconn.pm75 $ftp->status == CMD_OK;
/osnet-11/usr/src/lib/libast/amd64/include/ast/
H A Dftwalk.h55 #define _fts_status status
108 * Ftw_t.status entry values
115 * Ftw_t.status return values
/osnet-11/usr/src/lib/libast/common/comp/
H A Dnftw.c48 ftw->status = nftw.quit;

Completed in 52 milliseconds

<<11121314151617181920>>