Searched refs:dev_map_idx (Results 1 - 4 of 4) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/dev/ic/
H A Disp_netbsd.c931 if (lp->dev_map_idx == 0) {
942 tgt = lp->dev_map_idx - 1;
944 lp->dev_map_idx = 0;
988 if (lp->dev_map_idx == 0) {
1008 tgt = lp->dev_map_idx - 1;
1010 lp->dev_map_idx = 0;
1290 lp->dev_map_idx = i + 1;
1296 if (lp->dev_map_idx) {
1297 tgt = lp->dev_map_idx - 1;
1323 if (lp->dev_map_idx) {
[all...]
H A Dispvar.h413 * + There can never be two non-NIL entries which have the same dev_map_idx
425 * The dev_map_idx, if nonzero, is the system virtual target ID (+1)
443 uint16_t dev_map_idx : 12, member in struct:__anon7482
H A Disp.c2852 if (lp->dev_map_idx) {
2853 int t = lp->dev_map_idx - 1;
H A Disp_library.c460 if (lp->dev_map_idx) {
461 ISP_SNPRINTF(mb, sizeof (mb), "%3d", ((int) lp->dev_map_idx) - 1);

Completed in 183 milliseconds