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

  /src/tests/lib/libc/c063/
t_fstatat.c 61 struct stat st1, st2; local in function:ATF_TC_BODY
68 ATF_REQUIRE(fstatat(dfd, BASEFILE, &st1, 0) == 0);
72 ATF_REQUIRE(memcmp(&st1, &st2, sizeof(st1)) == 0);
  /src/tests/lib/libc/sys/
t_dup.c 57 struct stat st, st1; local in function:check_mode
88 (void)memset(&st1, 0, sizeof(struct stat));
91 ATF_REQUIRE(fstat(fd1, &st1) == 0);
93 if (st.st_mode != st1.st_mode)
  /src/sys/arch/cobalt/stand/boot/
wdc.c 58 uint8_t st0, st1; local in function:__wdcwait_reset
67 st1 = WDC_READ_REG(chp, wd_status);
71 if ((drv_mask & 0x02) != 0 && (st1 & WDCS_BSY) == 0) {
83 if ((st0 & WDCS_BSY) == 0 && (st1 & WDCS_BSY) == 0) {
94 if (st1 & WDCS_BSY)
115 uint8_t st0, st1; local in function:wdcprobe
127 st1 = WDC_READ_REG(chp, wd_status);
131 if (st1 == 0xff || st1 == (WDSD_IBM | 0x10))
  /src/sys/arch/mmeye/stand/boot/
wdc.c 67 uint8_t st0, st1; local in function:__wdcwait_reset
76 st1 = WDC_READ_REG(chp, wd_status);
80 if ((drv_mask & 0x02) != 0 && (st1 & WDCS_BSY) == 0) {
92 if ((st0 & WDCS_BSY) == 0 && (st1 & WDCS_BSY) == 0) {
103 if (st1 & WDCS_BSY)
124 uint8_t st0, st1; local in function:wdcprobe
136 st1 = WDC_READ_REG(chp, wd_status);
140 if (st1 == 0xff || st1 == (WDSD_IBM | 0x10))
  /src/sys/arch/bebox/stand/boot/
wdc.c 64 uint8_t st0, st1; local in function:__wdcwait_reset
73 st1 = WDC_READ_REG(chp, wd_status);
77 if ((drv_mask & 0x02) != 0 && (st1 & WDCS_BSY) == 0) {
89 if ((st0 & WDCS_BSY) == 0 && (st1 & WDCS_BSY) == 0) {
100 if (st1 & WDCS_BSY)
150 uint8_t st0, st1; local in function:wdcprobe
163 st1 = WDC_READ_REG(chp, wd_status);
167 if (st1 == 0xff || st1 == (WDSD_IBM | 0x10))
174 if (!(st1 & WDCS_DRDY)
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/fb/
nouveau_nvkm_subdev_fb_nv50.c 149 u8 st0, st1, st2, st3; local in function:nv50_fb_intr
168 st1 = (trap[0] & 0x000000f0) >> 4;
173 st1 = (trap[0] & 0x0000ff00) >> 8;
180 re = nvkm_enum_find(vm_fault , st1);
196 st1, re ? re->name : "");
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
sanitizer_libc_test.cc 136 struct stat st1, st2, st3; local in function:TEST
137 EXPECT_EQ(0u, internal_stat(tmpfile, &st1));
  /src/usr.sbin/catman/
catman.c 262 struct stat st1; local in function:uniquepath
281 lstat(manpaths.gl_pathv[i], &st1);
285 if (st1.st_ino == st2.st_ino) {
  /src/libexec/ftpd/
cmds.c 857 struct stat st1, st2; local in function:discover_path
955 if (stat(tp, &st1) == -1 || stat(".", &st2) == -1)
957 if ((st1.st_dev != st2.st_dev) || (st1.st_ino != st2.st_ino))
  /src/sys/dev/ic/
wdc.c 299 u_int8_t st0 = 0, st1 = 0; local in function:wdc_drvprobe
327 st1 = bus_space_read_1(wdr->cmd_iot,
345 (st1 & WDCS_DRDY)))
359 if (chp->ch_ndrives > 1 && (st1 & WDCS_DRDY) == 0 &&
364 ATADEBUG_PRINT(("%s:%d: wait DRDY st0 0x%x st1 0x%x\n",
366 chp->ch_channel, st0, st1), DEBUG_PROBE);
526 u_int8_t st0 = 0, st1 = 0, sc __unused, sn __unused, cl, ch; local in function:wdcprobe1
555 st1 = bus_space_read_1(wdr->cmd_iot,
561 ATADEBUG_PRINT(("%s:%d: before reset, st0=0x%x, st1=0x%x\n",
562 __func__, chp->ch_channel, st0, st1), DEBUG_PROBE)
1104 u_int8_t st0 = 0, st1 = 0; local in function:__wdcwait_reset
    [all...]
hd64570.c 584 /* this would deliver transmitter underrun to ST1/ISR1 */
1375 u_int8_t st1, trc0; local in function:sca_msci_intr
1378 if ((st1 = msci_read_1(scp, SCA_ST10))) {
1380 msci_write_1(scp, SCA_ST10, st1);
1382 if (st1 & SCA_ST1_UDRN) {
  /src/sys/arch/atari/dev/
hdfd.c 876 printf(" st1 %s", bits);
951 #define st1 fdc->sc_status[1] macro
1152 if (fdcresult(fdc) != 7 || (st1 & 0x37) != 0) {
1157 if ((st1 & 0x10) && (++fdc->sc_overruns < 4)) {
1246 #undef st1
  /src/bin/sh/
jobs.c 461 int st1 = ps->status; local in function:showjob
462 if (st1 != st)
465 if (st1 == -1 || !(mode & SHOW_SIGNALLED) || WIFEXITED(st1))
467 if (WIFSTOPPED(st1) || ((st1 = WTERMSIG(st1) & 0x7f)
468 && st1 != SIGINT && st1 != SIGPIPE))
  /src/sys/arch/sparc64/dev/
fdc.c 1413 printf(" st1 %s", bits);
1614 #define st1 fdc->sc_status[1] macro
1912 if (fdc->sc_nstat != 7 || st1 != 0 ||
1925 (st1 & ST1_OVERRUN) == ST1_OVERRUN) {
2058 #undef st1
  /src/sys/arch/sparc/dev/
fd.c 1239 printf(" st1 %s", bits);
1431 #define st1 fdc->sc_status[1] macro
1727 if (fdc->sc_nstat != 7 || st1 != 0 ||
1741 (st1 & ST1_OVERRUN) == ST1_OVERRUN) {
1871 #undef st1
  /src/sys/arch/sun3/dev/
fd.c 995 printf(" st1 %s", bits);
1153 #define st1 fdc->sc_status[1] macro
1405 if (fdc->sc_nstat != 7 || (st0 & 0xf8) != 0 || st1 != 0) {
1417 (st1 & ST1_OVERRUN) == ST1_OVERRUN) {
1538 #undef st1

Completed in 25 milliseconds