Searched refs:fc_resource (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/uts/sun4/sys/ |
H A D | fcode.h | 370 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 D | fc_ops.c | 137 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 D | fcpci.c | 222 struct fc_resource *ip, *np; in pci_fc_ops_free_handle() 256 kmem_free(ip, sizeof (struct fc_resource)); in pci_fc_ops_free_handle() 300 struct fc_resource *ip; in pfc_dma_map_in() 369 ip = kmem_zalloc(sizeof (struct fc_resource), KM_SLEEP); in pfc_dma_map_in() 388 struct fc_resource *ip; in pfc_dma_sync() 441 struct fc_resource *ip; in pfc_dma_map_out() 489 kmem_free(ip, sizeof (struct fc_resource)); 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() [all …]
|
H A D | fc_subr.c | 326 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 D | opl_cfg.c | 1181 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() 1317 resp = kmem_zalloc(sizeof (struct fc_resource), KM_SLEEP); 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() 1669 resp = kmem_zalloc(sizeof (struct fc_resource), KM_SLEEP); in opl_claim_memory() [all …]
|