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

/freebsd-10-stable/sys/boot/ficl/arm/
H A Dsysdep.c75 void ficlFree (void *p) function
H A Dsysdep.h379 ** ficlMalloc and ficlFree have the same semantics as malloc and free
389 void ficlFree (void *p);
/freebsd-10-stable/sys/boot/ficl/ia64/
H A Dsysdep.c75 void ficlFree (void *p) function
H A Dsysdep.h380 ** ficlMalloc and ficlFree have the same semantics as malloc and free
390 void ficlFree (void *p);
/freebsd-10-stable/sys/boot/ficl/mips/
H A Dsysdep.c75 void ficlFree (void *p) function
H A Dsysdep.h379 ** ficlMalloc and ficlFree have the same semantics as malloc and free
389 void ficlFree (void *p);
/freebsd-10-stable/sys/boot/ficl/powerpc/
H A Dsysdep.c75 void ficlFree (void *p) function
H A Dsysdep.h379 ** ficlMalloc and ficlFree have the same semantics as malloc and free
389 void ficlFree (void *p);
/freebsd-10-stable/sys/boot/ficl/sparc64/
H A Dsysdep.c75 void ficlFree (void *p) function
H A Dsysdep.h369 ** ficlMalloc and ficlFree have the same semantics as malloc and free
379 void ficlFree (void *p);
/freebsd-10-stable/sys/boot/ficl/amd64/
H A Dsysdep.c75 void ficlFree (void *p) function
H A Dsysdep.h380 ** ficlMalloc and ficlFree have the same semantics as malloc and free
390 void ficlFree (void *p);
/freebsd-10-stable/sys/boot/ficl/i386/
H A Dsysdep.h378 ** ficlMalloc and ficlFree have the same semantics as malloc and free
388 void ficlFree (void *p);
H A Dsysdep.c78 void ficlFree (void *p) function
/freebsd-10-stable/sys/boot/ficl/
H A Dloader.c95 ficlFree(name);
96 ficlFree(value);
133 ficlFree(name);
134 ficlFree(value);
163 ficlFree(name);
198 ficlFree(name);
H A Dvm.c122 ficlFree(pVM->pStack);
123 ficlFree(pVM->rStack);
125 ficlFree(pVM->fStack);
127 ficlFree(pVM);
H A Dstack.c139 ficlFree(pStack);
H A Ddict.c432 ficlFree(pDict);
H A Dficl.c680 ficlFree(pSys);
H A Dwords.c3501 ficlFree(pDest);
4699 ficlFree(p);

Completed in 416 milliseconds