Searched refs:ficlMalloc (Results 1 - 20 of 20) sorted by relevance

/freebsd-10-stable/sys/boot/ficl/arm/
H A Dsysdep.c65 void *ficlMalloc (size_t size) function
H A Dsysdep.h379 ** ficlMalloc and ficlFree have the same semantics as malloc and free
388 void *ficlMalloc (size_t size);
/freebsd-10-stable/sys/boot/ficl/ia64/
H A Dsysdep.c65 void *ficlMalloc (size_t size) function
H A Dsysdep.h380 ** ficlMalloc and ficlFree have the same semantics as malloc and free
389 void *ficlMalloc (size_t size);
/freebsd-10-stable/sys/boot/ficl/mips/
H A Dsysdep.c65 void *ficlMalloc (size_t size) function
H A Dsysdep.h379 ** ficlMalloc and ficlFree have the same semantics as malloc and free
388 void *ficlMalloc (size_t size);
/freebsd-10-stable/sys/boot/ficl/powerpc/
H A Dsysdep.c65 void *ficlMalloc (size_t size) function
H A Dsysdep.h379 ** ficlMalloc and ficlFree have the same semantics as malloc and free
388 void *ficlMalloc (size_t size);
/freebsd-10-stable/sys/boot/ficl/sparc64/
H A Dsysdep.c65 void *ficlMalloc (size_t size) function
H A Dsysdep.h369 ** ficlMalloc and ficlFree have the same semantics as malloc and free
378 void *ficlMalloc (size_t size);
/freebsd-10-stable/sys/boot/ficl/amd64/
H A Dsysdep.c65 void *ficlMalloc (size_t size) function
H A Dsysdep.h380 ** ficlMalloc and ficlFree have the same semantics as malloc and free
389 void *ficlMalloc (size_t size);
/freebsd-10-stable/sys/boot/ficl/
H A Dloader.c83 name = (char*) ficlMalloc(names+1);
88 value = (char*) ficlMalloc(values+1);
121 name = (char*) ficlMalloc(names+1);
126 value = (char*) ficlMalloc(values+1);
156 name = (char*) ficlMalloc(names+1);
191 name = (char*) ficlMalloc(names+1);
267 name = (char*) ficlMalloc(names+1);
272 type = (char*) ficlMalloc(types+1);
H A Ddict.c394 pDict = ficlMalloc(sizeof (FICL_DICT));
397 pDict->dict = ficlMalloc(nAlloc);
857 dp->dict = ficlMalloc( dictIncrease.u * sizeof (CELL) );
H A Dstack.c117 FICL_STACK *pStack = ficlMalloc(size);
H A Dficl.c101 FICL_SYSTEM *pSys = ficlMalloc(sizeof (FICL_SYSTEM));
H A Dvm.c87 pVM = (FICL_VM *)ficlMalloc(sizeof (FICL_VM));
H A Dwords.c3486 char *pDest = (char *)ficlMalloc(count + 1);
4681 p = ficlMalloc(size);
/freebsd-10-stable/sys/boot/ficl/i386/
H A Dsysdep.h378 ** ficlMalloc and ficlFree have the same semantics as malloc and free
387 void *ficlMalloc (size_t size);
H A Dsysdep.c68 void *ficlMalloc (size_t size) function

Completed in 198 milliseconds