HomeSort by: relevance | last modified time | path
    Searched refs:ustat (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/arch/zaurus/stand/zboot/
unixdev.h 62 int ustat(const char *, struct linux_stat *);
diskprobe.c 357 if (ustat(path, &sb) != 0)
  /src/sys/dev/pci/
eap.c 884 uint8_t ustat; local in function:eap_intr
887 ustat = EREAD1(sc, EAP_UART_STATUS);
889 if (ustat & EAP_US_RXINT) {
896 if (ustat & EAP_US_TXINT)
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_platform_limits_posix.cc 227 // Use pre-computed size of struct ustat to avoid <sys/ustat.h> which
237 #error Unknown size of struct ustat

Completed in 56 milliseconds