Home | History | Annotate | Download | only in common

Lines Matching defs:bdp

119 	struct dirent *bdp;
191 bdp = (struct dirent *)inp;
192 reclen = bdp->d_reclen;
197 if (bdp->d_fileno == 0) {
206 if (bdp->d_namlen >= sizeof(idb.d_name))
209 idb.d_namlen = bdp->d_namlen;
210 old_reclen = _DIRENT_RECLEN(&idb, bdp->d_namlen);
221 idb.d_fileno = (uint32_t)bdp->d_fileno;
223 idb.d_type = (uint8_t)bdp->d_type;
224 (void)memcpy(idb.d_name, bdp->d_name, idb.d_namlen);