Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/os/
H A Dmodctl.c1252 int ulens; in modctl_devid2paths() local
1270 if (copyin(ulensp, &ulens, sizeof (ulens)) != 0) in modctl_devid2paths()
1363 if (lens > ulens) { in modctl_devid2paths()
2163 int64_t ulens; in modctl_devreaddir() local
2181 if (copyin(ulensp, &ulens, sizeof (ulens)) != 0) in modctl_devreaddir()
2208 if (lens > ulens) { in modctl_devreaddir()