Home
last modified time | relevance | path

Searched refs:DB_SEG_PROT (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libdevinfo/
H A Ddevinfo_devlink.h258 #define DB_SEG_PROT(h, t) (DB(h)->seg_prot[t]) macro
H A Ddevinfo_devlink.c1021 assert(DB_SEG_PROT(hdp, i) == 0); in close_db()
1035 DB_SEG_PROT(hdp, i) = 0; in close_db()
2887 if (DB_SEG_PROT(hdp, seg) != prot) { in map_seg()
2890 seg, idx, DB_SEG_PROT(hdp, seg), prot); in map_seg()
2916 DB_SEG_PROT(hdp, seg) = prot; in map_seg()