Searched refs:modes (Results 1 - 25 of 111) sorted by relevance

12345

/freebsd-10.1-release/bin/stty/
H A DMakefile5 SRCS= cchar.c gfmt.c key.c modes.c print.c stty.c util.c
H A Dmodes.c32 static char sccsid[] = "@(#)modes.c 8.3 (Berkeley) 4/2/94";
45 struct modes { struct
55 static const struct modes cmodes[] = {
97 static const struct modes imodes[] = {
133 static const struct modes lmodes[] = {
185 static const struct modes omodes[] = {
212 const struct modes *mp;
/freebsd-10.1-release/sys/dev/aic7xxx/
H A Daic79xx.reg327 modes M_CCHAN
336 modes M_CCHAN
345 modes M_CCHAN
355 modes M_CCHAN
399 modes M_DFF0, M_DFF1
419 modes M_CFG
434 modes M_DFF0, M_DFF1
450 modes M_DFF0, M_DFF1
459 modes M_DFF0, M_DFF1
472 modes M_CF
[all...]
/freebsd-10.1-release/sys/dev/ath/ath_hal/ar5312/
H A Dar5312_power.c76 static const char* modes[] = { local
86 modes[ahp->ah_powerMode], modes[mode],
/freebsd-10.1-release/usr.bin/systat/
H A Dmode.c33 * There are four generally-understood useful modes for status displays
50 * In the SGI programs, these modes are selected by the single-character
54 * command (as opposed to the SGI way where changing modes implicitly
71 static const char *const modes[] = { "rate", "delta", "since", "absolute" }; variable
80 printw("%s", modes[currentmode]);
/freebsd-10.1-release/usr.sbin/lpr/lpd/
H A DMakefile6 SRCS= lpd.c printjob.c recvjob.c lpdchar.c modes.c
H A Dmodes.c32 static char sccsid[] = "@(#)modes.c 8.3 (Berkeley) 4/2/94";
45 struct modes { struct
55 struct modes cmodes[] = {
97 struct modes imodes[] = {
133 struct modes lmodes[] = {
185 struct modes omodes[] = {
204 struct modes *mp;
/freebsd-10.1-release/crypto/openssl/crypto/camellia/
H A Dcmll_ofb.c109 #include <openssl/modes.h>
H A Dcmll_cbc.c53 #include <openssl/modes.h>
H A Dcmll_ctr.c53 #include <openssl/modes.h>
/freebsd-10.1-release/crypto/openssl/crypto/seed/
H A Dseed_ofb.c109 #include <openssl/modes.h>
H A Dseed_cfb.c109 #include <openssl/modes.h>
H A Dseed_cbc.c53 #include <openssl/modes.h>
/freebsd-10.1-release/crypto/openssl/crypto/aes/
H A Daes_ofb.c53 #include <openssl/modes.h>
H A Daes_cbc.c53 #include <openssl/modes.h>
H A Daes_ctr.c53 #include <openssl/modes.h>
/freebsd-10.1-release/tools/regression/security/open_to_operation/
H A Dopen_to_operation.c182 check_directory_open_modes(const char *directory, const int *modes, argument
192 mode = modes[i];
203 check_dup(const char *testname, const char *path, const int *modes, argument
212 mode = modes[i];
229 check_dup2(const char *testname, const char *path, const int *modes, argument
238 mode = modes[i];
255 check_fchdir(const char *testname, const char *path, const int *modes, argument
264 mode = modes[i];
279 check_fchflags(const char *testname, const char *path, const int *modes, argument
288 mode = modes[
303 check_fchmod(const char *testname, const char *path, int setmode, const int *modes, int modes_count) argument
327 check_fchown(const char *testname, const char *path, const int *modes, int modes_count) argument
351 check_flock(const char *testname, const char *path, const int *modes, int modes_count) argument
375 check_fpathconf(const char *testname, const char *path, const int *modes, int modes_count) argument
401 check_fstat(const char *testname, const char *path, const int *modes, int modes_count) argument
426 check_fstatfs(const char *testname, const char *path, const int *modes, int modes_count) argument
451 check_fsync(const char *testname, const char *path, const int *modes, int modes_count) argument
475 check_ftruncate(const char *testname, const char *path, const int *modes, int modes_count) argument
588 check_futimes(const char *testname, const char *path, const int *modes, int modes_count) argument
612 check_lseek(const char *testname, const char *path, const int *modes, int modes_count) argument
636 check_getdents(const char *testname, const char *path, int isdir, const int *modes, int modes_count) argument
676 check_sendfile(const char *testname, const char *path, int isdir, const int *modes, int modes_count) argument
771 check_write(const char *testname, write_fn fn, const char *path, const int *modes, int modes_count) argument
857 check_read(const char *testname, read_fn fn, const char *path, const int *modes, int modes_count) argument
892 check_mmap_read(const char *testname, const char *path, int isdir, const int *modes, int modes_count) argument
938 check_mmap_write(const char *testname, const char *path, const int *modes, int modes_count) argument
980 check_mmap_exec(const char *testname, const char *path, int isdir, const int *modes, int modes_count) argument
1026 check_mmap_write_private(const char *testname, const char *path, int isdir, const int *modes, int modes_count) argument
[all...]
/freebsd-10.1-release/sys/dev/ath/ath_hal/ar5210/
H A Dar5210_power.c98 static const char* modes[] = { local
108 modes[ahp->ah_powerMode], modes[mode],
/freebsd-10.1-release/sys/dev/ath/ath_hal/ar5211/
H A Dar5211_power.c100 static const char* modes[] = { local
110 modes[ahp->ah_powerMode], modes[mode],
/freebsd-10.1-release/contrib/binutils/include/opcode/
H A Ds390.h68 /* Bitmask of execution modes this opcode is available for. */
69 unsigned int modes; member in struct:s390_opcode
/freebsd-10.1-release/usr.sbin/ppp/
H A Ddefs.c88 } modes[] = { variable in typeref:struct:__anon12058
105 for (m = 0; modes[m].mode; m++)
106 if (modes[m].mode == mode)
107 return modes[m].name;
119 for (m = 0; modes[m].mode; m++)
120 if (!strncasecmp(name, modes[m].name, len)) {
121 if (modes[m].name[len] == '\0')
122 return modes[m].mode;
128 return got == -1 ? 0 : modes[got].mode;
/freebsd-10.1-release/contrib/ntp/util/
H A Dntptime.c113 ntx.modes |= MOD_MICRO;
118 ntx.modes |= MOD_NANO;
124 ntx.modes = MOD_TAI;
134 ntx.modes |= MOD_ESTERROR;
139 ntx.modes |= MOD_FREQUENCY;
144 ntx.modes |= MOD_MAXERROR;
149 ntx.modes |= MOD_OFFSET;
158 ntx.modes |= MOD_STATUS;
165 ntx.modes |= MOD_TIMECONST;
272 _ntx.modes
[all...]
/freebsd-10.1-release/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_power.c124 static const char* modes[] = { local
134 modes[ahp->ah_powerMode], modes[mode],
/freebsd-10.1-release/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_power.c129 static const char* modes[] = { local
141 modes[ahp->ah_powerMode], modes[mode], setChip ? "set chip " : "");
/freebsd-10.1-release/sys/kern/
H A Dkern_ntptime.c335 int modes; /* mode bits from structure */ local
353 modes = ntv.modes;
354 if (modes)
359 if (modes & MOD_MAXERROR)
361 if (modes & MOD_ESTERROR)
363 if (modes & MOD_STATUS) {
374 if (modes & MOD_TIMECONST) {
382 if (modes & MOD_TAI) {
387 if (modes
[all...]

Completed in 304 milliseconds

12345