Home
last modified time | relevance | path

Searched refs:fc_resource (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/sun4/sys/
H A Dfcode.h370 struct fc_resource { struct
371 struct fc_resource *next; argument
449 struct fc_resource *head;
612 extern void fc_add_resource(fco_handle_t, struct fc_resource *);
613 extern void fc_rem_resource(fco_handle_t, struct fc_resource *);
/illumos-gate/usr/src/uts/sun4/io/efcode/
H A Dfc_ops.c137 struct fc_resource *ip, *np; in fc_ops_free_handle()
159 kmem_free(ip, sizeof (struct fc_resource)); in fc_ops_free_handle()
423 struct fc_resource *ip; in fco_alloc_phandle()
437 ip = kmem_zalloc(sizeof (struct fc_resource), KM_SLEEP); in fco_alloc_phandle()
449 static struct fc_resource *
452 struct fc_resource *ip; in find_nodeid_resource()
569 struct fc_resource *ip; in fco_new_device()
603 kmem_free(ip, sizeof (struct fc_resource)); in fco_new_device()
H A Dfcpci.c222 struct fc_resource *ip, *np; in pci_fc_ops_free_handle()
300 struct fc_resource *ip; in pfc_dma_map_in()
388 struct fc_resource *ip; in pfc_dma_sync()
441 struct fc_resource *ip; in pfc_dma_map_out()
495 static struct fc_resource *
498 struct fc_resource *ip; in next_dma_resource()
512 struct fc_resource *ip; in pfc_dma_cleanup()
550 struct fc_resource *ip; in pfc_map_in()
614 struct fc_resource *ip; in pfc_map_out()
666 struct fc_resource *ip; in pfc_register_fetch()
[all …]
H A Dfc_subr.c326 fc_add_resource(fco_handle_t rp, struct fc_resource *ip) in fc_add_resource()
340 fc_rem_resource(fco_handle_t rp, struct fc_resource *ip) in fc_rem_resource()
342 struct fc_resource *fp; in fc_rem_resource()
/illumos-gate/usr/src/uts/sun4u/io/
H A Dopl_cfg.c1181 struct fc_resource *resp, *nresp; in opl_fc_ops_free_handle()
1233 kmem_free(resp, sizeof (struct fc_resource)); in opl_fc_ops_free_handle()
1276 struct fc_resource *resp; in opl_map_in()
1335 struct fc_resource *resp; in opl_map_out()
1371 kmem_free(resp, sizeof (struct fc_resource)); in opl_map_out()
1389 struct fc_resource *resp; in opl_register_fetch()
1505 struct fc_resource *resp; in opl_register_store()
1620 struct fc_resource *resp; in opl_claim_memory()
1687 struct fc_resource *resp; in opl_release_memory()
1726 kmem_free(resp, sizeof (struct fc_resource)); in opl_release_memory()
[all …]