Home
last modified time | relevance | path

Searched refs:sg_list (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_serd.c168 fmd_list_delete(&sgp->sg_list, sep); in fmd_serd_eng_discard()
180 for (sep = fmd_list_next(&sgp->sg_list); in fmd_serd_eng_contains()
205 fmd_serd_eng_discard(sgp, fmd_list_next(&sgp->sg_list)); in fmd_serd_eng_record()
213 fmd_list_append(&sgp->sg_list, sep); in fmd_serd_eng_record()
220 oep = fmd_list_next(&sgp->sg_list); in fmd_serd_eng_record()
248 fmd_serd_eng_discard(sgp, fmd_list_next(&sgp->sg_list)); in fmd_serd_eng_reset()
263 sep = fmd_list_prev(&sgp->sg_list); in fmd_serd_eng_gc()
266 for (sep = fmd_list_next(&sgp->sg_list); sep != NULL; sep = nep) { in fmd_serd_eng_gc()
284 for (sep = fmd_list_next(&sgp->sg_list); sep != NULL; in fmd_serd_eng_commit()
H A Dfmd_serd.h45 fmd_list_t sg_list; /* list of fmd_serd_elem_t's */ member
H A Dfmd_rpc_adm.c631 if ((oep = fmd_list_next(&sgp->sg_list)) != NULL) in fmd_adm_serdinfo_record()
H A Dfmd_ckpt.c567 for (sep = fmd_list_next(&sgp->sg_list); in fmd_ckpt_save_serd()
H A Dfmd_api.c1287 for (sep = fmd_list_next(&sgp->sg_list); in fmd_case_add_serd()
/illumos-gate/usr/src/uts/common/io/skd/
H A Dskd.c3359 struct fit_sg_descriptor *sg_list; in skd_cons_sg_list() local
3363 nbytes = sizeof (*sg_list) * n_sg; in skd_cons_sg_list()
3369 sg_list = skd_alloc_dma_mem(skdev, mem, ATYPE_32BIT); in skd_cons_sg_list()
3371 if (sg_list != NULL) { in skd_cons_sg_list()
3375 bzero(sg_list, nbytes); in skd_cons_sg_list()
3381 sg_list[i].next_desc_ptr = dma_address + ndp_off; in skd_cons_sg_list()
3383 sg_list[i].next_desc_ptr = 0LL; in skd_cons_sg_list()
3386 return (sg_list); in skd_cons_sg_list()
3399 struct fit_sg_descriptor *sg_list,
3575 struct fit_sg_descriptor *sg_list, in skd_free_sg_list() argument
[all …]