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

/osnet-11/usr/src/lib/libzonecfg/common/
H A Dscratchops.c83 zonecfg_open_scratch(const char *rootpath, boolean_t createfile) argument
95 if (createfile)
98 if (!createfile) {
/osnet-11/usr/src/lib/libast/common/vmalloc/
H A Dmalloc.c826 static int createfile(char* file) function
828 static int createfile(file)
996 _Vmpffd = createfile(v);
1019 if (v && vm && vm->meth.meth == VM_MTDEBUG && (fd = createfile(v)) >= 0)
1045 if (trace && (fd = createfile(trace)) >= 0)

Completed in 18 milliseconds