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

123456

/freebsd-11-stable/contrib/ntp/include/
H A Dtimexsup.h27 /* If MOD_NANO is defined, set the MOD_NANO bit in '*modes' and
34 extern long var_long_from_dbl(double dval, unsigned int *modes);
/freebsd-11-stable/sys/dev/videomode/
H A Dpickmode.c114 * Sort modes by refresh rate, aspect ratio (*), then resolution.
115 * Preferred mode or largest mode is first in the list and other modes
122 sort_modes(struct videomode *modes, struct videomode **preferred, int nmodes) argument
136 if (*preferred != modes) {
137 swap_modes(*preferred, modes);
138 *preferred = modes;
149 if (modes[i].hdisplay > hbest) {
150 hbest = modes[i].hdisplay;
151 vbest = modes[i].vdisplay;
152 mtemp = &modes[
[all...]
/freebsd-11-stable/gnu/usr.bin/cc/cc_tools/
H A DMakefile.dep7 insn-modes.h
12 insn-modes.h \
18 insn-modes.h
29 insn-modes.h
34 insn-modes.h
38 insn-modes.h
43 insn-modes.h
47 insn-modes.h
52 insn-modes.h \
57 insn-modes
[all...]
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5312/
H A Dar5312_power.c75 static const char* modes[] = { local
85 modes[ah->ah_powerMode], modes[mode],
/freebsd-11-stable/contrib/ntp/libntp/
H A Dtimexsup.c63 unsigned int * modes
67 *modes |= MOD_NANO;
70 (void)modes;
/freebsd-11-stable/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-11-stable/bin/stty/
H A DMakefile6 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-11-stable/crypto/openssl/crypto/aes/
H A Daes_cbc.c53 #include <openssl/modes.h>
H A Daes_ctr.c53 #include <openssl/modes.h>
H A Daes_ofb.c53 #include <openssl/modes.h>
H A Daes_wrap.c57 #include <openssl/modes.h>
/freebsd-11-stable/crypto/openssl/crypto/camellia/
H A Dcmll_cbc.c53 #include <openssl/modes.h>
H A Dcmll_ctr.c53 #include <openssl/modes.h>
H A Dcmll_ofb.c109 #include <openssl/modes.h>
/freebsd-11-stable/crypto/openssl/crypto/seed/
H A Dseed_cfb.c109 #include <openssl/modes.h>
H A Dseed_ofb.c109 #include <openssl/modes.h>
H A Dseed_cbc.c53 #include <openssl/modes.h>
/freebsd-11-stable/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-11-stable/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
772 check_write(const char *testname, write_fn fn, const char *path, const int *modes, int modes_count) argument
858 check_read(const char *testname, read_fn fn, const char *path, const int *modes, int modes_count) argument
893 check_mmap_read(const char *testname, const char *path, int isdir, const int *modes, int modes_count) argument
939 check_mmap_write(const char *testname, const char *path, const int *modes, int modes_count) argument
981 check_mmap_exec(const char *testname, const char *path, int isdir, const int *modes, int modes_count) argument
1023 check_mmap_write_private(const char *testname, const char *path, int isdir, const int *modes, int modes_count) argument
[all...]
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5210/
H A Dar5210_power.c97 static const char* modes[] = { local
107 modes[ah->ah_powerMode], modes[mode],
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5211/
H A Dar5211_power.c99 static const char* modes[] = { local
109 modes[ah->ah_powerMode], modes[mode],
/freebsd-11-stable/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-11-stable/usr.sbin/ppp/
H A Ddefs.c90 } modes[] = { variable in typeref:struct:__anon8854
107 for (m = 0; modes[m].mode; m++)
108 if (modes[m].mode == mode)
109 return modes[m].name;
121 for (m = 0; modes[m].mode; m++)
122 if (!strncasecmp(name, modes[m].name, len)) {
123 if (modes[m].name[len] == '\0')
124 return modes[m].mode;
130 return got == -1 ? 0 : modes[got].mode;

Completed in 302 milliseconds

123456