Searched defs:sysinfo (Results 1 - 1 of 1) sorted by relevance

/ast/src/lib/libast/port/
H A Dastconf.c25 * string interface to confstr(),pathconf(),sysconf(),sysinfo()
58 # define sysinfo(a,b,c) systeminfo(a,b,c) macro
64 # define sysinfo(a,b,c) syscall(SYS_systeminfo,a,b,c) macro
1131 call = "sysinfo";
1133 if ((v = sysinfo(p->op, buf, sizeof(buf))) >= 0)

Completed in 15 milliseconds