/src/lib/libc/compat/gen/ |
compat_glob.c | 32 #define lstat __compat_lstat macro
|
compat___fts31.c | 44 #define lstat __compat___lstat30 macro
|
compat___fts32.c | 50 #define lstat __compat___lstat30 macro
|
compat_fts.c | 66 #define lstat __compat_lstat macro
|
compat___fts13.c | 46 #define lstat __compat___lstat13 macro
|
compat___fts30.c | 36 #define lstat __compat___lstat30 macro
|
/src/include/ |
rmt.h | 56 #define lstat rmtlstat macro
|
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/symbolizer/ |
sanitizer_wrappers.cc | 146 int lstat(const char *path, struct stat *buf) { STAT(lstat, path, buf); } function in typeref:typename:int 156 STAT(lstat, path, buf);
|
/src/sys/rump/include/rump/ |
rump_syscallshotgun.h | 110 #define lstat(a,b) rump_sys_lstat(a,b) macro
|
/src/sys/dev/pci/ |
btvmei.c | 368 b3_617_vmeintr(struct b3_617_softc *sc, unsigned char lstat) 377 if (!(lstat & (1 << level))) 620 unsigned char lstat; local in function:b3_617_intr 626 lstat = read_csr_byte(sc, LDMA_CMD); 627 if ((lstat & LDC_DMA_DONE) && (lstat & LDC_DMA_INT_ENABLE)) { 629 write_csr_byte(sc, LDMA_CMD, lstat & (~LDC_DMA_DONE)); 636 lstat = read_csr_byte(sc, LOC_INT_STATUS); 637 if (lstat & LIS_CINT_MASK) { 639 b3_617_vmeintr(sc, lstat); [all...] |
if_sk.c | 2250 uint16_t lstat; local in function:sk_intr_bcom 2252 SK_PHYADDR_BCOM, BRGPHY_MII_AUXSTS, &lstat); 2254 if (!(lstat & BRGPHY_AUXSTS_LINK) && sc_if->sk_link) {
|
pci_subr.c | 4478 pcireg_t lctl, lstat; local in function:pci_conf_print_lmr_cap 4486 lstat = (reg >> 16) & 0xffff; 4487 printf(" Lane %d status: 0x%04x\n", i, lstat); 4488 pci_conf_print_lmr_lcsr(lstat, up, dp);
|
/src/sys/kern/ |
kern_lwp.c | 1376 int lstat = l->l_stat; local in function:lwp_migrate 1383 lstat = LSONPROC; 1404 switch (lstat) {
|
/src/usr.sbin/mountd/ |
mountd.c | 329 #define lstat(a, b) rump_sys_lstat((a), (b)) macro 2380 if (lstat(dirp, &sb) == -1) 2389 if (lstat(dirp, &sb) == -1) 2401 "\"%s\", line %ld: lstat for `%s' failed: %m",
|