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

/illumos-gate/usr/src/uts/common/os/
H A Dmodctl.c1237 size_t *ulensp, char *upaths)
1256 * needed to hold the paths and returning the value in *ulensp. If we
1262 if (ulensp == NULL)
1264 if (copyin(ulensp, &ulens, sizeof (ulens)) != 0)
1375 if (ulensp && copyout(&lens, ulensp, sizeof (lens))) {
2152 char *upaths, int64_t *ulensp)
2167 * needed to return the paths, with the value returned in *ulensp. If we
2173 if (ulensp == NULL)
2175 if (copyin(ulensp,
1236 modctl_devid2paths(ddi_devid_t udevid, char *uminor_name, uint_t flag, size_t *ulensp, char *upaths) argument
2151 modctl_devreaddir(const char *udir, int udirlen, char *upaths, int64_t *ulensp) argument
[all...]

Completed in 51 milliseconds