Searched refs:status (Results 351 - 375 of 695) sorted by relevance

<<11121314151617181920>>

/osnet-11/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...]
/osnet-11/usr/src/grub/grub2/grub-core/term/
H A Dusb_keyboard.c72 grub_uint8_t status;
104 /* Check Shift, Control, and Alt status. */
239 data->status = 0;
241 data->status = report[0];
244 data->status = 0;
423 termdata->status = termdata->current_report[0];
439 return interpret_status (termdata->status) | termdata->mods;
71 grub_uint8_t status; member in struct:grub_usb_keyboard_data
/osnet-11/usr/src/lib/pam_modules/unix_account/
H A Dunix_acct.c295 unix_authtok_data *status; local
550 /* store the password aging status in the pam handle */
554 if ((status = (unix_authtok_data *)calloc(1,
560 (void) memcpy(status, authtok_data,
563 status->age_status = error;
564 if (pam_set_data(pamh, UNIX_AUTHTOK_DATA, status, unix_cleanup)
566 free(status);
/osnet-11/usr/src/lib/libdiskmgt/common/
H A Ddrive.c553 int status; local
560 status = get_io_kstats(kc, ap->kstat_name, stats);
562 status = get_err_kstats(kc, ap->kstat_name, stats);
565 if (status != 0) {
622 int status; local
639 if ((status = read_extvtoc(fd, &vtoc)) >= 0) {
641 } else if ((status == VT_ENOTSUP) &&
1211 int status; local
1222 status = uscsi_mode_sense(fd, DAD_MODE_GEOMETRY,
1226 if (status) {
1441 int status; local
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/loader/
H A Dmultiboot_mbi2.c462 grub_vbe_status_t status; local
468 status = grub_vbe_bios_get_controller_info (scratch);
469 if (status != GRUB_VBE_STATUS_OK)
475 status = grub_vbe_bios_get_mode (scratch);
477 if (status != GRUB_VBE_STATUS_OK)
492 status = grub_vbe_bios_get_mode_info (tag->vbe_mode, scratch);
493 if (status != GRUB_VBE_STATUS_OK)
535 grub_vbe_status_t status; local
537 status = grub_vbe_bios_get_mode (scratch);
539 if (status !
558 grub_vbe_status_t status; local
[all...]
/osnet-11/usr/src/lib/libprtdiag/inc/
H A Dpdevinfo_sun4u.h52 enum ac_bank_status status; /* bank status values */ member in struct:mem_stat_data
63 uchar_t simm_status[SIMM_COUNT]; /* SIMM status */
68 int ac_memstat_ok; /* successful read of memory status */
109 uchar_t fan_status; /* shadow fan status */
110 uchar_t keysw_status; /* status of the key switch */
141 enum ac_bank_status status; /* bank status values */ member in struct:grp
H A Dpdevinfo.h172 int node_status(Prom_node *node, const char *status);
/osnet-11/usr/src/lib/libshare/common/
H A Dlibshare_util.c977 char *status; local
985 status = sa_proto_get_status(proto);
986 if (status == NULL)
988 free(status);
997 char *status; local
1000 status = sa_proto_get_status(p);
1001 if (status != NULL) {
1003 free(status);
/osnet-11/usr/src/lib/libsocket/inet/
H A Dether_addr.c93 return (arg.status = res);
119 return (arg.status = res);
/osnet-11/usr/src/lib/libntsvcs/common/
H A Ddssetup_clnt.c106 if ((arg.status != 0) || (arg.info == NULL)) {
163 if ((rc != 0) || (arg.status != 0) || arg.info == NULL) {
/osnet-11/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DProcessState.java132 * @param processExitStatus target process exit status, {@code null}
133 * if the process has not exited or the exit status is unknown
237 * Gets the process exit status.
239 * @return exit status, or {@code null} if the process has not
240 * exited or the exit status is unknown
252 setExitStatus(int status) argument
254 exitStatus = new Integer(status);
/osnet-11/usr/src/lib/libfru/libfruraw/
H A Dfruraw.c434 int status; local
483 if ((status = function(segs[each_seg].handle, args))
487 return (status);
624 int status; local
693 ((status = encrypt_func(FRU_DECRYPT,
696 return (status);
700 if ((status = function((fru_tag_t *)&packets[i].tag,
704 return (status);
/osnet-11/usr/src/cmd/sendmail/libsm/
H A Dt-shm.c210 int status; local
260 (void) wait(&status);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/
H A DCompare.pm106 my $status = $!;
109 $! = $status unless $!;
/osnet-11/usr/src/lib/libtsalarm/common/
H A Dtsalarm.c112 if (resp_ptr->status == TSALARM_ERROR) {
207 if (resp_ptr->status == TSALARM_ERROR) {
/osnet-11/usr/src/lib/libtsnet/common/
H A Dtsol_gettpent.c63 arg.status = nss_search(&db_root, _nss_initf_tsol_tp,
105 arg.status = nss_getent(&db_root, _nss_initf_tsol_tp, &context, &arg);
/osnet-11/usr/src/lib/libuutil/common/
H A Duu_list.c499 int status = UU_WALK_NEXT; local
514 while (status == UU_WALK_NEXT &&
516 status = (*func)(e, private);
521 status == UU_WALK_NEXT && np != &lp->ul_null_node;
523 status = (*func)(NODE_TO_ELEM(lp, np), private);
527 status == UU_WALK_NEXT && np != &lp->ul_null_node;
529 status = (*func)(NODE_TO_ELEM(lp, np), private);
533 if (status >= 0)
/osnet-11/usr/src/lib/libproc/common/
H A DPservice.c49 *modelp = P->status.pr_dmodel;
198 procfs_path, (int)P->status.pr_pid, (int)lwpid);
297 procfs_path, (int)P->status.pr_pid, (int)lwpid);
344 if (P->status.pr_dmodel != PR_MODEL_NATIVE) {
/osnet-11/usr/src/lib/libproc/sparc/
H A DPisadep.c349 P->status.pr_lwp.pr_reg[R_G1] = sysindex;
350 P->status.pr_lwp.pr_reg[R_SP] = sp;
351 P->status.pr_lwp.pr_reg[R_PC] = P->sysaddr;
352 P->status.pr_lwp.pr_reg[R_nPC] = P->sysaddr + sizeof (instr_t);
/osnet-11/usr/src/lib/libpam/
H A Dpam_appl.h167 int status /* the final status value that */
/osnet-11/usr/src/cmd/sendmail/db/include/
H A Dtxn.h45 u_int32_t status; /* status of the transaction */ member in struct:__txn_detail
54 u_int32_t xa_status; /* XA status */
/osnet-11/usr/src/lib/libsmbrp/common/
H A Dsmbrp_plugin.c159 uint32_t status; local
164 status = smb_dfs_link_encode(info, buf, *bufsz);
165 switch (status) {
/osnet-11/usr/src/lib/libnisdb/
H A Ddb_index.cc335 int status = f.transfer(this); local
337 if (status == 1)
340 ret = status;
/osnet-11/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...]
/osnet-11/usr/src/lib/krb5/plugins/kdb/db2/
H A Dadb_policy.c153 int status, ret; local
164 status = db->db->del(db->db, &dbkey, 0);
165 switch(status) {

Completed in 272 milliseconds

<<11121314151617181920>>