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

/illumos-gate/usr/src/man/man9e/
H A DMakefile30 devmap.9e \
/illumos-gate/usr/src/cmd/fs.d/
H A Dpreenlib.c396 chooseone(int devmapsize, ulong_t *devmap, int drvmapsize, ulong_t *drvmap) argument
401 if (devmap[i] & drvmap[i])
/illumos-gate/usr/src/uts/common/fs/specfs/
H A Dspecvnops.c2323 int (*devmap)(dev_t, devmap_cookie_t, offset_t,
2341 * and devmap entry points. This is to prevent the
2342 * system from calling invalid devmap entry point
2344 * devmap entry point.
2348 devmap = devopsp[maj]->devo_cb_ops->cb_devmap;
2351 * If driver provides devmap entry point in
2357 if (devmap == nodev || devmap == NULL ||
2358 devmap == nulldev)
/illumos-gate/usr/src/uts/common/vm/
H A Dseg_dev.c85 /* Default timeout for devmap context management */
140 * Macros to check if type of devmap handle
511 * duplicate devmap handles
537 * duplicate devmap handles
750 * free devmap handles from the beginning of the mapping.
782 * free devmap handles from addr to the end of the mapping.
952 * Utility function handles reducing the length of a devmap handle during unmap
963 * adjust devmap handle fields
999 * Free devmap handle, dhp.
1000 * Return the next devmap handl
[all...]

Completed in 1691 milliseconds