Searched defs:status (Results 876 - 900 of 1989) sorted by relevance

<<31323334353637383940>>

/illumos-gate/usr/src/cmd/fcinfo/
H A Dfcadm-list.c425 HBA_STATUS status; local
437 status = HBA_GetAdapterAttributes(handle, &attrs);
438 while ((status == HBA_STATUS_ERROR_TRY_AGAIN ||
439 status == HBA_STATUS_ERROR_BUSY) &&
441 status = HBA_GetAdapterAttributes(handle, &attrs);
442 if (status == HBA_STATUS_OK) {
447 if (status != HBA_STATUS_OK) {
453 status = HBA_GetAdapterPortAttributes(handle,
456 while ((status == HBA_STATUS_ERROR_TRY_AGAIN ||
457 status
508 HBA_STATUS status; local
621 HBA_STATUS status; local
780 HBA_STATUS status; local
954 HBA_STATUS status; local
[all...]
/illumos-gate/usr/src/cmd/format/
H A Dmenu_scsi.c543 int status; local
614 status = uscsi_cmd(cur_file, &ucmd, F_NORMAL);
615 fmt_print(status ? "Format failed\n\n" : "Format ok\n\n");
616 return (status);
948 int status; local
968 status = uscsi_cmd(cur_file, &ucmd, (option_msg) ? F_NORMAL : F_SILENT);
969 if (status) {
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dautod_mount.c452 " fork_exec: returns exit status %d\n",
460 " fork_exec: returns signal status %d\n",
466 " fork_exec: returns unknown status\n");
668 int status; local
698 darg.rbuf = (char *)&status;
699 darg.rsize = sizeof (status);
706 return (status);
/illumos-gate/usr/src/cmd/saf/
H A Dpmadm.c617 * Don't check return status since it may not have existed anyhow.
876 int status; /* return status from sacadm child */ local
886 (void) wait(&status);
887 if (status) {
888 if (((status >> 8) & 0xff) == E_PMNOTRUN) {
892 if (((status >> 8) & 0xff) == E_SACNOTRUN) {
917 * if we got here, it didn't work, exit status will clue in parent to
H A Dsac.c761 * should be stopping, send out a status message;
841 int status; /* returned status from wait */ local
843 pid = wait(&status);
852 sp->sc_exit = status;
/illumos-gate/usr/src/cmd/sendmail/db/include/
H A Dlock.h145 db_status_t status; /* Status of this lock. */ member in struct:__db_lock
/illumos-gate/usr/src/cmd/sendmail/src/
H A Drecipient.c975 int status; local
978 status = finduser(buf, &fuzzy, &user);
979 switch (status)
1172 int status; local
1193 status = sm_mbdb_lookup(name, user);
1194 if (status != EX_NOUSER)
1197 sm_dprintf("%s (non-fuzzy)\n", sm_strexit(status));
1198 return status;
1211 if (tryagain && (status = sm_mbdb_lookup(name, user)) != EX_NOUSER)
1214 sm_dprintf("%s (lower case)\n", sm_strexit(status));
[all...]
/illumos-gate/usr/src/cmd/sgs/ldd/common/
H A Dldd.c340 * any error condition is retained for a final exit status.
634 int pid, status; local
644 while (wait(&status) != pid)
646 if (WIFSIGNALED(status) && ((WSIGMASK & status) != SIGPIPE)) {
650 (WSIGMASK & status), ((status & WCOREFLG) ?
653 status = 1;
654 } else if (WHIBYTE(status)) {
658 WHIBYTE(status));
[all...]
/illumos-gate/usr/src/cmd/sgs/ldprof/common/
H A Dprofile.c100 * status information.
120 pstatus_t status; local
137 num = read(fd, &status, sizeof (status));
140 if ((num != sizeof (status)) ||
141 prisinuse(&status.pr_sigtrace) || prisinuse(&status.pr_flttrace) ||
142 prisinuse(&status.pr_sysentry) || prisinuse(&status.pr_sysexit)) {
168 struct stat status; local
[all...]
/illumos-gate/usr/src/cmd/amt/
H A Damt.c104 int status = 0; local
115 /* -s silent mode, no status or error messages. */
140 if ((status = test_stack_end_of_hole()) == EXIT_FAILURE) {
144 } else if (status == FAIL_ABORT) {
148 } else if (status == EXIT_SUCCESS)
199 int status; local
213 (void) wait(&status);
214 status = WEXITSTATUS(status);
216 if (status
293 int status; local
504 int status; local
[all...]
/illumos-gate/usr/src/cmd/auditd/
H A Dauditd.c150 auditd_exit(int status) argument
153 DPRINT((dbfp, "mem_test intentional abort (status=%d)\n",
154 status));
157 DPRINT((dbfp, "%ld exit status = %d auditing_set = %d\n",
158 getpid(), status, auditing_set));
168 exit(status);
/illumos-gate/usr/src/cmd/auditreduce/
H A Dmain.c1010 int status; local
1015 pid = wait(&status);
1020 * exit status then print message and exit
1022 if ((WHIBYTE(status) == 0 && WLOBYTE(status) != 0) ||
1023 (WHIBYTE(status) != 0 && WLOBYTE(status) == 0)) {
1027 if (WHIBYTE(status) == 0 && WLOBYTE(status) != 0) {
1028 psignal(WLOBYTE(status), "signa
[all...]
/illumos-gate/usr/src/cmd/bdiff/
H A Dbdiff.c97 int status; local
286 * with a status of 1 when a difference is encountered.
288 * needs to detect it and exit with a non-zero status.
310 (void) wait(&status);
311 if (status&~0x100) {
/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A Dutil.c632 * dhcpv6_status_code(): report on a DHCPv6 status code found in an option
640 * output: int: -1 on error, or >= 0 for a DHCPv6 status code
647 uint16_t status; local
666 *estr = "garbled status code";
673 (void) memcpy(&status, d6o + 1, sizeof (status));
674 status = ntohs(status);
675 if (status > 0) {
676 if (status > DHCPV6_STAT_NOPREFI
[all...]
/illumos-gate/usr/src/cmd/fs.d/nfs/rquotad/
H A Drpc.rquotad.c333 gqr.status = Q_EPERM;
338 gqr.status = Q_NOQUOTA;
345 gqr.status = Q_NOQUOTA;
355 gqr.status = Q_NOQUOTA;
371 gqr.status = Q_NOQUOTA;
390 gqr.status = Q_OK;
413 int status; local
430 while ((status = getmntent(fstab, &mntp)) == NULL) {
464 status = ioctl(fd, Q_QUOTACTL, &quota);
467 return (status);
[all...]
/illumos-gate/usr/src/cmd/fs.d/ufs/repquota/
H A Drepquota.c436 int status; local
455 while ((status = getmntent(fstab, &mntp)) == NULL) {
483 status = ioctl(fd, Q_QUOTACTL, &quota);
485 return (status);
/illumos-gate/usr/src/cmd/fstyp/
H A Dfstyp.c483 int status = 1; local
494 (void) wait(&status);
495 return (status);
/illumos-gate/usr/src/cmd/hal/hald/
H A Dhald_runner.c166 runner_died(GPid pid, gint status, gpointer data) { argument
/illumos-gate/usr/src/cmd/hal/probing/storage/
H A Dprobe-storage.c223 int status; local
238 status = ioctl(fd, USCSICMD, &ucmd);
239 if (status || ucmd.uscsi_status) {
263 * also returns write protection status.
/illumos-gate/usr/src/cmd/intrstat/
H A Dintrstat.c120 status(void) function
241 fatal("could not get status for cpu %d", cpu);
385 act.sa_handler = status;
573 fatal("cannot create status timer");
580 fatal("cannot set time on status timer");
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Dsetup.c202 rtld_stat_t status; local
466 (void) rtld_fstat(fd, &status);
468 fdm.fd_ftp = map_obj(&lml_main, &fdm, status.st_size, argvname,
486 fdm.fd_dev = status.st_dev;
487 fdm.fd_ino = status.st_ino;
809 if (rtld_stat(PATHNAME(mlmp), &status) == 0) {
810 STDEV(mlmp) = status.st_dev;
811 STINO(mlmp) = status.st_ino;
/illumos-gate/usr/src/cmd/ldmad/
H A Dldmad.c303 ldma_request_status_t status; local
332 status = LDMA_REQ_DENIED;
349 status = LDMA_REQ_NOTSUP;
358 status = LDMA_REQ_DENIED;
371 status = LDMA_REQ_COMPLETED;
376 status = (*handler->msg_handler)(&conn_ver, request, request_dlen,
380 agent->info->name, hdl, status, (void *)reply, reply_dlen);
385 * Otherwise, we build a reply depending on the status of the request.
394 if (status == LDMA_REQ_COMPLETED) {
406 * request status
[all...]
/illumos-gate/usr/src/cmd/lms/
H A DLMEConnection.cpp598 int status = 1; local
637 _cb(_cbParam, &disconnectMessage, sizeof(disconnectMessage), &status);
651 _cb(_cbParam, &serviceRequestMessage, sizeof(serviceRequestMessage), &status);
656 _apfUserAuthRequest(rxBuffer, bytesRead, &status);
660 _apfGlobalRequest(rxBuffer, bytesRead, &status);
664 _apfChannelOpen(rxBuffer, bytesRead, &status);
676 _cb(_cbParam, &channelOpenReply, sizeof(channelOpenReply), &status);
689 _cb(_cbParam, &channelOpenReply, sizeof(channelOpenReply), &status);
700 _cb(_cbParam, &channelClose, sizeof(channelClose), &status);
711 _cb(_cbParam, &channelData, sizeof(channelData), &status);
756 _apfChannelOpen(unsigned char *rxBuffer, unsigned int bytesRead, int *status) argument
779 _apfChannelOpenDirect(unsigned char *rxBuffer, unsigned int bytesRead, UINT32 *senderChannel, int *status) argument
816 _apfGlobalRequest(unsigned char *rxBuffer, unsigned int bytesRead, int *status) argument
956 _apfUserAuthRequest(unsigned char *rxBuffer, unsigned int bytesRead, int *status) argument
[all...]
/illumos-gate/usr/src/uts/common/idmap/
H A Didmap_cache.c326 int status = IDMAP_ERR_NOMAPPING; local
339 status = IDMAP_SUCCESS;
345 return (status);
356 int status = IDMAP_ERR_NOMAPPING; local
369 status = IDMAP_SUCCESS;
375 return (status);
386 int status = IDMAP_ERR_NOMAPPING; local
401 status = IDMAP_SUCCESS;
405 status = IDMAP_SUCCESS;
412 return (status);
424 int status = IDMAP_ERR_NOMAPPING; local
454 int status = IDMAP_ERR_NOMAPPING; local
[all...]
/illumos-gate/usr/src/tools/onbld/Scm/
H A DWorkSpace.py145 '''Return the status of any file mentioned in any of the
166 return self.ws.status(self.parenttip, self.localtip, files=files)
212 status = self._status()
214 for fname, kind in status.iteritems()
273 elif status.get(entry.parentname) == 'removed':
281 # as modified by status but in reality be an addition (not
483 def status(self): member in class:WorkList
484 '''Return the status (in tuple form) of files from the
489 return self._repo.status(match=match)
675 def status(sel member in class:WorkSpace
[all...]

Completed in 185 milliseconds

<<31323334353637383940>>