Home
last modified time | relevance | path

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

/freebsd-10-stable/sbin/ggate/ggatel/
Dggatel.c50 static enum { UNSET, CREATE, DESTROY, LIST, RESCUE } action = UNSET; enumerator
/freebsd-10-stable/lib/libc/stdlib/
Dheapsort.c76 #define CREATE(initval, nmemb, par_i, child_i, par, child, size, count, tmp) { \ macro
/freebsd-10-stable/sbin/ggate/ggatec/
Dggatec.c58 static enum { UNSET, CREATE, DESTROY, LIST, RESCUE } action = UNSET; enumerator
/freebsd-10-stable/sys/sys/
Dnamei.h105 #define CREATE 1 /* setup for file creation */ macro
/freebsd-10-stable/sys/boot/ficl/
Dficl.h1086 CREATE, enumerator
/freebsd-10-stable/lib/libvmmapi/
Dvmmapi.c81 #define CREATE(x) sysctlbyname("hw.vmm.create", NULL, NULL, (x), strlen((x))) macro