Searched defs:map_flags (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/efcode/engine/
H A Dmcookie.c43 int map_flags; member in struct:map_table
78 if ((mp->map_flags & MAP_IS_VALID) == 0)
86 mp->map_flags |= MAP_IS_VALID;
104 if ((mp->map_flags & MAP_IS_VALID) &&
110 mp->map_flags &= ~MAP_IS_VALID;
129 if ((mp->map_flags & MAP_IS_VALID) &&
149 if ((mp->map_flags & MAP_IS_VALID) &&
168 if ((mp->map_flags & MAP_IS_VALID) &&
187 if (map_table[i].map_flags & MAP_IS_VALID)
/illumos-gate/usr/src/uts/common/sys/
H A Dddimapreq.h79 int map_flags; /* See below... */ member in struct:__anon7121
H A Dbofi_impl.h97 int map_flags; member in struct:bofi_shadow
/illumos-gate/usr/src/uts/common/sys/fibre-channel/impl/
H A Dfc_ulpif.h85 int map_flags; /* Status flags */ member in struct:fc_portmap
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_target.h291 uint_t map_flags; /* Flags (see above) */ member in struct:mdb_map
/illumos-gate/usr/src/uts/common/io/
H A Dbofi.c406 ddi_dmareq_mapout(caddr_t addr, offset_t len, int map_flags, page_t *pp, argument
416 buf.b_flags = B_REMAPPED | map_flags;
3543 hp->map_flags = B_PAGEIO;
3546 hp->map_flags = B_SHADOW;
3549 hp->map_flags = 0;
3618 ddi_dmareq_mapout(hp->mapaddr, hp->len, hp->map_flags,
3698 ddi_dmareq_mapout(hp->mapaddr, hp->len, hp->map_flags,

Completed in 89 milliseconds