Home
last modified time | relevance | path

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

/dragonfly/sbin/dump/
H A Ddump.h51 #define TSTINO(ino, map) isset(map, (u_int)((ino) - 1)) macro
/dragonfly/sbin/restore/
H A Drestore.h129 #define TSTINO(ino, map) isset(map, (u_int)((ino) - 1)) macro