Lines Matching defs:fcode
28 * fcgp2.c: Framework gp2 (Safari) fcode ops
40 #include <sys/fcode.h>
140 void *fcode, size_t fcode_size, char *unit_address,
147 rp->next_handle = fc_ops_alloc_handle(ap, child, fcode, fcode_size,
151 rp->fcode = fcode;
848 char *name, *fcode;
872 fcode = kmem_zalloc(fcode_len, KM_SLEEP);
874 if ((status = prom_get_fcode(name, fcode)) != 0) {
876 if (copyout((void *)fcode, (void *)fcode_virt,
879 "to copy out fcode image\n");
884 kmem_free(fcode, fcode_len);