Searched defs:status (Results 1051 - 1075 of 1989) sorted by relevance

<<41424344454647484950>>

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_main.c114 terminate(int status) argument
118 exit(status);
322 usage(int status) argument
331 "\t-e evaluate expr and return status\n"
354 terminate(status);
421 int status, c; local
793 if (proc_arg_psinfo(pidarg, PR_ARG_PIDS, NULL, &status) == -1) {
795 pidarg, Pgrab_error(status));
1084 while ((status = mdb_run()) == MDB_ERR_ABORT ||
1085 status
[all...]
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dlgrp.c128 int status; local
138 status = wsp->walk_callback(addr, &cpu, wsp->walk_cbdata);
140 if (status != WALK_NEXT)
141 return (status);
502 int status = lgrp_walk_step_common(wsp); local
504 if (status == WALK_NEXT) {
508 status = WALK_DONE;
520 return (status);
541 int status; local
551 status
665 int status = lgrp_walk_step_common(wsp); local
[all...]
H A Drctl.c336 int status; local
347 status = wsp->walk_callback(dp, &entry, wsp->walk_cbdata);
348 if (status != WALK_NEXT)
349 return (status);
420 int status; local
447 status = wsp->walk_callback(wsp->walk_addr, &rctl, wsp->walk_cbdata);
451 return (status);
481 int status; local
488 status = wsp->walk_callback(wsp->walk_addr, &val, wsp->walk_cbdata);
493 return (status);
[all...]
H A Dthread.c92 int status; local
106 status = wsp->walk_callback(wsp->walk_addr, twp->tw_thread,
115 return (status);
/illumos-gate/usr/src/cmd/mdb/common/modules/nca/
H A Dnca.c820 int status; local
845 status = wsp->walk_callback((uintptr_t)connf.head, &conn,
848 status = WALK_NEXT;
854 return (status);
900 int status; local
911 status = wsp->walk_callback(wsp->walk_addr, &nodef, wsp->walk_cbdata);
927 status = wsp->walk_callback((uintptr_t)nodef.head,
930 status = WALK_NEXT;
933 return (status);
972 int status; local
1086 int status; local
1114 int status; local
1148 int status; local
[all...]
/illumos-gate/usr/src/cmd/mdb/common/modules/rdc/
H A Drdc.c100 int status; local
108 status = wsp->walk_callback(wsp->walk_addr, wsp->walk_data,
112 return (status);
169 int status; local
177 status = wsp->walk_callback(wsp->walk_addr, wsp->walk_data,
181 return (status);
214 int status; local
225 status = wsp->walk_callback(wsp->walk_addr, wsp->walk_data,
229 return (status);
/illumos-gate/usr/src/cmd/mdb/sun4u/modules/unix/
H A Dsfmmu.c443 int status; local
455 status = wsp->walk_callback(wsp->walk_addr, wsp->walk_data,
460 return (status);
/illumos-gate/usr/src/cmd/drd/
H A Ddrd_rcm.c98 static char **drd_rcm_cpu_rlist_init(drctl_rsrc_t *, int nrsrc, int status);
151 rsrcs[idx].status = DRCTL_STATUS_ALLOW;
206 * If any errors occurred, the status field for
208 * status for any such CPU to DENY to ensure it
212 if (rsrcs[idx].status == DRCTL_STATUS_INIT)
213 rsrcs[idx].status = DRCTL_STATUS_DENY;
443 rsrcs[idx].status = DRCTL_STATUS_DENY;
538 rsrc->status = ((state == RCM_STATE_OFFLINE) ?
664 if (rsrcs[idx].status != DRCTL_STATUS_CONFIG_SUCCESS)
740 * that are in the state specified by the status argumen
744 drd_rcm_cpu_rlist_init(drctl_rsrc_t *rsrcs, int nrsrc, int status) argument
[all...]
/illumos-gate/usr/src/cmd/fcinfo/
H A Dfcinfo-list.c87 HBA_STATUS status; local
100 status = HBA_GetAdapterAttributes(handle, attrs);
102 while ((status == HBA_STATUS_ERROR_TRY_AGAIN ||
103 status == HBA_STATUS_ERROR_BUSY) &&
106 status = HBA_GetAdapterAttributes(handle, attrs);
107 if (status == HBA_STATUS_OK) {
111 if (status != HBA_STATUS_OK) {
114 printStatus(status);
125 if ((status = HBA_GetAdapterPortAttributes(handle,
130 printStatus(status);
172 HBA_STATUS status; local
226 HBA_STATUS status; local
266 HBA_STATUS status; local
287 HBA_STATUS status; local
376 HBA_STATUS status; local
440 HBA_STATUS status; local
496 HBA_STATUS status; local
607 HBA_STATUS status; local
724 HBA_STATUS status; local
1062 HBA_STATUS status; local
1261 HBA_STATUS status; local
[all...]
/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd.c739 * check their status or write i/o's on every event to replay to update states.
818 int status = FMD_EXIT_SUCCESS; local
985 * status to it to indicate that our parent process can safely detach.
989 (void) write(pfd, &status, sizeof (status));
/illumos-gate/usr/src/cmd/fruadm/
H A Dfruadm.c76 int i, j, match, status; local
102 if ((status = fru_get_definition(argv[i], &definition))
106 fru_strerror(status));
503 int status; local
521 if ((status = fru_create_segment(nodehdl, &def))
527 if (status != FRU_SUCCESS)
529 fru_strerror(status));
637 int status; local
735 if ((status = fru_add_element(nodehdl, segment_name[cnt], *ptr))
738 fru_strerror(status));
769 int status = 0; local
787 int process_self = process_tree, status, update_status = 0; local
862 int process_tree = 0, option, status; local
[all...]
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dautod_main.c356 trace_prt(1, "READDIR REPLY : status=%d\n", res->rd_status);
394 res->status = do_unmount1(m);
397 trace_prt(1, "UNMOUNT REPLY: status=%d\n", res->status);
407 int status; local
421 status = do_lookup1(m->map, m->name, m->subdir, m->opts, m->path,
423 if (status == 0) {
440 trace_prt(1, "LOOKUP REPLY : status=%d\n", res->lu_res);
448 int status; local
461 status
1035 int status; local
[all...]
H A Dns_fnmount.c41 * The maximum sizes of map names, key names, composite names, and status
82 char *opts, char *root, bool_t shallow, FN_status_t *status);
93 * status: passed from above to avoid having to allocate one on each call
99 char *mntpnt, char *opts, FN_status_t *status);
111 char *mntpnt, const char *name, char *opts, FN_status_t *status);
119 exported(const FN_ref_t *ref, const char *cname, FN_status_t *status);
213 FN_status_t *status; local
258 status = fn_status_create();
259 if (status == NULL) {
261 syslog(LOG_ERR, "Could not create FNS status objec
309 process_ref(const FN_ref_t *ref, const char *cname, char *map, char *key, char *opts, char *root, bool_t shallow, FN_status_t *status) argument
433 frontier(mapent *mapents, const FN_ref_t *ref, char *map, size_t maplen, char *mntpnt, char *opts, FN_status_t *status) argument
498 frontier_aux(mapent *mapents, const FN_ref_t *ref, char *map, size_t maplen, char *mntpnt, const char *name, char *opts, FN_status_t *status) argument
574 exported(const FN_ref_t *ref, const char *cname, FN_status_t *status) argument
843 equiv_name(FN_ctx_t *ctx, const char *cname, FN_status_t *status) argument
[all...]
/illumos-gate/usr/src/cmd/fs.d/
H A Dfsck.c225 int status; local
349 status = execute(vget.vfs_fsckdev,
352 if (status > exitstat)
353 exitstat = status;
367 status = execute(vget.vfs_fsckdev,
370 if (status > exitstat)
371 exitstat = status;
397 status = execute(vget.vfs_fsckdev,
400 if (status > exitstat)
401 exitstat = status;
648 int status; local
777 int status = 0; local
[all...]
/illumos-gate/usr/src/cmd/rmvolmgr/
H A Dvold.c487 int status; local
529 if (waitpid(pid, &status, 0) < 0) {
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dheaders.c972 /* Look for report-type=delivery-status */
994 "delivery-status") == 0)
2076 auto int status; local
2156 status = EX_OK;
2157 name = remotename(name, mci->mci_mailer, flags, &status, e);
H A Dtls.c328 ** status in initialization
329 ** these flags keep track of the status of the initialization
425 ** st -- status bit to set if ok
429 ** uses r, ok; may change ok and status.
437 status |= st; \
467 ** st -- status bit to set if ok
471 ** uses r, ok, ex; may change ok and status.
479 status |= st; \
531 long sff, status; local
549 status
[all...]
/illumos-gate/usr/src/cmd/acct/
H A Dacctcom.c641 doexit(int status) argument
644 exit(status);
660 exit(status);
697 diag("-f print the fork/exec flag and exit status");
/illumos-gate/usr/src/cmd/addbadsec/
H A Dix_altsctr.c185 int status; local
216 status = chk_bad_altsctr(badsec);
223 status = ent_bsearch(ap->ap_entp, ap->ap_tblp->alts_ent_used,
229 if (status != -1) {
/illumos-gate/usr/src/cmd/audio/audiotest/
H A Daudiotest.c480 int status = 0; local
556 status = 0;
564 status++;
573 status++;
581 status++;
591 } while (status && (flags & TF_LOOP));
595 return (status);
/illumos-gate/usr/src/cmd/avs/sv/
H A Dsvadm.c157 "\t%s [-C tag] display status\n"),
162 "extended status\n"), program);
181 message(caddr_t prefix, spcs_s_info_t *status, caddr_t string, va_list ap) argument
187 if (status) {
188 spcs_s_report(*status, stderr);
189 spcs_s_ufree(status);
195 error(spcs_s_info_t *status, caddr_t string, ...) argument
200 message(gettext("error"), status, string, ap);
210 warn(spcs_s_info_t *status, caddr_t string, ...) argument
215 message(gettext("warning"), status, strin
[all...]
/illumos-gate/usr/src/cmd/bnu/
H A Dcntrl.c257 int status; local
971 status = 0; /* all done */
974 status = xmv(Dfile, filename);
977 WMESG(RQSTCMPT, status ? EM_RMTCP : YES);
978 if (status == 0) {
992 status = putinpub(filename, Dfile,
994 DEBUG(4, "->PUBDIR %d\n", status);
995 if (status == 0)
1131 status = 0; /* all done */
1134 status
[all...]
H A Dconn.c148 int status; local
157 if ((status=rddev(flds[F_TYPE], dev, devbuf, D_MAX)) == FAIL) {
186 if (status == FAIL && !Uerror) {
1070 * as a "wrong time to call" in the status file. sorry.
H A Duuxqt.c742 (void) strlcpy(subj, gettext("remote execution status"), sizeof (subj));
748 * uucpst - send the status message back using a uucp command
761 int status; local
809 while ((ret = wait(&status)) != pid)
824 int send_zero; /* return successful completion status */
825 int send_nonzero; /* return unsuccessful completion status */
826 int send_nothing; /* request for no exit status */
827 int store_status; /* store status of command in local file */
839 char _Sfile[MAXFULLNAME]; /* name of local file for status */
942 case X_MAILF: /* put status i
[all...]
/illumos-gate/usr/src/cmd/cmd-crypto/digest/
H A Ddigest.c412 int status; local
421 status = pkcs11_get_pass(token_label,
426 status = pkcs11_read_data(keyfile,
430 status = pkcs11_get_pass(NULL,
435 if (status != 0 || keylen == 0 || pkeydata == NULL) {

Completed in 180 milliseconds

<<41424344454647484950>>