Home
last modified time | relevance | path

Searched refs:BSD_DIRENT (Results 1 – 1 of 1) sorted by relevance

/freebsd-12-stable/sys/i386/ibcs2/
Dibcs2_misc.c330 #define BSD_DIRENT(cp) ((struct dirent *)(cp)) in ibcs2_getdents() macro
398 len -= BSD_DIRENT(inp)->d_reclen; in ibcs2_getdents()
399 inp += BSD_DIRENT(inp)->d_reclen; in ibcs2_getdents()
408 reclen = BSD_DIRENT(inp)->d_reclen; in ibcs2_getdents()
414 if (BSD_DIRENT(inp)->d_fileno == 0) { in ibcs2_getdents()
433 idb.d_ino = (ibcs2_ino_t)BSD_DIRENT(inp)->d_fileno; in ibcs2_getdents()
437 (error = copyout(BSD_DIRENT(inp)->d_name, outp + 10, in ibcs2_getdents()
438 BSD_DIRENT(inp)->d_namlen + 1)) != 0) in ibcs2_getdents()
559 len -= BSD_DIRENT(inp)->d_reclen; in ibcs2_read()
560 inp += BSD_DIRENT(inp)->d_reclen; in ibcs2_read()
[all …]