Searched refs:smode (Results 1 - 11 of 11) sorted by relevance

/freebsd-current/lib/libvgl/
H A Dmain.c68 struct vt_mode smode; local
100 smode.mode = VT_AUTO;
101 ioctl(0, VT_SETMODE, &smode);
143 struct vt_mode smode; local
353 smode.mode = VT_PROCESS;
354 smode.waitv = 0;
355 smode.relsig = SIGUSR1;
356 smode.acqsig = SIGUSR1;
357 smode.frsig = SIGINT;
358 if (ioctl(0, VT_SETMODE, &smode)) {
[all...]
/freebsd-current/contrib/sendmail/editmap/
H A Deditmap.c93 int smode; local
272 smode = S_IRUSR;
278 smode = S_IWUSR;
283 errno = smdb_open_database(&database, mapname, mode, smode, sff,
/freebsd-current/contrib/sendmail/libsmutil/
H A Dsafefile.c691 int smode; local
704 smode = S_IREAD;
708 smode = S_IWRITE;
712 smode = S_IREAD|S_IWRITE;
716 smode = 0;
721 sff, smode, &stb);
724 sff, smode, &stb);
/freebsd-current/sys/contrib/openzfs/module/os/linux/zfs/
H A Dvdev_disk.c128 vdev_bdev_mode(spa_mode_t smode) argument
130 ASSERT3U(smode, !=, SPA_MODE_UNINIT);
131 ASSERT0(smode & ~(SPA_MODE_READ|SPA_MODE_WRITE));
135 if (smode & SPA_MODE_READ)
138 if (smode & SPA_MODE_WRITE)
251 vdev_blkdev_get_by_path(const char *path, spa_mode_t smode, void *holder) argument
253 vdev_bdev_mode_t bmode = vdev_bdev_mode(smode);
267 vdev_blkdev_put(zfs_bdev_handle_t *bdh, spa_mode_t smode, void *holder) argument
274 return (blkdev_put(BDH_BDEV(bdh), vdev_bdev_mode(smode)));
285 spa_mode_t smode local
[all...]
/freebsd-current/contrib/mtree/
H A Dcreate.c340 mode_t smode; local
371 smode = p->fts_statp->st_mode & MBITS;
372 if (smode < MTREE_MAXMODE && ++m[smode] > maxmode) {
373 savemode = smode;
374 maxmode = m[smode];
/freebsd-current/contrib/sendmail/makemap/
H A Dmakemap.c372 int smode; local
574 smode = S_IRUSR;
584 smode = S_IWUSR;
619 errno = smdb_open_database(&database, mapname, mode, smode, sff,
/freebsd-current/sys/dev/syscons/
H A Dsyscons.c783 scp->smode.mode = VT_AUTO;
794 scp->smode.mode = VT_AUTO;
1173 if (scp->smode.mode == VT_PROCESS) {
1186 scp->smode.mode = VT_AUTO;
1208 bcopy(data, &scp->smode, sizeof(struct vt_mode));
1221 bcopy(&scp->smode, data, sizeof(struct vt_mode));
1237 if ((scp != sc->cur_scp) || (scp->smode.mode != VT_PROCESS)) {
1905 sc->cur_scp->smode.mode == VT_AUTO &&
1906 sc_console->smode.mode == VT_AUTO)
2697 if (sc->switch_in_progress && (cur_scp->smode
[all...]
H A Dsyscons.h333 struct vt_mode smode; /* switch mode */ member in struct:scr_stat
/freebsd-current/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dsaport.c720 bit32 smode = 0; local
737 smode = mode->encryptionSecurityMode;
741 smode |= 1 << SHIFT22;
745 pagControllerConfig->pageCode = AGSA_ENCRYPTION_CONTROL_PARM_PAGE | smode;
/freebsd-current/usr.bin/stat/
H A Dstat.c620 char smode[12], sid[12], path[PATH_MAX + 4]; local
672 strmode(st->st_mode, smode);
673 stmp = smode;
/freebsd-current/contrib/sendmail/src/
H A Dmap.c1690 int smode = S_IREAD; local
1722 smode = S_IWRITE;
1732 sff, smode, &std);
1735 sff, smode, &stp);
2272 int smode = S_IREAD; variable
2300 smode = S_IWRITE;
2309 i = safefile(buf, RunAsUid, RunAsGid, RunAsUserName, sff, smode, &st);
2873 int fd, status, omode, smode; local
2913 smode = S_IWRITE;
2918 smode
[all...]

Completed in 116 milliseconds