Home | History | Annotate | Download | only in sunos32

Lines Matching defs:idb

560 	struct sunos32_dirent idb;
629 memset(&idb, 0, sizeof(idb));
630 sunos_reclen = SUNOS32_RECLEN(&idb, bdp->d_namlen);
645 idb.d_fileno = bdp->d_fileno;
646 idb.d_off = off;
647 idb.d_reclen = sunos_reclen;
648 idb.d_namlen = bdp->d_namlen;
649 strlcpy(idb.d_name, bdp->d_name, sizeof(idb.d_name));
650 if ((error = copyout((void *)&idb, outp, sunos_reclen)) != 0)