Lines Matching defs:s
94 #define round_down_p2(a, s) ((a) & ~((s) - 1))
95 #define round_up_p2(a, s) (((a) + (s) - 1) & ~((s) - 1))
108 #define VTOCVP(vp) (VTOS(vp)->s_commonvp) /* we "know" it's an snode */
1012 * before we free up dhp, call the driver's devmap_unmap entry point
1560 * It's not _really_ required here to pass sdp->hat_flags
1759 * use the same device instance, the second dhp's LOCK call
1813 * call driver's devmap_access entry point which will
3268 * call the driver's devmap_map callback to do more after the mapping,
3286 * call driver's devmap_unmap entry point
3656 * DEVMEM: hat figures it out it's DEVMEM and creates non-consistent
3659 * kernel exported memory: hat figures it out it's memory and always
3762 * to set timeout value for the driver's context management callback, e.g.
3856 * locked; C) it's a lot of work to make it otherwise, particularly