Home | Sort by: relevance | last modified time | path |
/src/sys/dev/pci/ | |
btvmeii.c | 89 int wnd; member in struct:b3_2706_vmemaprescs 292 int idx, i, wnd, res; local in function:b3_2706_map_vme 299 wnd = -1; 306 wnd = windoworder[idx]; 307 sc->windowused[wnd] = 1; 312 if (wnd == -1) 315 boundary = (wnd & 3) ? 64*1024 : 4*1024; 333 sc->windowused[wnd] = 0; 337 res = univ_pci_mapvme(&sc->univdata, wnd, vmebase, maplen, 341 sc->windowused[wnd] = 0 [all...] |
/src/usr.bin/systat/ | |
main.c | 76 WINDOW *wnd; variable in typeref:typename:WINDOW * 205 wnd = (*curmode->c_open)(); 206 if (wnd == NULL) { 312 wrefresh(wnd); 385 if (wnd) { |