Searched refs:fc_resource (Results 1 – 6 of 6) sorted by relevance
/titanic_44/usr/src/uts/sun4u/starcat/io/ |
H A D | fcgp2.c | 175 struct fc_resource *ip, *np; in gp2_fc_ops_free_handle() 217 kmem_free(ip, sizeof (struct fc_resource)); in gp2_fc_ops_free_handle() 259 struct fc_resource *ip; in gfc_map_in() 300 ip = kmem_zalloc(sizeof (struct fc_resource), KM_SLEEP); in gfc_map_in() 318 struct fc_resource *ip; in gfc_map_out() 354 kmem_free(ip, sizeof (struct fc_resource)); in gfc_map_out() 371 struct fc_resource *ip; in gfc_register_fetch() 477 struct fc_resource *ip; in gfc_register_store() 662 struct fc_resource *ip; in gfc_claim_memory() 712 ip = kmem_zalloc(sizeof (struct fc_resource), KM_SLEEP); in gfc_claim_memory() [all …]
|
/titanic_44/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 *);
|
/titanic_44/usr/src/uts/sun4/io/efcode/ |
H A D | fc_ops.c | 136 struct fc_resource *ip, *np; in fc_ops_free_handle() 158 kmem_free(ip, sizeof (struct fc_resource)); in fc_ops_free_handle() 422 struct fc_resource *ip; in fco_alloc_phandle() 436 ip = kmem_zalloc(sizeof (struct fc_resource), KM_SLEEP); in fco_alloc_phandle() 448 static struct fc_resource * 451 struct fc_resource *ip; in find_nodeid_resource() 568 struct fc_resource *ip; in fco_new_device() 602 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()
|
/titanic_44/usr/src/uts/sun4u/io/ |
H A D | opl_cfg.c | 1182 struct fc_resource *resp, *nresp; in opl_fc_ops_free_handle() 1234 kmem_free(resp, sizeof (struct fc_resource)); in opl_fc_ops_free_handle() 1277 struct fc_resource *resp; in opl_map_in() 1318 resp = kmem_zalloc(sizeof (struct fc_resource), KM_SLEEP); in opl_map_in() 1336 struct fc_resource *resp; in opl_map_out() 1372 kmem_free(resp, sizeof (struct fc_resource)); in opl_map_out() 1390 struct fc_resource *resp; in opl_register_fetch() 1506 struct fc_resource *resp; in opl_register_store() 1621 struct fc_resource *resp; in opl_claim_memory() 1670 resp = kmem_zalloc(sizeof (struct fc_resource), KM_SLEEP); in opl_claim_memory() [all …]
|