Searched defs:status (Results 1301 - 1325 of 1989) sorted by relevance

<<51525354555657585960>>

/illumos-gate/usr/src/cmd/fdformat/
H A Dfdformat.c1419 struct stat status; local
1427 if ((err = stat(bootfile, &status)) != 0) {
1432 if ((boot_size = status.st_size) < 512) {
/illumos-gate/usr/src/cmd/flowadm/
H A Dflowadm.c257 dladm_status_t status; local
277 if ((status = dladm_open(&handle)) != DLADM_STATUS_OK) {
278 die_dlerr(status,
314 dladm_status_t status; local
316 status = dladm_flow_init(handle);
317 if (status != DLADM_STATUS_OK)
318 die_dlerr(status, "flows initialization failed");
335 dladm_status_t status; local
398 status = dladm_flow_add(handle, linkid, attrlist, proplist, name,
400 if (status !
416 dladm_status_t status; local
503 dladm_status_t status; local
541 dladm_status_t status; local
669 dladm_status_t status; local
692 dladm_status_t status = DLADM_STATUS_OK; local
972 dladm_status_t status; local
1216 dladm_status_t status; local
[all...]
/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_mdb.c162 int status; local
188 status = wsp->walk_callback((uintptr_t)trp - (uintptr_t)
192 return (status);
259 int status = trprint_msg(addr, trp, tid); local
261 return (status);
267 int status = trprint_cpp(addr, trp, tid); local
269 return (status);
/illumos-gate/usr/src/cmd/fm/modules/common/ses-log-transport/
H A Dses_log_transport.c201 int status = 0; local
206 status = -1;
209 status = -1;
212 return (status);
225 int status = 0; local
228 while (status == 0 && (sp = strchr(pp, '/')) != 0) {
232 status = do_mkdir(path, mode);
238 return (status);
412 int status = 0; local
437 EXAMINE_FMRI_VALUE, &status);
507 int status = 0; local
596 int status = 0; local
[all...]
/illumos-gate/usr/src/cmd/sa/
H A Dsadc.c129 int status; local
164 status = nanosleep(&pause_tv, (struct timespec *)NULL);
165 if (status < 0)
175 } while (status != 0);
/illumos-gate/usr/src/cmd/sendmail/src/
H A Ddaemon.c97 ** port. Returns zero on success, else an exit status
137 char status[MAXLINE]; local
692 (void) sm_snprintf(status, sizeof(status), "%d",
695 macid("{daemon_port}"), status);
898 (void) sm_snprintf(status, sizeof(status),
900 proc_list_add(pid, status, PROC_CONTROL, 0, -1, NULL);
904 (void) sm_snprintf(status, sizeof(status),
[all...]
H A Dusersmtp.c2255 ** exit status corresponding to recipient status.
2275 ** If there is status waiting from the other end, read it.
2382 ** If running SMTP pipelining, we will pick up status later
2392 ** SMTPRCPTSTAT -- get recipient status
2403 ** EX_* -- protocol status
2502 ** exit status corresponding to DATA command.
2720 SmtpPhase = mci->mci_phase = "client DATA status";
2785 ** SMTPGETSTAT -- get status code from DATA in LMTP
2793 ** The exit status correspondin
2804 int status, xstat; local
[all...]
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dmap_core.c1548 /* Evaluating the control directive above can change pass status */
2162 Boolean status = TRUE; /* Assume success */ local
2216 status = cont = FALSE;
2235 status = cont = FALSE;
2262 return (status);
/illumos-gate/usr/src/cmd/allocate/
H A Dallocate3.c211 int status = 0; local
217 if ((status = access(*file, F_OK)) == -1) {
223 return (status);
770 dprintf("exit status %x\n", lock);
849 int status; local
863 status = _newdac(*file, DA_UID, DA_GID, DEALLOC_MODE);
865 error = status;
875 int status = 0; local
884 status = _newdac(*file, ALLOC_ERRID, DA_GID, ALLOC_ERR_MODE);
887 return (status);
895 int status = 0, exit_status; local
[all...]
/illumos-gate/usr/src/cmd/avs/sdbc/
H A Dscmadm.c1460 print_hint(const uint_t type, const int status) argument
1463 if (status) {
H A Dsd_trace.c82 static char status[11][30]; variable
499 (void) strcpy(status[IND_ENABLED], "replicating");
500 (void) strcpy(status[IND_RESYNC], "sync");
501 (void) strcpy(status[IND_RESYNC_REVERSE], "rev sync");
502 (void) strcpy(status[IND_VOLUME_DOWN], "volume down");
503 (void) strcpy(status[IND_MIRROR_DOWN], "mirror down");
504 (void) strcpy(status[IND_LOGGING], "logging");
505 (void) strcpy(status[IND_RESYNC_NEEDED], "need sync");
506 (void) strcpy(status[IND_REV_RESYNC_NEEDED], "need rev sync");
507 (void) strcpy(status[IND_BITMAP_FAILE
[all...]
/illumos-gate/usr/src/cmd/chmod/
H A Dchmod.c167 int status = 0; local
252 status += dochmod(mav[i], mav[i], umsk, sec_args, attrnames);
255 return (fflag ? 0 : status);
/illumos-gate/usr/src/cmd/cmd-crypto/decrypt/
H A Ddecrypt.c431 int status; local
482 status = pkcs11_get_pass(token_label,
486 status = pkcs11_read_data(keyfile, (void **)&pkeydata,
490 status = pkcs11_get_pass(NULL, (char **)&pkeydata,
495 if (status != 0 || keysize == 0L) {
/illumos-gate/usr/src/cmd/cmd-inet/lib/nwamd/
H A Dncu_phys.c120 dladm_status_t status; local
132 status = dladm_get_linkprop(dld_handle,
135 if (status != DLADM_STATUS_OK) {
138 dladm_status2str(status, errmsg));
149 status = dladm_set_linkprop(dld_handle, ncu->ncu_link.nwamd_link_id,
151 if (status != DLADM_STATUS_OK) {
154 dladm_status2str(status, errmsg));
159 status = dladm_set_linkprop(dld_handle, ncu->ncu_link.nwamd_link_id,
161 if (status != DLADM_STATUS_OK) {
164 dladm_status2str(status, errms
449 dladm_status_t status; local
572 dladm_status_t status; local
1283 dladm_status_t status; local
1527 dladm_status_t status; local
1553 dladm_status_t status; local
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/chat/
H A Dchat.c232 void terminate __P((int status));
244 void terminate __P((int status));
626 void terminate(status)
627 int status;
632 exit(status);
668 exit(status);
1204 int status; local
1207 status = read(0, &c, 1);
1209 switch (status) {
1214 logf("warning: read() on stdin returned %d", status);
1230 int status; local
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Dcmds.c842 * Show status.
846 status(int argc, char *argv[]) function
1303 int status; local
1337 while (wait(&status) != pid)
/illumos-gate/usr/src/cmd/fs.d/nfs/nfslog/
H A Dnfslog_elf.c460 nfslog_get_status(short status) argument
465 /* Usually status is 0... */
466 if (status == 0)
472 /* binary search for status string */
473 while (((errstat = nfsl_status[mid]) != status) && (low < mid) &&
475 if (errstat > status) { /* search bottom half */
482 if (errstat == status) { /* found it */
1091 nfslog_nfsstat3_print(elfrec, &res->status, print_status);
1092 } else if (res->status == NFS3_OK) {
1102 nfslog_nfsstat3_print(elfrec, &res->status, print_statu
[all...]
/illumos-gate/usr/src/cmd/fs.d/nfs/statd/
H A Dsm_proc.c240 nsm_addr_res status; local
282 status = nsm_addr_fail;
293 status = nsm_addr_fail;
357 status = nsm_addr_fail;
385 status = nsm_addr_succ;
388 regresp->status = status;
/illumos-gate/usr/src/cmd/fs.d/ufs/newfs/
H A Dnewfs.c158 int status; local
636 if (status = system(cmd))
637 exit(status >> 8);
641 if (notrand(special) && (status = system(cmd)) != 0)
643 gettext("%s: failed, status = %d\n"),
644 cmd, status);
/illumos-gate/usr/src/cmd/gss/gssd/
H A Dgssd_clnt_stubs.c195 if (res.status == GSS_S_COMPLETE &&
214 if (res.status == GSS_S_COMPLETE && actual_mechs != NULL)
222 * free the memory allocated for the results and return with the status
227 return (res.status);
384 if (res.status == GSS_S_COMPLETE &&
403 if (res.status == GSS_S_COMPLETE &&
413 * free the memory allocated for the results and return with the status
418 return (res.status);
518 if (res.status == GSS_S_COMPLETE && cred_handle != NULL)
525 /* return with status returne
2643 int status; local
2658 int status; local
[all...]
H A Dgssdtest.c303 strcmp(cmd, "status") == 0)
339 OM_UINT32 status, minor_status; local
381 if ((status = gss_import_name(&minor_status, &name,
386 status, gettext("gss_acquire_cred error"));
419 status = kgss_acquire_cred(
430 /* store major and minor status for gss_display_status() call */
432 gss_major_code = status;
435 if (status == GSS_S_COMPLETE) {
463 status = kgss_inquire_cred(
472 if (status !
518 OM_UINT32 status, minor_status; local
735 OM_UINT32 status; local
772 OM_uint32 status; local
1022 OM_UINT32 status; local
1235 OM_UINT32 status; local
1294 OM_UINT32 status; local
1368 OM_UINT32 status; local
1446 OM_UINT32 status, minor_status; local
1520 OM_UINT32 status; local
1613 OM_UINT32 status; local
1688 OM_UINT32 status; local
1761 OM_UINT32 status; local
[all...]
/illumos-gate/usr/src/cmd/keyserv/
H A Dkeyserv.c599 strstatus(status)
600 keystatus status;
602 switch (status) {
621 __key_set_1_svc(uid, key, status)
624 keystatus *status;
630 *status = pk_setkey(uid, key);
632 (void) fprintf(stderr, "%s\n", strstatus(*status));
651 res->status = pk_encrypt(uid, arg->remotename, &(arg->remotekey),
654 if (res->status == KEY_SUCCESS) {
659 (void) fprintf(stderr, "%s\n", strstatus(res->status));
900 __key_set_3_svc(uid_t uid, setkeyarg3 *arg, keystatus *status) argument
1019 __key_net_put_3_svc(uid_t uid, key_netstarg3 *arg, keystatus *status) argument
1060 __key_clear_3_svc(uid_t uid, void *arg, keystatus *status) argument
1100 keystatus status; member in union:__anon693
[all...]
/illumos-gate/usr/src/cmd/sort/common/
H A Dfields.c324 int status = 0; local
331 status++;
335 status++;
339 status++;
343 status++;
347 status++;
351 status++;
354 if (status == 0)
/illumos-gate/usr/src/cmd/su/
H A Dsu.c858 int status; /* wait status */ local
932 if (pid != waitpid(pid, &status, WUNTRACED)) {
943 if (WIFEXITED(status) || WIFSIGNALED(status)) {
949 } else if (WIFSTOPPED(status)) {
958 sg_handler = signal(WSTOPSIG(status), SIG_DFL);
959 (void) sigsend(P_PGID, getpgrp(), WSTOPSIG(status));
966 (void) signal(WSTOPSIG(status), sg_handler);
990 exit(WEXITSTATUS(status));
[all...]
/illumos-gate/usr/src/cmd/krb5/krb5kdc/
H A Dkdc_util.c851 const char **status)
859 *status = "INVALID AS OPTIONS";
867 *status = "CLIENT KEY EXPIRED";
877 *status = "CLIENT EXPIRED";
887 *status = "SERVICE EXPIRED";
897 *status = "REQUIRED PWCHANGE";
906 *status = "POSTDATE NOT ALLOWED";
914 *status = "FORWARDABLE NOT ALLOWED";
922 *status = "RENEWABLE NOT ALLOWED";
930 *status
849 validate_as_request(register krb5_kdc_req *request, krb5_db_entry client, krb5_db_entry server, krb5_timestamp kdc_time, const char **status) argument
1123 validate_tgs_request(register krb5_kdc_req *request, krb5_db_entry server, krb5_ticket *ticket, krb5_timestamp kdc_time, const char **status) argument
[all...]

Completed in 129 milliseconds

<<51525354555657585960>>