Home
last modified time | relevance | path

Searched refs:stat1 (Results 1 – 16 of 16) sorted by relevance

/netbsd-src/sys/arch/arm/ti/
H A Dti_motg.c189 uint32_t stat, stat0, stat1; in ti_motg_intr() local
197 stat1 = TIOTG_USBC_READ4(sc, USBCTRL_IRQ_STAT1); in ti_motg_intr()
199 sc->sc_ctrlport, stat0, stat1, stat); in ti_motg_intr()
204 if (stat1) { in ti_motg_intr()
205 TIOTG_USBC_WRITE4(sc, USBCTRL_IRQ_STAT1, stat1); in ti_motg_intr()
207 if (stat1 & USBCTRL_IRQ_STAT1_DRVVBUS) { in ti_motg_intr()
211 stat0 & 0xffff, stat1 & 0xff); in ti_motg_intr()
/netbsd-src/sys/arch/newsmips/newsmips/
H A Dnews3400.c179 uint8_t stat1, saved_inten1; in news3400_level1_intr() local
185 stat1 = *intst1 & LEVEL1_MASK1; in news3400_level1_intr()
186 *intclr1 = stat1; in news3400_level1_intr()
188 stat1 &= saved_inten1; in news3400_level1_intr()
190 hb_intr_dispatch(1, stat1); in news3400_level1_intr()
194 if (stat1 & INTST1_SCC) in news3400_level1_intr()
196 if (stat1 & INTST1_LANCE) in news3400_level1_intr()
/netbsd-src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/gpio/
H A Dnouveau_nvkm_subdev_gpio_gk104.c38 u32 stat1 = nvkm_rd32(device, 0x00dc88) & intr1; in gk104_gpio_intr_stat() local
39 *lo = (stat1 & 0xffff0000) | (stat0 >> 16); in gk104_gpio_intr_stat()
40 *hi = (stat1 << 16) | (stat0 & 0x0000ffff); in gk104_gpio_intr_stat()
H A Dnouveau_nvkm_subdev_gpio_g94.c38 u32 stat1 = nvkm_rd32(device, 0x00e070) & intr1; in g94_gpio_intr_stat() local
39 *lo = (stat1 & 0xffff0000) | (stat0 >> 16); in g94_gpio_intr_stat()
40 *hi = (stat1 << 16) | (stat0 & 0x0000ffff); in g94_gpio_intr_stat()
/netbsd-src/sys/dev/isa/
H A Dcec.c245 u_int8_t stat1, stat2; in cecintr() local
247 stat1 = bus_space_read_1(iot, ioh, NEC7210_ISR1); in cecintr()
251 sc, stat1, stat2)); in cecintr()
663 u_int8_t stat1, stat2; in cecwait() local
668 stat1 = bus_space_read_1(iot, ioh, NEC7210_ISR1); in cecwait()
671 if ((stat1 & ISR1_ERR)) { in cecwait()
681 if ((stat1 & x1) || (stat2 & x2)) in cecwait()
/netbsd-src/usr.bin/systat/
H A Diostat.c57 static void stat1(int, int);
219 stat1(row++, i); in showiostat()
306 stat1(int row, int o) in stat1() function
/netbsd-src/external/gpl2/lvm2/dist/lib/device/
H A Ddev-cache.c163 struct stat stat0, stat1; in _compare_paths() local
219 if (lstat(p1, &stat1)) { in _compare_paths()
223 if (S_ISLNK(stat0.st_mode) && !S_ISLNK(stat1.st_mode)) in _compare_paths()
225 if (!S_ISLNK(stat0.st_mode) && S_ISLNK(stat1.st_mode)) in _compare_paths()
/netbsd-src/sys/arch/hp300/dev/
H A Dnhpib.c509 int stat1; in nhpibintr() local
514 stat1 = hd->hpib_lis; in nhpibintr()
515 __USE(stat1); in nhpibintr()
/netbsd-src/sys/dev/sbus/
H A Dstp4020reg.h289 volatile ushort_t stat1; /* socket status register 1 */ member
/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-mdb/
H A Dinit.c94 struct stat stat1; in mdb_db_open() local
110 rc = stat( mdb->mi_dbenv_home, &stat1 ); in mdb_db_open()
/netbsd-src/external/bsd/nsd/dist/
H A Dremote.c2710 struct nsdst stat0, stat1; in zonestat_print() local
2723 memcpy(&stat1, &zonestats[1][n->id], sizeof(stat1)); in zonestat_print()
2724 stats_add(&stat0, &stat1); in zonestat_print()
2727 memcpy(&stat1, &stat0, sizeof(stat1)); in zonestat_print()
2744 memcpy(xfrd->zonestat_clear[n->id], &stat1, in zonestat_print()
/netbsd-src/sys/dev/ic/
H A Drtsx.c1601 uint8_t stat1; in rtsx_exec_command() local
1602 if (rtsx_read(sc, RTSX_SD_STAT1, &stat1) == 0 && in rtsx_exec_command()
1603 (stat1 & RTSX_SD_CRC_ERR)) { in rtsx_exec_command()
1605 "CRC error (stat=0x%x)\n", stat1); in rtsx_exec_command()
/netbsd-src/crypto/external/bsd/openssl.old/dist/
H A DConfigure3453 my @stat1 = stat($_[1]); # Second argument
3456 die "Couldn't stat $_[1]" unless @stat1;
3459 return 0 unless ($stat0[0] == $stat1[0]);
3462 return 0 unless ($stat0[1] eq $stat1[1]);
/netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Darc.c888 #define ARCSTAT_CONDSTAT(cond1, stat1, notstat1, cond2, stat2, notstat2, stat) \ argument
891 ARCSTAT_BUMP(arcstat_##stat1##_##stat2##_##stat); \
893 ARCSTAT_BUMP(arcstat_##stat1##_##notstat2##_##stat); \
/netbsd-src/external/gpl3/gdb/dist/gdb/config/djgpp/
H A Dfnchange.lst452 @V@/gdb/testsuite/gdb.cp/m-static1.cc @V@/gdb/testsuite/gdb.cp/m-stat1.cc
/netbsd-src/external/public-domain/sqlite/dist/
H A Dsqlite3.c224728 SessionStat1Ctx stat1 = {{0,0,0,0,0},0};
224754 stat1.hook = pSession->hook;
224755 stat1.pSession = pSession;
224756 pSession->hook.pCtx = (void*)&stat1;
224878 pSession->hook = stat1.hook;