Searched refs:rtypes (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/contrib/netbsd-tests/fs/puffs/h_dtfs/
H A Ddtfs_vfsops.c110 } rtypes[] = { variable in typeref:struct:rtype
119 #define NTYPES (sizeof(rtypes) / sizeof(rtypes[0]))
151 if (strncmp(rtypes[i].tstr, typestr,
152 strlen(rtypes[i].tstr)) == 0) {
153 if (rtypes[i].pfunc(pu, typestr,
154 rtypes[i].vt) != 0) {

Completed in 87 milliseconds