/freebsd/sys/dev/fdc/ |
H A D | fdc.c | 569 int cyl, st0, ret; in fdc_sense_int() local 571 ret = fdc_cmd(fdc, 1, NE7CMD_SENSEI, 1, &st0); in fdc_sense_int() 578 *st0p = st0; in fdc_sense_int() 580 if ((st0 & NE7_ST0_IC) == NE7_ST0_IC_IV) { in fdc_sense_int() 763 int st0, st3, cyl, mfm, steptrac, cylinder, descyl, sec; in fdc_worker() local 807 fdc_sense_int(fdc, &st0, &cyl); in fdc_worker() 920 if (fdc_sense_int(fdc, &st0, &cyl) == FD_NOT_VALID) in fdc_worker() 923 if ((st0 & 0xc0) || cyl != 0) in fdc_worker() 941 if (fdc_sense_int(fdc, &st0, &cyl) == FD_NOT_VALID) in fdc_worker() 944 if ((st0 & 0xc0) || cyl != descyl) { in fdc_worker() [all …]
|
/freebsd/sys/dev/cfi/ |
H A D | cfi_core.c | 542 uint32_t st0 = 0, st = 0; in cfi_wait_ready() local 577 st0 = cfi_read(sc, ofs); in cfi_wait_ready() 579 done = ((st & 0x40) == (st0 & 0x40)) ? 1 : 0; in cfi_wait_ready() 605 printf("\nerror=%d (st 0x%x st0 0x%x)\n", error, st, st0); in cfi_wait_ready()
|
/freebsd/contrib/tcsh/ |
H A D | sh.exec.c | 363 Char *st0, **ost; in texec() local 471 st0 = st[0]; in texec() 475 ost[0] = st0; in texec()
|
/freebsd/sys/netinet/ |
H A D | in_var.h | 232 struct in_mfilter *ip_mfilter_alloc(int mflags, int st0, int st1);
|
H A D | in_mcast.c | 325 imf_init(struct in_mfilter *imf, const int st0, const int st1) in imf_init() argument 329 imf->imf_st[0] = st0; in imf_init() 334 ip_mfilter_alloc(const int mflags, const int st0, const int st1) in ip_mfilter_alloc() argument 340 imf_init(imf, st0, st1); in ip_mfilter_alloc()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/ |
H A D | RegisterInfos_i386.h | 259 DEFINE_FP_MM(mm, 0, st0), DEFINE_FP_MM(mm, 1, st1),
|
H A D | RegisterInfos_x86_64.h | 287 DEFINE_FP_MM(mm, 0, st0), DEFINE_FP_MM(mm, 1, st1),
|
H A D | RegisterInfos_x86_64_with_base.h | 270 DEFINE_FP_MM(mm, 0, st0), DEFINE_FP_MM(mm, 1, st1),
|
/freebsd/sys/netinet6/ |
H A D | in6_mcast.c | 223 im6f_init(struct in6_mfilter *imf, const int st0, const int st1) in im6f_init() argument 227 imf->im6f_st[0] = st0; in im6f_init() 232 ip6_mfilter_alloc(const int mflags, const int st0, const int st1) in ip6_mfilter_alloc() argument 239 im6f_init(imf, st0, st1); in ip6_mfilter_alloc()
|
H A D | in6_var.h | 613 struct in6_mfilter *ip6_mfilter_alloc(int mflags, int st0, int st1);
|