Lines Matching defs:fcode
29 * fcpci.c: Framework PCI fcode ops
42 #include <sys/fcode.h>
183 void *fcode, size_t fcode_size, char *unit_address,
191 rp->next_handle = fc_ops_alloc_handle(ap, child, fcode, fcode_size,
195 rp->fcode = fcode;
1091 char *name, *fcode;
1113 fcode = kmem_zalloc(fcode_len, KM_SLEEP);
1115 if ((status = prom_get_fcode(name, fcode)) != 0) {
1117 if (copyout((void *)fcode, (void *)fcode_virt,
1120 "to copy out fcode image\n");
1125 kmem_free(fcode, fcode_len);