Searched refs:status (Results 276 - 300 of 695) sorted by relevance

<<11121314151617181920>>

/osnet-11/usr/src/lib/libproc/sparcv9/
H A DPisadep.c63 if (P->status.pr_dmodel == PR_MODEL_LP64) {
120 if (P->status.pr_dmodel == PR_MODEL_LP64)
152 if (P->status.pr_dmodel == PR_MODEL_LP64)
195 if (gqp->gq_proc->status.pr_dmodel == PR_MODEL_ILP32) {
370 uc_addr = (P->status.pr_dmodel == PR_MODEL_ILP32) ?
392 if (P->status.pr_dmodel == PR_MODEL_ILP32) {
451 int model = P->status.pr_dmodel;
467 P->status.pr_lwp.pr_reg[R_G1] = sysindex;
469 P->status.pr_lwp.pr_reg[R_SP] = sp - STACK_BIAS;
471 P->status
[all...]
/osnet-11/usr/src/lib/nsswitch/ldap/common/
H A Dgetexecattr.c187 int status = NSS_STR_PARSE_SUCCESS; local
198 status = NSS_STR_PARSE_PARSE;
206 status = NSS_STR_PARSE_PARSE;
212 return (status);
219 int status; local
238 status = _nss_ldap_exec2str_entry(entry, buffer,
241 switch (status) {
243 status = argp->str2ent(buffer, strlen(buffer),
246 if (status != NSS_STR_PARSE_SUCCESS) {
/osnet-11/usr/src/lib/krb5/plugins/kdb/db2/libdb2/recno/
H A Drec_get.c72 int status; local
95 if ((status = t->bt_irec(t, nrec)) != RET_SUCCESS)
96 return (status);
103 status = __rec_ret(t, e, 0, NULL, data);
108 return (status);
/osnet-11/usr/src/grub/grub2/grub-core/net/
H A Dudp.c32 GRUB_NET_SOCKET_CLOSED } status; member in struct:grub_net_udp_socket
101 socket->status = GRUB_NET_SOCKET_START;
169 && (sock->status == GRUB_NET_SOCKET_START
192 if (sock->status == GRUB_NET_SOCKET_START)
195 sock->status = GRUB_NET_SOCKET_ESTABLISHED;
/osnet-11/usr/src/cmd/sendmail/src/
H A Dtls.c327 ** status in initialization
328 ** these flags keep track of the status of the initialization
424 ** st -- status bit to set if ok
428 ** uses r, ok; may change ok and status.
436 status |= st; \
466 ** st -- status bit to set if ok
470 ** uses r, ok, ex; may change ok and status.
478 status |= st; \
530 long sff, status; local
548 status
[all...]
/osnet-11/usr/src/lib/fm/libdiskstatus/common/
H A Dds_scsi_uscsi.c144 { 0x00, 0x15, "no current audio status to return" },
341 { 0x2c, 0x07, "previous busy status" },
342 { 0x2c, 0x08, "previous task set full status" },
343 { 0x2c, 0x09, "previous reservation conflict status" },
468 { 0x5c, 0x00, "RPL status change" },
1042 int status; local
1101 status = ioctl(fd, USCSICMD, ucmd);
1102 if (status == 0 && ucmd->uscsi_status == 0)
1103 return (status);
1116 dprintf("Request sense status fo
1167 int status; local
1204 int status; local
1341 int status; local
1477 int status; local
1546 int status; local
1614 int status; local
[all...]
/osnet-11/usr/src/lib/libprtdiag/common/
H A Ddisplay_sun4v.c152 /* PCI frequency SEC status masks */
667 (void) snprintf(pci_card.status, sizeof (pci_card.status),
761 log_printf("%-18s", pci_card.status);
1104 int status; local
1119 status = picl_get_propinfo_by_name(cpuh, OBP_PROP_CPUID, &propinfo,
1121 if (status == PICL_SUCCESS) {
1122 status = picl_get_propval(proph, &cpuid, sizeof (cpuid));
1123 if (status != PICL_SUCCESS) {
1133 status
1959 char status[PICL_PROPNAMELEN_MAX]; local
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/video/i386/pc/
H A Dvbe.c226 /* Call VESA BIOS 0x4f09 to set palette data, return status. */
244 /* Call VESA BIOS 0x4f00 to get VBE Controller Information, return status. */
258 /* Call VESA BIOS 0x4f01 to get VBE Mode Information, return status. */
274 /* Call VESA BIOS 0x4f02 to set video mode, return status. */
292 /* Call VESA BIOS 0x4f03 to return current VBE Mode, return status. */
321 /* Call VESA BIOS 0x4f05 to set memory window, return status. */
337 /* Call VESA BIOS 0x4f05 to return memory window, return status. */
354 /* Call VESA BIOS 0x4f06 to set scanline length (in bytes), return status. */
369 /* Call VESA BIOS 0x4f06 to return scanline length (in bytes), return status. */
385 /* Call VESA BIOS 0x4f07 to set display start, return status
506 grub_vbe_status_t status; local
576 grub_vbe_status_t status; local
614 grub_vbe_status_t status; local
716 grub_vbe_status_t status; local
738 grub_vbe_status_t status; local
814 grub_vbe_status_t status; local
[all...]
/osnet-11/usr/src/lib/libsocket/inet/
H A Dgetnetent_r.c73 arg.status = res;
91 arg.status = res;
122 arg.status = res;
H A Dgetprotoent_r.c69 arg.status = res;
85 arg.status = res;
116 arg.status = res;
/osnet-11/usr/src/lib/libnsl/nss/
H A Dgetrpcent_r.c70 arg.status = res;
86 arg.status = res;
114 arg.status = res;
/osnet-11/usr/src/lib/libdiskmgt/common/
H A Dslice.c390 int status; local
412 if ((status = read_extvtoc(fd, &vtoc)) >= 0) {
414 } else if (status == VT_ENOTSUP && efi_alloc_and_read(fd, &efip) >= 0) {
632 int status; local
647 if ((status = read_extvtoc(fd, &vtoc)) >= 0) {
649 } else if (status == VT_ENOTSUP && efi_alloc_and_read(fd, &efip) >= 0) {
777 int status; local
780 if ((status = read_extvtoc(fd, &vtoc)) >= 0) {
782 } else if (status == VT_ENOTSUP &&
832 int status; local
[all...]
/osnet-11/usr/src/lib/libfsmgt/common/
H A Dcmd.c66 * the exit status of the executed command, but in the case of the
76 * child process to exit. Hence, cannot get the exit status of the
183 int status; local
256 while ((wait(&status) != child_pid)) {
261 * Evaluate the wait status and set the evaluated value to
264 *errp = WEXITSTATUS(status);
/osnet-11/usr/src/lib/krb5/plugins/kdb/db2/libdb2/btree/
H A Dbt_delete.c71 int status; local
89 status = __bt_bdelete(t, key);
111 status = __bt_dleaf(t, NULL, h, c->pg.index);
113 if (NEXTINDEX(h) == 0 && status == RET_SUCCESS) {
118 h, status == RET_SUCCESS ? MPOOL_DIRTY : 0);
126 if (status == RET_SUCCESS)
128 return (status);
548 int curcopy, status; local
567 if ((status = __bt_ret(t, &e,
569 return (status);
[all...]
/osnet-11/usr/src/grub/grub2/util/
H A Dgrub-version-check.c64 usage (int status) argument
66 if (status)
87 exit (status);
/osnet-11/usr/src/grub/grub-0.97/netboot/
H A Dr8169.c272 u32 status; member in struct:TxDesc
279 u32 status; member in struct:RxDesc
454 if ((tpc->RxDescArray[cur_rx].status & OWNbit) == 0) {
466 if (!(tpc->RxDescArray[cur_rx].status & RxRES)) {
468 status & 0x00001FFF) - 4;
472 tpc->RxDescArray[cur_rx].status =
475 tpc->RxDescArray[cur_rx].status =
481 /* FIXME: shouldn't I reset the status on an error */
526 tpc->TxDescArray[entry].status =
530 tpc->TxDescArray[entry].status
[all...]
/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dserial.c140 unsigned char status = 0;
162 /* Set the line status. */
163 status |= parity | word_len | stop_bit_len;
164 outb (port + UART_LCR, status);
139 unsigned char status = 0; local
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A Dvmsish.t27 #========== vmsish status ==========
29 is($?,0,"simple Perl invokation: POSIX success status");
31 use vmsish qw(status);
32 is(($? & 1),1, "importing vmsish [vmsish status]");
34 no vmsish qw(status); # check unimport function
38 is(($? & 1),1,"lex scope of vmsish [vmsish status]");
40 is($?,0,"outer lex scope of vmsish [POSIX status]");
44 is($?,0,"importing vmsish exit [POSIX status]");
49 use vmsish qw(status);
54 is($?&1,0,"vmsish status chec
[all...]
/osnet-11/usr/src/lib/libdladm/common/
H A Dusage.c965 parse_logfile(char *file, int logtype, dladm_status_t *status) argument
971 *status = DLADM_STATUS_OK;
973 *status = DLADM_STATUS_NOMEM;
977 *status = DLADM_STATUS_BADARG;
1053 dladm_status_t status; local
1058 net_table = parse_logfile(logfile, logtype, &status);
1060 return (status);
1067 status = get_time_range(net_table->net_ctime_head,
1069 if (status != DLADM_STATUS_OK)
1070 return (status);
1199 dladm_status_t status; local
1321 dladm_status_t status; local
1374 dladm_status_t status; local
[all...]
/osnet-11/usr/src/lib/libgss/
H A Dg_acquire_cred_with_pw.c242 OM_uint32 status, time_req, time_rec, temp_minor_status; local
323 status = mech_ext->gss_acquire_cred_with_password(
328 if (status != GSS_S_COMPLETE)
337 if ((status = mech->gss_display_name(
353 status = GSS_S_FAILURE;
436 return (status);
/osnet-11/usr/src/lib/efcode/jupiter/
H A Djupiter.c316 fc_cell_t status; local
348 fc_uint32_t2cell(portid), fc_ptr2cell(hwd_va), &status);
350 if (error || !status)
378 fc_cell_t status; local
388 fc_uint32_t2cell(portid), fc_uint32_t2cell(xt), &status);
390 if (error || !status)
/osnet-11/usr/src/grub/grub2/grub-core/video/
H A Defi_gop.c198 grub_efi_status_t status; local
203 status = efi_call_4 (gop->query_mode, gop, mode, &size, &info);
205 if (status)
261 grub_efi_status_t status; local
263 status = efi_call_4 (gop->query_mode, gop, mode, &size, &info);
264 if (status)
/osnet-11/usr/src/lib/libnisdb/
H A Ddb_entry_c.x77 db_status status; /* The status itself */
/osnet-11/usr/src/lib/libnsl/yp/
H A Dyp_master.c186 * status from this point.
197 if (resp.status != YP_TRUE)
198 retval = ypprot_err(resp.status);
/osnet-11/usr/src/lib/libntsvcs/common/
H A Dsmb_autohome.c113 uint32_t status; local
117 if ((status = smb_share_lookup(shr_name, &si)) == NERR_Success) {
119 status = smb_share_add(&si);
122 return (status);
143 if ((status = smb_autohome_parse_options(&si)) != ERROR_SUCCESS) {
145 return (status);
163 status = smb_share_add(&si);
165 return (status);

Completed in 1633 milliseconds

<<11121314151617181920>>