Searched refs:sunos_dirent (Results 1 – 2 of 2) sorted by relevance
306 struct sunos_dirent { struct315 struct sunos_dirent *curr; argument316 struct sunos_dirent *previous;327 struct sunos_dirent * dirent; in sunos_filldir()353 struct sunos_dirent * lastdirent; in sunos_getdents()365 if (cnt < (sizeof(struct sunos_dirent) + 255)) in sunos_getdents()368 buf.curr = (struct sunos_dirent *) dirent; in sunos_getdents()
261 struct sunos_dirent { struct270 struct sunos_dirent *curr; argument271 struct sunos_dirent *previous;282 struct sunos_dirent * dirent; in sunos_filldir()308 struct sunos_dirent * lastdirent; in sunos_getdents()321 if(cnt < (sizeof(struct sunos_dirent) + 255)) in sunos_getdents()324 buf.curr = (struct sunos_dirent *) dirent; in sunos_getdents()