HomeSort by: relevance | last modified time | path
    Searched defs:UNIX (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/fs/udf/
udf_osta.h 17 #ifndef UNIX
18 #define UNIX
  /src/games/hack/
config.h 69 #define UNIX /* delete if no fork(), exec() available */
98 #ifdef UNIX
124 #endif /* UNIX */
  /src/external/bsd/top/dist/machine/
m_irix5.c 34 * top - a top users display for Unix
79 #define UNIX "/unix"
223 (void) nlist(UNIX, nlst);
m_svr4.c 34 * top - a top users display for Unix
88 #define UNIX "/stand/unix"
212 if (nlist (UNIX, nlst))
214 (void) fprintf (stderr, "Unable to nlist %s\n", UNIX);
m_svr5.c 34 * top - a top users display for Unix
94 #define UNIX "/stand/unix"
245 if (nlist (UNIX, nlst))
247 (void) fprintf (stderr, "Unable to nlist %s\n", UNIX);
m_sunos5.c 2 * top - a top users display for Unix
127 #define UNIX "/dev/ksyms"
863 "unix", 0, "system_misc", NULL)) == 0)
1072 /* prefer kmem for this because kstat unix:0:system_pages
1085 ks = kstat_lookup(kc, "unix", 0, "system_pages");
1302 kstat_safe_retrieve(&ks_system_misc, "unix", 0, "system_misc", NULL);

Completed in 79 milliseconds