Searched refs:FL_RO (Results 1 – 2 of 2) sorted by relevance
| /src/sbin/fsdb/ |
| H A D | fsdb.c | 184 { "help", "Print out help", 1, 1, FL_RO, helpfn }, 185 { "?", "Print out help", 1, 1, FL_RO, helpfn }, 186 { "inode", "Set active inode to INUM", 2, 2, FL_RO, focus }, 188 { "lookup", "Set active inode by looking up NAME", 2, 2, FL_RO | FL_ST, focusname }, 189 { "cd", "Set active inode by looking up NAME", 2, 2, FL_RO | FL_ST, focusname }, 190 { "back", "Go to previous active inode", 1, 1, FL_RO, back }, 191 { "active", "Print active inode", 1, 1, FL_RO, active }, 192 { "print", "Print active inode", 1, 1, FL_RO, active }, 193 { "blocks", "Print block numbers of active inode", 1, 1, FL_RO, blocks }, 197 { "findblk", "Find inode owning disk block(s)", 2, 33, FL_RO, findblk}, [all …]
|
| H A D | fsdb.h | 48 #define FL_RO 0x0000 /* for symmetry */ macro
|