Home
last modified time | relevance | path

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

/NextBSD/sbin/ggate/ggatel/
HDggatel.c50 static enum { UNSET, CREATE, DESTROY, LIST, RESCUE } action = UNSET; enumerator
/NextBSD/lib/libc/stdlib/
HDheapsort.c86 #define CREATE(initval, nmemb, par_i, child_i, par, child, size, count, tmp) { \ macro
/NextBSD/sbin/ggate/ggatec/
HDggatec.c58 static enum { UNSET, CREATE, DESTROY, LIST, RESCUE } action = UNSET; enumerator
/NextBSD/sys/sys/
HDnamei.h105 #define CREATE 1 /* setup for file creation */ macro
/NextBSD/sys/boot/ficl/
HDficl.h1086 CREATE, enumerator
/NextBSD/lib/libvmmapi/
HDvmmapi.c81 #define CREATE(x) sysctlbyname("hw.vmm.create", NULL, NULL, (x), strlen((x))) macro