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

/illumos-gate/usr/src/uts/common/os/
H A Dmodctl.c1237 size_t *ulensp, char *upaths)
1255 * If upaths is NULL then we are only computing the amount of space
1261 if (upaths) {
1356 if (upaths) {
1361 if (copyout(path, upaths, len + 1)) {
1365 upaths += len;
2152 char *upaths, int64_t *ulensp)
2166 * If upaths is NULL then we are only computing the amount of space
2172 if (upaths) {
2201 if (upaths) {
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 52 milliseconds