HomeSort by: relevance | last modified time | path
    Searched refs:cstat (Results 1 - 13 of 13) sorted by relevancy

  /src/usr.sbin/sesd/srcs/
getobjstat.c 73 obj.cstat[0], obj.cstat[1], obj.cstat[2], obj.cstat[3]);
eltsub.c 161 stat2ascii(int eletype, u_char *cstat)
165 scode = scode2ascii(cstat[0]);
167 scode, cstat[0], cstat[1], cstat[2], cstat[3]);
getencstat.c 137 if ((ob.cstat[0] & 0xf) == SES_OBJSTAT_OK) {
144 ob.cstat));
150 stat2ascii(objp[i].object_type, ob.cstat));
setobjstat.c 76 obj.cstat[i] = cvt;
  /src/sys/arch/pmax/ibus/
sii.c 107 u_short cstat; member in struct:sii_log
139 static void sii_StateChg(struct siisoftc *sc, u_int cstat);
342 regs->cstat = regs->cstat;
468 SII_WAIT_UNTIL(status, regs->cstat, status & (SII_CI | SII_DI),
474 regs->cstat = status;
479 sii_logp->cstat = status;
499 regs->cstat, status, retval); /* XXX */
545 SII_WAIT_UNTIL(status, regs->cstat,
556 regs->cstat = 0xffff
571 u_int cstat; local in function:sii_DoIntr
    [all...]
siireg.h 95 u_short cstat; /* Connection Status Register */ member in struct:__anon574751880108
158 * CSTAT - Connection Status Register
160 #define SII_CI 0x8000 /* composite interrupt bit for CSTAT */
  /src/distrib/utils/ssh/
ssh.c 86 void print_termsig(FILE *fp, int cstat);
204 int i, argc, exitcode, cpid, cstat; local in function:runfile
262 while ((cpid = waitpid(0, &cstat, WNOHANG)) > 0) {
265 if (WTERMSIG(cstat)) {
266 print_termsig(stderr, cstat);
269 WEXITSTATUS(cstat));
420 int pid, cstat; local in function:cmd_run
508 if (waitpid(pid, &cstat, 0) < 0) {
512 if (WTERMSIG(cstat)) {
513 print_termsig(stderr, cstat);
    [all...]
  /src/sys/dev/scsipi/
ses.h 123 unsigned char cstat[4]; member in struct:__anonc13b49440208
137 * For control pages, cstat[0] is the same for the
142 * type in the other 3 bytes of cstat or checked.
ses.c 899 obp->cstat[0] = ssc->ses_objmap[i].encstat[0];
900 obp->cstat[1] = ssc->ses_objmap[i].encstat[1];
901 obp->cstat[2] = ssc->ses_objmap[i].encstat[2];
902 obp->cstat[3] = ssc->ses_objmap[i].encstat[3];
914 if ((obp->cstat[0] & SESCTL_CSEL) == 0) {
917 ComStat.comstatus = obp->cstat[0];
918 ComStat.comstat[0] = obp->cstat[1];
919 ComStat.comstat[1] = obp->cstat[2];
920 ComStat.comstat[2] = obp->cstat[3];
1644 obp->cstat[0] = ssc->ses_objmap[i].encstat[0]
    [all...]
  /src/usr.bin/script/
script.c 85 static int cstat = EXIT_SUCCESS; /* cmd. exit status */ variable in typeref:typename:int
215 done(cstat);
296 done(cstat);
  /src/usr.bin/patch/
inp.c 186 struct stat cstat; local in function:plan_a
203 (snprintf(lbuf, lbufsz, f, a1, a2, a3), stat(lbuf, &cstat) == 0)
  /src/sys/dev/ic/
aic7xxx.c 5346 cam_status cstat; local in function:ahc_search_qinfifo
5351 cstat = ahc_get_transaction_status(scb);
5352 if (cstat != CAM_REQ_CMP)
5458 cam_status cstat; local in function:ahc_search_qinfifo
5463 cstat = ahc_get_transaction_status(scb);
5464 if (cstat != CAM_REQ_CMP)
5566 cam_status cstat; local in function:ahc_search_untagged_queues
5571 cstat = ahc_get_transaction_status(scb);
5572 if (cstat != CAM_REQ_CMP)
aic79xx.c 7182 cam_status cstat; local in function:ahd_search_qinfifo
7187 cstat = ahd_get_transaction_status(scb);
7188 if (cstat != CAM_REQ_CMP)
7194 " ostat 0x%x, cstat 0x%x, "
7196 SCB_GET_TAG(scb), ostat, cstat,
7330 cam_status cstat; local in function:ahd_search_scb_list
7335 cstat = ahd_get_transaction_status(scb);
7336 if (cstat != CAM_REQ_CMP)

Completed in 29 milliseconds