Home | History | Annotate | Download | only in sunos

Lines Matching defs:idb

372 	struct sunos_dirent idb;
440 memset(&idb, 0, sizeof(idb));
441 sunos_reclen = SUNOS_RECLEN(&idb, bdp->d_namlen);
456 idb.d_fileno = bdp->d_fileno;
457 idb.d_off = off;
458 idb.d_reclen = sunos_reclen;
459 idb.d_namlen = bdp->d_namlen;
460 strlcpy(idb.d_name, bdp->d_name, sizeof(idb.d_name));
461 if ((error = copyout((void *)&idb, outp, sunos_reclen)) != 0)