/src/sys/ufs/lfs/ |
lfs_inode.h | 233 # define LFS_ENTER_LOG(theop, thefile, theline, lbn, theflags, thepid) do {\ 241 lfs_log[lfs_lognum].flags = (theflags); \ 266 # define LFS_ENTER_LOG(theop, thefile, theline, lbn, theflags, thepid) __nothing
|
/src/sys/arch/mac68k/dev/ |
zs.c | 243 int s, chip, theflags, channel; local in function:zsc_attach 298 theflags = mac68k_machine.modem_flags; 302 theflags = mac68k_machine.print_flags; 328 if (theflags & ZSMAC_RAW) { 337 if (theflags & ZSMAC_LOCALTALK) {
|
/src/sys/arch/macppc/dev/ |
zs.c | 229 int s, chip, theflags; local in function:zsc_attach 328 theflags = 0; /*mac68k_machine.modem_flags;*/ 334 theflags = 0; /*mac68k_machine.print_flags;*/ 358 if (theflags & ZSMAC_RAW) { 367 if (theflags & ZSMAC_LOCALTALK) {
|