Searched refs:fsnamelen (Results 1 – 2 of 2) sorted by relevance
585 getfstype(char *askfor, char *fsname, size_t fsnamelen) in getfstype() argument601 console_gets(fsname, fsnamelen); in getfstype()
1319 int fsnamelen = strchr(tosnap, '@') - tosnap; in dmu_send() local1325 if (strncmp(tosnap, fromsnap, fsnamelen) != 0 || in dmu_send()1326 (fromsnap[fsnamelen] != '@' && in dmu_send()1327 fromsnap[fsnamelen] != '#')) { in dmu_send()