bdp                51 compat/common/compat_dir.c 	struct dirent *bdp;
bdp               118 compat/common/compat_dir.c 			bdp = (struct dirent *)inp;
bdp               119 compat/common/compat_dir.c 			len -= bdp->d_reclen;
bdp               120 compat/common/compat_dir.c 			inp += bdp->d_reclen;
bdp               130 compat/common/compat_dir.c 		bdp = (struct dirent *)inp;
bdp               131 compat/common/compat_dir.c 		reclen = bdp->d_reclen;
bdp               142 compat/common/compat_dir.c 		if (bdp->d_fileno != 0) {
bdp               143 compat/common/compat_dir.c 			if ((error = (*appendfunc) (arg, bdp,
bdp               112 compat/freebsd/freebsd_misc.c freebsd_readdir_callback(void *arg, struct dirent *bdp, off_t cookie)
bdp               118 compat/freebsd/freebsd_misc.c 	if (cb->resid < bdp->d_reclen)
bdp               120 compat/freebsd/freebsd_misc.c 	idb.d_fileno = bdp->d_fileno;
bdp               121 compat/freebsd/freebsd_misc.c 	idb.d_reclen = bdp->d_reclen;
bdp               122 compat/freebsd/freebsd_misc.c 	idb.d_type = bdp->d_type;
bdp               123 compat/freebsd/freebsd_misc.c 	idb.d_namlen = bdp->d_namlen;
bdp               124 compat/freebsd/freebsd_misc.c 	strlcpy(idb.d_name, bdp->d_name, sizeof(idb.d_name));
bdp               126 compat/freebsd/freebsd_misc.c 	if ((error = copyout((caddr_t)&idb, cb->outp, bdp->d_reclen)))
bdp               128 compat/freebsd/freebsd_misc.c 	cb->outp += bdp->d_reclen;
bdp               129 compat/freebsd/freebsd_misc.c 	cb->resid -= bdp->d_reclen;
bdp               344 compat/ibcs2/ibcs2_misc.c ibcs2_readdir_callback(arg, bdp, cookie)
bdp               346 compat/ibcs2/ibcs2_misc.c 	struct dirent *bdp;
bdp               354 compat/ibcs2/ibcs2_misc.c 	ibcs2_reclen = IBCS2_RECLEN(&idb, bdp->d_namlen);
bdp               363 compat/ibcs2/ibcs2_misc.c 	idb.d_ino = (ibcs2_ino_t)bdp->d_fileno;
bdp               367 compat/ibcs2/ibcs2_misc.c 	strlcpy(idb.d_name, bdp->d_name, sizeof(idb.d_name));
bdp               380 compat/ibcs2/ibcs2_misc.c ibcs2_classicread_callback(arg, bdp, cookie)
bdp               382 compat/ibcs2/ibcs2_misc.c 	struct dirent *bdp;
bdp               401 compat/ibcs2/ibcs2_misc.c 	idb.ino = (bdp->d_fileno > 0xfffe) ? 0xfffe : bdp->d_fileno;
bdp               403 compat/ibcs2/ibcs2_misc.c 	strncpy(idb.name, bdp->d_name, 14);
bdp               964 compat/linux/linux_misc.c linux_readdir_callback(arg, bdp, cookie)
bdp               966 compat/linux/linux_misc.c 	struct dirent *bdp;
bdp               979 compat/linux/linux_misc.c 	     LINUX_RECLEN(&idb64, bdp->d_namlen) :
bdp               980 compat/linux/linux_misc.c 	     LINUX_RECLEN(&idb, bdp->d_namlen);
bdp               986 compat/linux/linux_misc.c 		idb64.d_ino = (linux_ino64_t)bdp->d_fileno;
bdp               989 compat/linux/linux_misc.c 		idb64.d_type = bdp->d_type;
bdp               990 compat/linux/linux_misc.c 		strlcpy(idb64.d_name, bdp->d_name, sizeof(idb64.d_name));
bdp               993 compat/linux/linux_misc.c 		idb.d_ino = (linux_ino_t)bdp->d_fileno;
bdp              1000 compat/linux/linux_misc.c 			idb.d_reclen = (u_short)bdp->d_namlen;
bdp              1005 compat/linux/linux_misc.c 		strlcpy(idb.d_name, bdp->d_name, sizeof(idb.d_name));
bdp               385 compat/sunos/sunos_misc.c sunos_readdir_callback(arg, bdp, cookie)
bdp               387 compat/sunos/sunos_misc.c 	struct dirent *bdp;
bdp               395 compat/sunos/sunos_misc.c 	sunos_reclen = SUNOS_RECLEN(&idb, bdp->d_namlen);
bdp               399 compat/sunos/sunos_misc.c 	idb.d_fileno = bdp->d_fileno;
bdp               402 compat/sunos/sunos_misc.c 	idb.d_namlen = bdp->d_namlen;
bdp               403 compat/sunos/sunos_misc.c 	strlcpy(idb.d_name, bdp->d_name, sizeof(idb.d_name));
bdp               230 compat/svr4/svr4_misc.c svr4_readdir_callback(arg, bdp, cookie)
bdp               232 compat/svr4/svr4_misc.c 	struct dirent *bdp;
bdp               240 compat/svr4/svr4_misc.c 	svr4_reclen = SVR4_RECLEN(&idb, bdp->d_namlen);
bdp               244 compat/svr4/svr4_misc.c 	idb.d_ino = (svr4_ino_t)bdp->d_fileno;
bdp               247 compat/svr4/svr4_misc.c 	strlcpy(idb.d_name, bdp->d_name, sizeof(idb.d_name));
bdp               258 compat/svr4/svr4_misc.c svr4_readdir64_callback(arg, bdp, cookie)
bdp               260 compat/svr4/svr4_misc.c 	struct dirent *bdp;
bdp               268 compat/svr4/svr4_misc.c 	svr4_reclen = SVR4_RECLEN(&idb, bdp->d_namlen);
bdp               277 compat/svr4/svr4_misc.c 	idb.d_ino = (svr4_ino64_t)bdp->d_fileno;
bdp               280 compat/svr4/svr4_misc.c 	strlcpy(idb.d_name, bdp->d_name, sizeof(idb.d_name));