HomeSort by: relevance | last modified time | path
    Searched refs:omode (Results 1 - 12 of 12) sorted by relevancy

  /src/usr.sbin/lptctl/
lptctl.c 53 int omode, mode, oflags, flags; local
72 omode = mode;
148 if (mode != omode) {
  /src/lib/libc/gen/
setmode.c 93 getmode(const void *bbox, mode_t omode)
101 newmode = omode;
149 if (omode & (S_IFDIR|S_IXUSR|S_IXGRP|S_IXOTH))
156 (void)printf("getmode:%04o -> %04o\n", omode, newmode);
  /src/bin/rcp/
rcp.c 496 mode_t omode; local
648 omode = mode;
704 if (exists || omode != mode)
705 if (fchmod(ofd, omode))
708 if (!exists && omode != mode)
709 if (fchmod(ofd, omode & ~mask))
  /src/sys/dev/sysmon/
sysmon_wdog.c 453 int omode = smw->smw_mode; local
486 smw->smw_mode = omode;
492 if ((omode & WDOG_MODE_MASK) == WDOG_MODE_KTICKLE)
  /src/libexec/getty/
subr.c 59 extern struct termios tmode, omode;
243 iflag = omode.c_iflag;
244 oflag = omode.c_oflag;
245 cflag = omode.c_cflag;
246 lflag = omode.c_lflag;
main.c 93 struct termios tmode, omode; variable in typeref:struct:
251 omode = tmode;
  /src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv50/
nouveau_dispnv50_head.c 117 struct drm_display_mode *omode = &asyh->state.adjusted_mode; local
130 omode = umode;
145 drm_mode_get_hv_timing(omode, &omode_hdisplay, &omode_vdisplay);
  /src/sys/dev/ic/
tcic2.c 177 int omode; local
202 omode = bus_space_read_1(iot, ioh, TCIC_R_MODE);
203 val1 = omode ^ TCIC_AR_MASK;
206 bus_space_write_1(iot, ioh, TCIC_R_MODE, omode);
  /src/tests/fs/vfs/
t_vnops.c 914 int omode = 0755; local
934 RL(fd[i] = rump_sys_open(TESTFILE, oflags, omode));
936 omode = 0;
  /src/usr.bin/xinstall/
xinstall.c 546 int omode; local
553 omode = mode;
590 mode = omode;
  /src/lib/libc/time/
zic.c 923 mode_t omode; local
927 omode = CREAT_PERMS & ~cmask;
929 omode = output_mode;
934 creat_perms = ((((omode & (S_IRUSR | S_IRGRP | S_IROTH))
937 | (((omode & (S_IWUSR | S_IWGRP | S_IWOTH))
943 if (creat_perms != omode)
944 output_mode = omode;
  /src/sys/arch/hpcsh/dev/hd64461/
hd64461video.c 1063 int omode; local
1069 omode = HD64461_LCDLDR3_CG(r);

Completed in 37 milliseconds