Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/dev/
H A Dsdev_profile.c892 copyin_nvlist(char *packed_usr, size_t packed_sz, nvlist_t **nvlp) in copyin_nvlist() argument
899 if (packed_usr == NULL || packed_sz == 0) in copyin_nvlist()
906 err = copyin(packed_usr, packed, packed_sz); in copyin_nvlist()