Searched refs:sysinfo (Results 1 - 2 of 2) sorted by relevance
/ast/src/lib/libast/port/ |
H A D | astconf.c | 25 * 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)
|
/ast/src/lib/libast/comp/ |
H A D | conf.sh | 354 1) echo "$command: check ${CONF_getconf:+$CONF_getconf(1),}confstr(2),pathconf(2),sysconf(2),sysinfo(2) configuration names" >&2 ;;
|
Completed in 21 milliseconds