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

  /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/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/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.
  /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/sys/dev/ic/
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)
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)

Completed in 24 milliseconds