Home
last modified time | relevance | path

Searched defs:TRUNC_SECTOR (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/arch/ews4800mips/include/
H A Dsector.h44 #define TRUNC_SECTOR(x) ((x) & ~511) macro
/netbsd-src/sys/fs/sysvbfs/
H A Dbfs.c68 #define TRUNC_SECTOR(x) ((x) & ~511) macro