Searched refs:tmode (Results 1 – 10 of 10) sorted by relevance
| /freebsd-14.2/libexec/getty/ |
| H A D | main.c | 93 struct termios tmode; variable 127 #define KILL tmode.c_cc[VKILL] 128 #define EOT tmode.c_cc[VEOF] 333 cfsetispeed(&tmode, B0); in main() 334 cfsetospeed(&tmode, B0); in main() 390 tmode.c_iflag |= ICRNL; in main() 391 tmode.c_oflag |= ONLCR; in main() 395 tmode.sg_flags |= LCASE; in main() 482 tmode.c_cflag |= CLOCAL; in defttymode() 483 omode = tmode; in defttymode() [all …]
|
| H A D | subr.c | 245 tmode.c_cflag = C0; in set_flags() 246 tmode.c_iflag = I0; in set_flags() 247 tmode.c_lflag = L0; in set_flags() 248 tmode.c_oflag = O0; in set_flags() 254 tmode.c_cflag = C1; in set_flags() 255 tmode.c_iflag = I1; in set_flags() 256 tmode.c_lflag = L1; in set_flags() 257 tmode.c_oflag = O1; in set_flags() 263 tmode.c_cflag = C2; in set_flags() 264 tmode.c_iflag = I2; in set_flags() [all …]
|
| H A D | extern.h | 40 extern struct termios tmode, omode;
|
| /freebsd-14.2/contrib/ntp/ntpd/ |
| H A D | refclock_zyfer.c | 210 int tmode; /* Time mode */ in zyfer_receive() local 274 &tmode, &tfom, &omode) != 8) { in zyfer_receive() 279 if (tmode != 2) { in zyfer_receive()
|
| /freebsd-14.2/contrib/mtree/ |
| H A D | compare.c | 263 mode_t tmode, mode; in compare() local 265 tmode = s->st_mode; in compare() 272 if (!((tmode & ~(S_IRWXU|S_IRWXG|S_IRWXO)) || in compare() 274 if ((mode | tmode) == tmode) in compare()
|
| /freebsd-14.2/usr.bin/tftp/ |
| H A D | main.c | 245 const char *tmode = "octet"; in urihandling() local 266 tmode = opts; in urihandling() 267 tmode += 5; in urihandling() 270 if (strcmp(modes[i].m_name, tmode) == 0) in urihandling()
|
| /freebsd-14.2/sys/contrib/openzfs/lib/libzfs/ |
| H A D | libzfs_diff.c | 265 mode_t fmode, tmode; in write_inuse_diffs_one() local 315 tmode = tsb.zs_mode & S_IFMT; in write_inuse_diffs_one() 316 if (fmode == S_IFDIR || tmode == S_IFDIR || fsb.zs_links == 0 || in write_inuse_diffs_one() 338 if (fmode != tmode && fsb.zs_gen == tsb.zs_gen) in write_inuse_diffs_one()
|
| /freebsd-14.2/contrib/netbsd-tests/fs/vfs/ |
| H A D | t_vnops.c | 960 int tmode; in access_simple() local 968 tmode = F_OK; in access_simple() 970 tmode = ALLACC; in access_simple() 972 RL(rump_sys_access("tfile", tmode)); in access_simple()
|
| /freebsd-14.2/sys/dev/rtsx/ |
| H A D | rtsx.c | 2813 int tmode; local 2830 tmode = RTSX_TM_AUTO_READ1; 2841 tmode = RTSX_TM_AUTO_WRITE3; 2874 0xff, tmode | RTSX_SD_TRANSFER_START);
|
| /freebsd-14.2/sys/fs/nfsserver/ |
| H A D | nfs_nfsdport.c | 6923 u_short tmode; in nfsvno_updateds() local 6927 tmode = nva.na_mode; in nfsvno_updateds() 6929 tmode ^= S_ISGID; in nfsvno_updateds() 6930 NFSVNO_SETATTRVAL(&nva, mode, tmode); in nfsvno_updateds() 6935 tmode ^= S_ISGID; in nfsvno_updateds() 6936 NFSVNO_SETATTRVAL(&nva, mode, tmode); in nfsvno_updateds()
|