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

/illumos-gate/usr/src/boot/sys/boot/fdt/
H A Dfdt_loader_cmd.c67 static struct fdt_header *fdtp = NULL; variable in typeref:struct:fdt_header
199 fdt_version(fdtp), FDT_LAST_SUPPORTED_VERSION);
211 if (fdtp)
212 free(fdtp);
215 fdtp = malloc(fdtp_size);
217 if (fdtp == NULL) {
223 COPYOUT(va, fdtp, fdtp_size);
243 free(fdtp);
244 if ((fdtp = malloc(fdtp_size)) == NULL) {
250 bcopy(header, fdtp, fdtp_siz
[all...]

Completed in 72 milliseconds