/src/distrib/sun2/miniroot/ |
mtree.conf | |
/src/distrib/sun3/miniroot/ |
mtree.conf | |
/src/distrib/atari/floppies/common/ |
mtree.conf | |
/src/distrib/evbarm/instkernel/sshramdisk/ |
mtree.conf | |
/src/usr.sbin/mtree/ |
compare.c | 271 mode_t tmode, mode; local in function:compare 273 tmode = s->st_mode; 280 if (!((tmode & ~(S_IRWXU|S_IRWXG|S_IRWXO)) || 282 if ((mode | tmode) == tmode)
|
/src/sys/arch/hp300/dev/ |
rboxreg.h | 86 uint8_t tmode; /* Tile mode size 0x40bb */ member in struct:rboxfb
|
/src/libexec/getty/ |
main.c | 93 struct termios tmode, omode; variable in typeref:struct:termios 132 #define ERASE tmode.c_cc[VERASE] 133 #define KILL tmode.c_cc[VKILL] 134 #define EOT tmode.c_cc[VEOF] 247 if (tcgetattr(0, &tmode) < 0) { 251 omode = tmode; 271 (void)cfsetispeed(&tmode, (speed_t)IS); 273 (void)cfsetispeed(&tmode, (speed_t)SP); 275 (void)cfsetospeed(&tmode, (speed_t)OS); 277 (void)cfsetospeed(&tmode, (speed_t)SP) [all...] |
/src/sys/arch/hp300/stand/common/ |
grf_rbreg.h | 107 vu_char tmode; /* Tile mode size 0x40bb */ member in struct:rboxfb
|
/src/tests/fs/vfs/ |
t_vnops.c | 999 int tmode; local in function:access_simple 1007 tmode = F_OK; 1009 tmode = ALLACC; 1011 RL(rump_sys_access("tfile", tmode));
|
/src/sys/dev/ic/ |
rtsx.c | 1305 uint8_t tmode = read ? RTSX_TM_NORMAL_READ : RTSX_TM_AUTO_WRITE2; local in function:rtsx_exec_short_xfer 1354 if (tmode == RTSX_TM_NORMAL_READ) { 1361 0xff, tmode | RTSX_SD_TRANSFER_START); 1382 int ncmd, dma_dir, error, tmode; local in function:rtsx_xfer 1403 tmode = RTSX_TM_AUTO_READ3; 1410 tmode = RTSX_TM_AUTO_WRITE3; 1453 0xff, tmode | RTSX_SD_TRANSFER_START);
|