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

/osnet-11/usr/src/lib/libc/port/gen/
H A Disaexec.c39 * implement the isalist exec algorithms. See PSARC/1997/220.
45 char *isalist; local
55 * Extract the isalist(5) for userland from the kernel.
57 isalist = malloc(isalen);
59 long ret = sysinfo(SI_ISALIST, isalist, isalen);
61 free(isalist);
67 isalist = realloc(isalist, isalen);
70 } while (isalist != NULL);
72 if (isalist
[all...]
/osnet-11/usr/src/lib/pybootmgmt/common/bootmgmt/
H A Dpysol.py950 # ================================[ isalist ]=================================
963 def isalist(): function
1351 "isalist",

Completed in 25 milliseconds