Searched refs:st0 (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/sys/dev/fdc/
H A Dfdc.c716 int cyl, st0, ret; local
718 ret = fdc_cmd(fdc, 1, NE7CMD_SENSEI, 1, &st0);
725 *st0p = st0;
727 if ((st0 & NE7_ST0_IC) == NE7_ST0_IC_IV) {
918 int st0, st3, cyl, mfm, steptrac, cylinder, descyl, sec; local
962 fdc_sense_int(fdc, &st0, &cyl);
1106 if (fdc_sense_int(fdc, &st0, &cyl) == FD_NOT_VALID)
1109 if ((st0 & 0xc0) || cyl != 0)
1130 if (fdc_sense_int(fdc, &st0, &cyl) == FD_NOT_VALID)
1133 if ((st0
1400 int st0, st3, cyl; local
2122 u_int st0, st3; local
[all...]
/freebsd-11-stable/sys/dev/cfi/
H A Dcfi_core.c495 uint32_t st0 = 0, st = 0; local
530 st0 = cfi_read(sc, ofs);
532 done = ((st & 0x40) == (st0 & 0x40)) ? 1 : 0;
558 printf("\nerror=%d (st 0x%x st0 0x%x)\n", error, st, st0);
/freebsd-11-stable/contrib/tcsh/
H A Dsh.exec.c363 Char *st0, **ost; local
471 st0 = st[0];
475 ost[0] = st0;
/freebsd-11-stable/sys/netinet6/
H A Din6_mcast.c209 im6f_init(struct in6_mfilter *imf, const int st0, const int st1) argument
213 imf->im6f_st[0] = st0;
/freebsd-11-stable/sys/netinet/
H A Din_mcast.c222 imf_init(struct in_mfilter *imf, const int st0, const int st1) argument
226 imf->imf_st[0] = st0;

Completed in 182 milliseconds