Searched refs:mode (Results 126 - 150 of 1758) sorted by relevance

1234567891011>>

/freebsd-10.0-release/contrib/file/
H A Dtar.h55 char mode[8]; member in struct:record::header
/freebsd-10.0-release/contrib/gcc/
H A Dgcov-io.h170 typedef unsigned gcov_unsigned_t __attribute__ ((mode (SI)));
171 typedef unsigned gcov_position_t __attribute__ ((mode (SI)));
173 typedef signed gcov_type __attribute__ ((mode (DI)));
175 typedef signed gcov_type __attribute__ ((mode (SI)));
179 typedef unsigned gcov_unsigned_t __attribute__ ((mode (HI)));
180 typedef unsigned gcov_position_t __attribute__ ((mode (HI)));
182 typedef signed gcov_type __attribute__ ((mode (SI)));
184 typedef signed gcov_type __attribute__ ((mode (HI)));
187 typedef unsigned gcov_unsigned_t __attribute__ ((mode (QI)));
188 typedef unsigned gcov_position_t __attribute__ ((mode (Q
492 int mode; /* < 0 writing, > 0 reading */ member in struct:gcov_var
[all...]
/freebsd-10.0-release/contrib/gdb/gdb/tui/
H A Dtui-io.h33 /* Setup the IO for curses or non-curses mode. */
34 extern void tui_setup_io (int mode);
36 /* Initialize the IO for gdb in curses mode. */
/freebsd-10.0-release/contrib/gdtoa/
H A Dg_dfmt.c44 int decpt, ex, i, mode; local
87 mode = 2;
89 mode = 0;
93 s = gdtoa(fpi, ex, bits, &i, mode, ndig, &decpt, &se);
H A Dg_ffmt.c44 int decpt, ex, i, mode; local
84 mode = 2;
88 mode = 0;
91 s = gdtoa(fpi, ex, bits, &i, mode, ndig, &decpt, &se);
H A Dg_xLfmt.c60 int decpt, ex, i, mode; local
105 mode = 2;
109 mode = 0;
111 s = gdtoa(fpi, ex, bits, &i, mode, ndig, &decpt, &se);
H A Dg_xfmt.c65 int decpt, ex, i, mode; local
111 mode = 2;
115 mode = 0;
117 s = gdtoa(fpi, ex, bits, &i, mode, ndig, &decpt, &se);
/freebsd-10.0-release/contrib/libstdc++/config/cpu/generic/
H A Dcxxabi_tweaks.h47 __extension__ typedef int __guard __attribute__((mode (__DI__)));
/freebsd-10.0-release/contrib/ntp/kernel/sys/
H A Di8253.h29 unsigned int mode : 3; member in struct:__anon3779::__anon3780
/freebsd-10.0-release/contrib/openbsm/compat/
H A Dflopen.h43 mode_t mode; local
49 mode = 0;
54 mode = (mode_t)va_arg(ap, int); /* mode_t promoted to int */
66 if ((fd = open(path, flags, mode)) == -1)
/freebsd-10.0-release/crypto/openssh/openbsd-compat/
H A Dsigact.c67 sigprocmask (int mode, sigset_t *mask, sigset_t *omask) argument
79 if (mode == SIG_BLOCK)
81 else if (mode == SIG_UNBLOCK)
83 else if (mode == SIG_SETMASK)
/freebsd-10.0-release/lib/libc/db/db/
H A Ddb.c48 dbopen(const char *fname, int flags, int mode, DBTYPE type, const void *openinfo) argument
60 mode, openinfo, flags & DB_FLAGS));
63 mode, openinfo, flags & DB_FLAGS));
66 mode, openinfo, flags & DB_FLAGS));
/freebsd-10.0-release/lib/libutil/
H A Dflopen.c45 mode_t mode; local
51 mode = 0;
56 mode = (mode_t)va_arg(ap, int); /* mode_t promoted to int */
68 if ((fd = open(path, flags, mode)) == -1)
/freebsd-10.0-release/lib/libz/
H A Dgzclose.c21 return state->mode == GZ_READ ? gzclose_r(file) : gzclose_w(file);
/freebsd-10.0-release/sys/contrib/octeon-sdk/
H A Dcvmx-thunder.h90 * Set LAN bypass mode.
98 * When transitioning to this mode, default is LAN bypass enabled
107 * @param mode LAN bypass mode
111 int cvmx_lan_bypass_mode_set(cvmx_lan_bypass_mode_t mode);
/freebsd-10.0-release/sys/dev/ata/chipsets/
H A Data-acard.c57 static int ata_acard_850_setmode(device_t dev, int target, int mode);
58 static int ata_acard_86X_setmode(device_t dev, int target, int mode);
150 ata_acard_850_setmode(device_t dev, int target, int mode) argument
157 mode = min(mode, ctlr->chip->max_dma);
159 if (mode >= ATA_WDMA2) {
163 if (mode >= ATA_UDMA0)
164 reg54 |= (((mode & ATA_MODE_MASK) + 1) << (devno << 1));
169 /* we could set PIO mode timings, but we assume the BIOS did that */
170 return (mode);
174 ata_acard_86X_setmode(device_t dev, int target, int mode) argument
[all...]
H A Data-amd.c56 static int ata_amd_setmode(device_t dev, int target, int mode);
108 ata_amd_setmode(device_t dev, int target, int mode) argument
121 mode = min(mode, ctlr->chip->max_dma);
123 if (ata_dma_check_80pin && mode > ATA_UDMA2 &&
126 mode = ATA_UDMA2;
130 if (mode >= ATA_UDMA0) {
131 pci_write_config(parent, reg, modes[mode & ATA_MODE_MASK], 1);
135 piomode = mode;
139 return (mode);
[all...]
/freebsd-10.0-release/tools/regression/pjdfstest/tests/chmod/
H A D02.t16 expect 0620 stat ${nx} mode
22 expect 0620 stat ${nx} mode
H A D03.t18 expect 0642 stat ${nx} mode
24 expect 0642 stat ${nx} mode
/freebsd-10.0-release/usr.sbin/fifolog/lib/
H A Dlibfifolog_int.h42 const char *fifolog_int_open(struct fifolog_file **ff, const char *fname, int mode);
/freebsd-10.0-release/usr.sbin/ppp/
H A Dasync.h32 int mode; member in struct:async
/freebsd-10.0-release/bin/mkdir/
H A Dmkdir.c67 char *mode; local
70 mode = NULL;
74 mode = optarg;
92 if (mode == NULL) {
95 if ((set = setmode(mode)) == NULL)
96 errx(1, "invalid file mode: %s", mode);
119 * nine bits, so if you try to set a mode including the
121 * this unless the user has specifically requested a mode,
125 if (success == 1 && mode !
[all...]
/freebsd-10.0-release/contrib/gcc/config/soft-fp/
H A Dsoft-fp.h180 typedef int QItype __attribute__((mode(QI)));
181 typedef int SItype __attribute__((mode(SI)));
182 typedef int DItype __attribute__((mode(DI)));
183 typedef unsigned int UQItype __attribute__((mode(QI)));
184 typedef unsigned int USItype __attribute__((mode(SI)));
185 typedef unsigned int UDItype __attribute__((mode(DI)));
187 typedef unsigned int UHWtype __attribute__((mode(HI)));
/freebsd-10.0-release/tools/regression/mac/mac_bsdextended/
H A Dtest_matches.sh50 ugidfw set 1 subject uid $uidrange object mode rasx
59 ugidfw set 1 subject gid $gidrange object mode rasx
71 ugidfw set 1 subject jailid $jailid object mode rasx
84 ugidfw set 1 subject object uid $uidrange mode rasx
89 ugidfw set 1 subject object uid $uidrange mode rasx
98 ugidfw set 1 subject object gid $uidrange mode rasx
111 ugidfw set 1 subject uid $uidrange object filesys / mode rasx
114 ugidfw set 1 subject uid $uidrange object filesys $playground mode rasx
121 ugidfw set 1 subject uid $uidrange object suid mode rasx
132 ugidfw set 1 subject uid $uidrange object sgid mode ras
[all...]
/freebsd-10.0-release/lib/libprocstat/
H A Dcommon_kvm.c137 mode_t mode; local
148 mode = (mode_t)nfsnode.n_vattr.va_mode;
151 mode |= S_IFREG;
154 mode |= S_IFDIR;
157 mode |= S_IFBLK;
160 mode |= S_IFCHR;
163 mode |= S_IFLNK;
166 mode |= S_IFSOCK;
169 mode |= S_IFIFO;
174 vn->vn_mode = mode;
[all...]

Completed in 407 milliseconds

1234567891011>>