/src/sys/dev/scsipi/ |
ch.c | 815 struct changer_volume_tag *avol, *pvol; local in function:ch_usergetelemstatus 965 pvol = (struct changer_volume_tag *)(desc + 1); 966 avol = pvol + 1; 970 pvol = (struct changer_volume_tag *)(desc + 1); 975 pvol = NULL; 980 avol = pvol = NULL; 984 if (pvol != NULL) { 985 ch_voltag_convert_in(pvol, &ces.ces_pvoltag);
|
ch.c | 815 struct changer_volume_tag *avol, *pvol; local in function:ch_usergetelemstatus 965 pvol = (struct changer_volume_tag *)(desc + 1); 966 avol = pvol + 1; 970 pvol = (struct changer_volume_tag *)(desc + 1); 975 pvol = NULL; 980 avol = pvol = NULL; 984 if (pvol != NULL) { 985 ch_voltag_convert_in(pvol, &ces.ces_pvoltag);
|
/src/sys/arch/powerpc/oea/ |
pmap.c | 1689 pmap_pvo_remove(struct pvo_entry *pvo, int pteidx, struct pvo_head *pvol) 1785 if (pvol) { 1786 LIST_INSERT_HEAD(pvol, pvo, pvo_vlink); 1801 pmap_pvo_free_list(struct pvo_head *pvol) 1805 for (pvo = LIST_FIRST(pvol); pvo != NULL; pvo = npvo) { 2051 struct pvo_head pvol; local in function:pmap_remove 2057 LIST_INIT(&pvol); 2062 pmap_pvo_remove(pvo, pteidx, &pvol); 2066 pmap_pvo_free_list(&pvol); 2294 struct pvo_head *pvo_head, pvol; local in function:pmap_pp_protect [all...] |
pmap.c | 1689 pmap_pvo_remove(struct pvo_entry *pvo, int pteidx, struct pvo_head *pvol) 1785 if (pvol) { 1786 LIST_INSERT_HEAD(pvol, pvo, pvo_vlink); 1801 pmap_pvo_free_list(struct pvo_head *pvol) 1805 for (pvo = LIST_FIRST(pvol); pvo != NULL; pvo = npvo) { 2051 struct pvo_head pvol; local in function:pmap_remove 2057 LIST_INIT(&pvol); 2062 pmap_pvo_remove(pvo, pteidx, &pvol); 2066 pmap_pvo_free_list(&pvol); 2294 struct pvo_head *pvo_head, pvol; local in function:pmap_pp_protect [all...] |