Home
last modified time | relevance | path

Searched defs:CREATE (Results 1 – 6 of 6) sorted by relevance

/freebsd/sbin/ggate/ggatel/
H A Dggatel.c50 static enum { UNSET, CREATE, DESTROY, LIST, RESCUE } action = UNSET; enumerator
/freebsd/lib/libc/stdlib/
H A Dheapsort.c82 #define CREATE(initval, nmemb, par_i, child_i, par, child, size, count, tmp) { \ macro
/freebsd/sbin/ggate/ggatec/
H A Dggatec.c59 static enum { UNSET, CREATE, DESTROY, LIST, RESCUE } action = UNSET; enumerator
/freebsd/sys/sys/
H A Dnamei.h43 enum nameiop { LOOKUP, CREATE, DELETE, RENAME }; enumerator
/freebsd/stand/ficl/
H A Dficl.h1085 CREATE, enumerator
/freebsd/lib/libvmmapi/
H A Dvmmapi.c81 #define CREATE(x) sysctlbyname("hw.vmm.create", NULL, NULL, (x), strlen((x))) macro