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

/osnet-11/usr/src/lib/libdevinfo/
H A Ddevinfo_devlink.c2813 return (map_seg(hdp, idx, PROT_READ, DB_NODE));
2819 return (map_seg(hdp, idx, PROT_READ | PROT_WRITE, DB_NODE));
2825 return (map_seg(hdp, idx, PROT_READ, DB_MINOR));
2831 return (map_seg(hdp, idx, PROT_READ | PROT_WRITE, DB_MINOR));
2837 return (map_seg(hdp, idx, PROT_READ, DB_LINK));
2843 return (map_seg(hdp, idx, PROT_READ | PROT_WRITE, DB_LINK));
2849 return (map_seg(hdp, idx, PROT_READ, DB_STR));
2855 return (map_seg(hdp, idx, PROT_READ | PROT_WRITE, DB_STR));
2864 map_seg( function
2880 (void) dprintf(DBG_ERR, "map_seg
[all...]

Completed in 26 milliseconds