HomeSort by: relevance | last modified time | path
    Searched refs:sts (Results 1 - 25 of 64) sorted by relevancy

1 2 3

  /src/sys/lib/libkern/arch/sh3/
mulsi3.S 40 sts macl, r0
sdivsi3_i4i.S 100 sts mach, r3
101 sts macl, r2
  /src/lib/csu/arch/sh3/
crti.S 53 sts.l pr, @-sp
61 sts.l pr, @-sp
  /src/tests/lib/libc/ttyio/
t_ptm.c 62 struct stat stm, sts; local in function:ATF_TC_BODY
87 REQUIRE_ERRNO(stat(ptm.cn, &sts), -1);
88 ATF_REQUIRE_EQ(stm.st_rdev, sts.st_rdev);
92 REQUIRE_ERRNO(stat(ptm.sn, &sts), -1);
93 ATF_REQUIRE_EQ(stm.st_rdev, sts.st_rdev);
95 ATF_REQUIRE_EQ_MSG(sts.st_uid, getuid(), "bad slave uid");
99 ATF_REQUIRE_EQ_MSG(sts.st_gid, gp->gr_gid, "bad slave grid");
127 struct stat stm, sts; local in function:ATF_TC_BODY
142 REQUIRE_ERRNO(stat("/dev/ptyp0", &sts), -1);
144 ATF_REQUIRE_EQ_MSG(major(stm.st_rdev), major(sts.st_rdev)
    [all...]
  /src/lib/libc/arch/sh3/sys/
getcontext.S 44 sts pr, r2
cerror.S 53 sts.l pr, @-sp
ptrace.S 53 sts.l pr, @-sp
  /src/sys/arch/evbppc/obs405/
obs600_machdep.c 259 uint8_t sts; local in function:read_eeprom
272 sts = IIC0_READ(IIC_STS);
273 } while ((sts & IIC_STS_PT));
286 sts = IIC0_READ(IIC_STS);
287 } while ((sts & IIC_STS_PT) && !(sts & IIC_STS_ERR));
299 sts = IIC0_READ(IIC_STS);
300 } while ((sts & IIC_STS_PT) && !(sts & IIC_STS_ERR));
302 if ((sts & IIC_STS_PT) || (sts & IIC_STS_ERR)
    [all...]
  /src/tests/kernel/arch/sh3/
h_execregs.S 54 sts.l pr, @-sp
55 sts.l mach, @-sp
56 sts.l macl, @-sp
  /src/libexec/ld.elf_so/arch/sh3/
rtld_start.S 94 sts.l mach,@-r15
95 sts.l macl,@-r15
96 sts.l pr,@-r15
  /src/sys/dev/ic/
aha.c 129 u_char sts; local in function:aha_cmd
155 sts = bus_space_read_1(iot, ioh, AHA_STAT_PORT);
156 if (sts & AHA_STAT_IDLE)
162 name, sts);
181 sts = bus_space_read_1(iot, ioh, AHA_STAT_PORT);
182 if (!(sts & AHA_STAT_CDF))
202 sts = bus_space_read_1(iot, ioh, AHA_STAT_PORT);
203 if (sts & AHA_STAT_DF)
224 sts = bus_space_read_1(iot, ioh, AHA_INTR_PORT);
226 if (sts & AHA_INTR_HACC
395 u_char sts; local in function:aha_intr
742 u_char sts; local in function:aha_find
1028 u_char sts; local in function:aha_inquire_setup_information
    [all...]
bha.c 216 u_char sts; local in function:bha_intr
226 sts = bus_space_read_1(iot, ioh, BHA_INTR_PORT);
227 if ((sts & BHA_INTR_ANYINTR) == 0)
237 if (sts & BHA_INTR_MBOA) {
249 if (sts & BHA_INTR_MBIF)
750 u_char sts; local in function:bha_cmd
772 sts = bus_space_read_1(iot, ioh, BHA_STAT_PORT);
773 if (sts & BHA_STAT_IDLE)
779 name, sts);
800 sts = bus_space_read_1(iot, ioh, BHA_STAT_PORT)
872 u_char sts; local in function:bha_find
    [all...]
  /src/regress/sys/kern/nameibench/
nameibench.c 56 struct timespec sts; variable in typeref:struct:timespec
127 if (clock_gettime(CLOCK_MONOTONIC, &sts)) {
187 us -= (long)(sts.tv_sec * (uint64_t)1000000 + sts.tv_nsec / 1000);
  /src/sys/dev/fdt/
cdns3_fdt.c 157 uint32_t sts; local in function:cdns3_fdt_attach
159 sts = OTGRD4(cfsc, OTG_STS);
160 if (sts & OTG_STS_XHCI_READY)
165 aprint_error(": not ready (%#x)\n", sts);
  /src/tests/kernel/
t_timeleft.c 87 const struct timespec sts = { 1, 0 }; local in function:tester
94 ATF_REQUIRE(nanosleep(&sts, NULL) == 0);
  /src/sys/arch/arm/imx/
imxpwm.c 54 uint32_t sts = PWM_READ(sc, PWM_SR); local in function:imxpwm_intr
56 if (sts & PWM_SR_ROV) {
61 PWM_WRITE(sc, PWM_SR, sts);
  /src/lib/libc/compat/arch/sh3/gen/
compat_setjmp.S 56 sts.l pr, @-sp
80 sts.l pr, @-r4
compat_sigsetjmp.S 50 sts.l pr, @-sp
73 sts.l pr, @-r4
  /src/sys/arch/sh3/sh3/
lock_stubs.S 90 sts pr, r7 ! depend on _lock_cas not clobbering r7
112 sts pr, r7 ! depend on _lock_cas not clobbering r7
  /src/lib/libc/arch/sh3/gen/
setjmp.S 56 sts.l pr, @-sp
82 sts.l pr, @-r4
_setjmp.S 66 sts.l pr, @-r4
  /src/sys/dev/
ipmi.c 572 int sts, v; local in function:smic_write_cmd_data
575 sts = smic_wait(sc, SMIC_TX_DATA_RDY | SMIC_BUSY, SMIC_TX_DATA_RDY,
577 if (sts < 0)
578 return sts;
594 int sts; local in function:smic_read_data
596 sts = smic_wait(sc, SMIC_RX_DATA_RDY | SMIC_BUSY, SMIC_RX_DATA_RDY,
598 if (sts >= 0) {
602 return sts;
610 int sts, idx; local in function:smic_sendmsg
612 sts = smic_write_cmd_data(sc, SMS_CC_START_TRANSFER, &data[0])
631 int sts, idx; local in function:smic_recvmsg
754 int sts; local in function:kcs_read_data
773 int idx, sts; local in function:kcs_sendmsg
799 int idx, sts; local in function:kcs_recvmsg
    [all...]
  /src/sys/arch/arc/dti/
btl.c 199 u_char sts; local in function:bt_cmd
225 sts = isa_inb(iobase + BT_STAT_PORT);
226 if (sts & BT_STAT_IDLE)
232 name, sts);
250 sts = isa_inb(iobase + BT_STAT_PORT);
251 if (!(sts & BT_STAT_CDF))
270 sts = isa_inb(iobase + BT_STAT_PORT);
271 if (sts & BT_STAT_DF)
292 sts = isa_inb(iobase + BT_INTR_PORT);
294 if (sts & BT_INTR_HACC
510 u_char sts; local in function:btintr
892 u_char sts; local in function:bt_find
    [all...]
  /src/sys/arch/sandpoint/stand/altboot/
stg.c 322 uint32_t sts; local in function:stg_recv
331 sts = (uint32_t)le64toh(rxd->xd1);
332 if ((sts & R1_DONE) != 0)
339 if ((sts & R1_ER_MASK) != 0) {
345 len = sts & R1_FL_MASK;
443 int phy, ctl, sts, bound; local in function:mii_initphy
450 sts = mii_read(l, phy, MII_BMSR);
451 if (ctl != 0xffff && sts != 0xffff && sts != 0)
475 sts = mii_read(l, phy, MII_BMSR)
    [all...]
dsk.c 142 int sts; local in function:spinwait_unbusy
156 sts = CSR_READ_1(chan->cmd + _STS);
158 && sts != 0xff
159 && (sts & (ATA_STS_BUSY|ATA_STS_DRDY)) != ATA_STS_DRDY) {
161 sts = CSR_READ_1(chan->cmd + _STS);
165 if (sts == 0xff)
167 else if (sts & ATA_STS_ERR)
169 else if (sts & ATA_STS_BUSY)
171 else if ((sts & ATA_STS_DRDY) == 0)

Completed in 21 milliseconds

1 2 3