| /netbsd-src/sys/arch/arm/ti/ |
| H A D | ti_motg.c | 189 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 D | news3400.c | 179 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 D | nouveau_nvkm_subdev_gpio_gk104.c | 38 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 D | nouveau_nvkm_subdev_gpio_g94.c | 38 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 D | cec.c | 245 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 D | iostat.c | 57 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 D | dev-cache.c | 163 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 D | nhpib.c | 509 int stat1; in nhpibintr() local 514 stat1 = hd->hpib_lis; in nhpibintr() 515 __USE(stat1); in nhpibintr()
|
| /netbsd-src/sys/dev/sbus/ |
| H A D | stp4020reg.h | 289 volatile ushort_t stat1; /* socket status register 1 */ member
|
| /netbsd-src/external/bsd/openldap/dist/servers/slapd/back-mdb/ |
| H A D | init.c | 94 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 D | remote.c | 2710 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 D | rtsx.c | 1601 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 D | Configure | 3453 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 D | arc.c | 888 #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 D | fnchange.lst | 452 @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 D | sqlite3.c | 224728 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;
|