HomeSort by: relevance | last modified time | path
    Searched refs:mode (Results 1 - 25 of 2919) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/share/examples/wsmoused/
wsmoused.conf 18 # Selection mode (sel) specific configuration.
19 mode selection {
27 mode action {
  /src/lib/libc/stdio/
fwide.c 43 fwide(FILE *fp, int mode)
51 * for mode value.
55 if (mode > 0)
56 mode = 1;
57 else if (mode < 0)
58 mode = -1;
65 if (wcio->wcio_mode == 0 && mode != 0)
66 wcio->wcio_mode = mode;
68 mode = wcio->wcio_mode;
71 return mode;
    [all...]
flags.c 53 * Return the (stdio) flags for a given mode. Store the flags
58 __sflags(const char *mode, int *optr)
62 _DIAGASSERT(mode != NULL);
64 switch (*mode++) {
84 default: /* illegal mode */
96 for (; *mode; mode++)
97 switch (*mode) {
  /src/bin/ps/
extern.h 49 void command(struct pinfo *, VARENT *, enum mode);
50 void cpuid(struct pinfo *, VARENT *, enum mode);
51 void cputime(struct pinfo *, VARENT *, enum mode);
56 void elapsed(struct pinfo *, VARENT *, enum mode);
59 void gname(struct pinfo *, VARENT *, enum mode);
60 void groups(struct pinfo *, VARENT *, enum mode);
61 void groupnames(struct pinfo *, VARENT *, enum mode);
62 void lcputime(struct pinfo *, VARENT *, enum mode);
63 void logname(struct pinfo *, VARENT *, enum mode);
64 void longtname(struct pinfo *, VARENT *, enum mode);
    [all...]
  /src/distrib/common/
parselist.awk 32 # awk -f parselist.awk -v mode=MODE [var=val ...] file1 [...]
35 # depending upon the value of MODE:
64 # mode key operation
71 # mode keyword arg1 [...] description
83 # copied directories have mode 0755.
84 # copied files have mode 0444.
109 if (mode != "crunch" && mode != "install" &&
110 mode != "mtree" && mode != "populate"
    [all...]
  /src/lib/libc/string/
strmode.c 54 strmode(mode_t mode, char *p)
60 switch (mode & S_IFMT) {
72 if ((mode & S_ARCH2) != 0) {
74 } else if ((mode & S_ARCH1) != 0) {
111 if (mode & S_IRUSR)
115 if (mode & S_IWUSR)
119 switch (mode & (S_IXUSR | S_ISUID)) {
134 if (mode & S_IRGRP)
138 if (mode & S_IWGRP)
142 switch (mode & (S_IXGRP | S_ISGID))
    [all...]
  /src/games/hunt/hunt/
connect.c 50 int32_t mode; local in function:do_connect
64 mode = C_MESSAGE;
69 mode = C_MONITOR;
72 mode = C_PLAYER;
73 mode = htonl(mode);
74 (void) write(huntsocket, &mode, sizeof mode);
  /src/usr.bin/tset/
set.c 47 * Reset the terminal mode bits to a sensible state. Very useful after
48 * a child program dies in raw mode.
53 tcgetattr(STDERR_FILENO, &mode);
56 mode.c_cc[VDISCARD] = CHK(mode.c_cc[VDISCARD], CDISCARD);
58 mode.c_cc[VEOF] = CHK(mode.c_cc[VEOF], CEOF);
59 mode.c_cc[VERASE] = CHK(mode.c_cc[VERASE], CERASE);
61 mode.c_cc[VFLUSH] = CHK(mode.c_cc[VFLUSH], CFLUSH)
    [all...]
  /src/tools/compat/
getmode.c 47 getmode(const void *mp, mode_t mode)
53 mode &= ~ALLPERMS; /* input mode less RWX permissions */
56 return m | mode;
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/i2c/
nouveau_nvkm_subdev_i2c_pad.c 34 nvkm_i2c_pad_mode_locked(struct nvkm_i2c_pad *pad, enum nvkm_i2c_pad_mode mode)
36 PAD_TRACE(pad, "-> %s", (mode == NVKM_I2C_PAD_AUX) ? "aux" :
37 (mode == NVKM_I2C_PAD_I2C) ? "i2c" : "off");
38 if (pad->func->mode)
39 pad->func->mode(pad, mode);
43 nvkm_i2c_pad_mode(struct nvkm_i2c_pad *pad, enum nvkm_i2c_pad_mode mode)
45 PAD_TRACE(pad, "mode %d", mode);
47 nvkm_i2c_pad_mode_locked(pad, mode);
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/pci/
nouveau_nvkm_subdev_pci_agp.c 36 int mode; member in struct:nvkm_device_agp_quirk
43 /* SiS 761 does not support AGP cards, use PCI mode */
64 u32 mode = nvkm_pci_rd32(pci, 0x004c); local in function:nvkm_agp_preinit
71 if ((mode | pci->agp.mode) & PCI_AGP_COMMAND_FW) {
72 mode = pci->agp.mode & ~PCI_AGP_COMMAND_FW;
73 agp_enable(pci->agp.bridge, mode);
97 agp_enable(pci->agp.bridge, pci->agp.mode);
118 int mode = -1 local in function:nvkm_agp_ctor
    [all...]
  /src/sys/arch/hpc/hpc/
platid.awk 52 if (mode != MACH && mode != CPU) {
53 printf("ERROR: invalid mode( = %d)\n", mode) > stderr
64 enumerator[mode] += 1
66 mode_name[mode], nm, saved_name, enumerator[mode]) > out_h
68 mode_name[mode], nm, saved_name) > out_h
70 mode_name[mode], nm, saved_name, shifts[mode, nest]) > out_
    [all...]
  /src/distrib/sun2/miniroot/
mtree.conf 4 /set type=dir uname=root gname=wheel mode=0755
24 ./var/tmp mode=01777
25 .recover mode=01777
  /src/distrib/sun3/miniroot/
mtree.conf 4 /set type=dir uname=root gname=wheel mode=0755
24 ./var/tmp mode=01777
25 .recover mode=01777
  /src/sys/stand/efiboot/
efigop.c 49 if (EFI_ERROR(status) || gop->Mode == NULL) {
72 efi_gop_printmode(UINT32 mode, EFI_GRAPHICS_OUTPUT_MODE_INFORMATION *info)
76 snprintf(buf, sizeof(buf), "%-5u: %ux%u %u", mode,
91 efi_gop_printmode(gop->Mode->Mode, gop->Mode->Info);
92 if (gop->Mode->FrameBufferBase != 0) {
94 (unsigned long)gop->Mode->FrameBufferBase,
95 (unsigned long)gop->Mode->FrameBufferSize);
111 for (UINT32 mode = 0; mode < gop->Mode->MaxMode; mode++) local in function:efi_gop_dump
    [all...]
  /src/distrib/sun2/ramdisk/
mtree.conf 5 /set type=dir uname=root gname=wheel mode=0755
  /src/distrib/sun3/ramdisk/
mtree.conf 5 /set type=dir uname=root gname=wheel mode=0755
  /src/sbin/savecore/
zopen.c 15 FILE *zopen(const char *fname, const char *mode);
31 zopen(const char *fname, const char *mode)
33 gzFile gz = gzopen(fname, mode);
37 if(*mode == 'r')
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
jpeg_v1_0.h 32 void jpeg_v1_0_start(struct amdgpu_device *adev, int mode);
  /src/sys/fs/v7fs/
v7fs_inode.h 39 uint16_t mode; member in struct:v7fs_inode
46 /* open mode */
56 #define v7fs_inode_allocated(i) ((i)->mode)
59 #define v7fs_inode_isdir(i) (((i)->mode & V7FS_IFMT) == V7FS_IFDIR)
60 #define v7fs_inode_isfile(i) (((i)->mode & V7FS_IFMT) == V7FS_IFREG)
61 #define v7fs_inode_iscdev(i) (((i)->mode & V7FS_IFMT) == V7FS_IFCHR)
62 #define v7fs_inode_isbdev(i) (((i)->mode & V7FS_IFMT) == V7FS_IFBLK)
64 #define v7fs_inode_islnk(i) (((i)->mode & V7FS_IFMT) == V7FSBSD_IFLNK)
65 #define v7fs_inode_issock(i) (((i)->mode & V7FS_IFMT) == V7FSBSD_IFSOCK)
67 #define v7fs_inode_isfifo(i) (((i)->mode & V7FS_IFMT) == V7FSBSD_IFFIFO
    [all...]
  /src/distrib/atari/floppies/common/
mtree.conf 3 /set type=dir uname=root gname=wheel mode=0755
14 ./tmp mode=01777
  /src/lib/libc/compat/gen/
compat_devname.c 59 devname(int32_t dev, mode_t mode)
61 return __devname50(dev, mode);
  /src/lib/libc/compat-43/
creat.c 46 creat(const char *path, mode_t mode)
51 return(open(path, O_WRONLY|O_CREAT|O_TRUNC, mode));
  /src/lib/libc/sys/
mknodat.c 38 mknodat(int fd, const char *path, mode_t mode, dev_t dev)
40 return __mknodat(fd, path, mode, 0, dev);
  /src/sys/external/bsd/drm/dist/
autogen.sh 12 $srcdir/configure --enable-maintainer-mode "$@"

Completed in 28 milliseconds

1 2 3 4 5 6 7 8 91011>>