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

123456

/freebsd-current/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-current/sys/dev/videomode/
H A Dpickmode.c109 * Sort modes by refresh rate, aspect ratio (*), then resolution.
110 * Preferred mode or largest mode is first in the list and other modes
117 sort_modes(struct videomode *modes, struct videomode **preferred, int nmodes) argument
131 if (*preferred != modes) {
132 swap_modes(*preferred, modes);
133 *preferred = modes;
144 if (modes[i].hdisplay > hbest) {
145 hbest = modes[i].hdisplay;
146 vbest = modes[i].vdisplay;
147 mtemp = &modes[
[all...]
/freebsd-current/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
68 static const char *const modes[] = { "rate", "delta", "since", "absolute" }; variable
77 printw("%s", modes[currentmode]);
/freebsd-current/contrib/ntp/libntp/
H A Dtimexsup.c63 unsigned int * modes
67 *modes |= MOD_NANO;
70 (void)modes;
/freebsd-current/sys/dev/ath/ath_hal/ar5312/
H A Dar5312_power.c75 static const char* modes[] = { local
85 modes[ah->ah_powerMode], modes[mode],
/freebsd-current/crypto/openssl/crypto/camellia/
H A Dcmll_cbc.c17 #include <openssl/modes.h>
H A Dcmll_ctr.c17 #include <openssl/modes.h>
H A Dcmll_ofb.c17 #include <openssl/modes.h>
/freebsd-current/crypto/openssl/crypto/aes/
H A Daes_ofb.c17 #include <openssl/modes.h>
H A Daes_cbc.c18 #include <openssl/modes.h>
H A Daes_wrap.c18 #include <openssl/modes.h>
/freebsd-current/crypto/openssl/crypto/seed/
H A Dseed_cfb.c17 #include <openssl/modes.h>
H A Dseed_ofb.c17 #include <openssl/modes.h>
H A Dseed_cbc.c17 #include <openssl/modes.h>
/freebsd-current/bin/stty/
H A DMakefile4 SRCS= cchar.c gfmt.c key.c modes.c print.c stty.c util.c
H A Dmodes.c36 struct modes { struct
46 static const struct modes cmodes[] = {
90 static const struct modes imodes[] = {
128 static const struct modes lmodes[] = {
180 static const struct modes omodes[] = {
207 const struct modes *mp;
/freebsd-current/sys/contrib/openzfs/lib/libicp/
H A DMakefile.am20 module/icp/algs/modes/modes.c \
21 module/icp/algs/modes/cbc.c \
22 module/icp/algs/modes/gcm_generic.c \
23 module/icp/algs/modes/gcm_pclmulqdq.c \
24 module/icp/algs/modes/gcm.c \
25 module/icp/algs/modes/ctr.c \
26 module/icp/algs/modes/ccm.c \
27 module/icp/algs/modes/ecb.c \
74 module/icp/asm-x86_64/modes/gcm_pclmulqd
[all...]
/freebsd-current/usr.sbin/lpr/lpd/
H A DMakefile6 SRCS= lpd.c printjob.c recvjob.c lpdchar.c modes.c
H A Dmodes.c39 struct modes { struct
49 struct modes cmodes[] = {
91 struct modes imodes[] = {
127 struct modes lmodes[] = {
179 struct modes omodes[] = {
198 struct modes *mp;
/freebsd-current/tools/regression/security/open_to_operation/
H A Dopen_to_operation.c179 check_directory_open_modes(const char *directory, const int *modes, argument
189 mode = modes[i];
200 check_dup(const char *testname, const char *path, const int *modes, argument
209 mode = modes[i];
226 check_dup2(const char *testname, const char *path, const int *modes, argument
235 mode = modes[i];
252 check_fchdir(const char *testname, const char *path, const int *modes, argument
261 mode = modes[i];
276 check_fchflags(const char *testname, const char *path, const int *modes, argument
285 mode = modes[
300 check_fchmod(const char *testname, const char *path, int setmode, const int *modes, int modes_count) argument
324 check_fchown(const char *testname, const char *path, const int *modes, int modes_count) argument
348 check_flock(const char *testname, const char *path, const int *modes, int modes_count) argument
372 check_fpathconf(const char *testname, const char *path, const int *modes, int modes_count) argument
398 check_fstat(const char *testname, const char *path, const int *modes, int modes_count) argument
423 check_fstatfs(const char *testname, const char *path, const int *modes, int modes_count) argument
448 check_fsync(const char *testname, const char *path, const int *modes, int modes_count) argument
472 check_ftruncate(const char *testname, const char *path, const int *modes, int modes_count) argument
585 check_futimes(const char *testname, const char *path, const int *modes, int modes_count) argument
609 check_lseek(const char *testname, const char *path, const int *modes, int modes_count) argument
633 check_getdents(const char *testname, const char *path, int isdir, const int *modes, int modes_count) argument
673 check_sendfile(const char *testname, const char *path, int isdir, const int *modes, int modes_count) argument
769 check_write(const char *testname, write_fn fn, const char *path, const int *modes, int modes_count) argument
855 check_read(const char *testname, read_fn fn, const char *path, const int *modes, int modes_count) argument
890 check_mmap_read(const char *testname, const char *path, int isdir, const int *modes, int modes_count) argument
936 check_mmap_write(const char *testname, const char *path, const int *modes, int modes_count) argument
978 check_mmap_exec(const char *testname, const char *path, int isdir, const int *modes, int modes_count) argument
1020 check_mmap_write_private(const char *testname, const char *path, int isdir, const int *modes, int modes_count) argument
[all...]
/freebsd-current/sys/dev/ath/ath_hal/ar5211/
H A Dar5211_power.c99 static const char* modes[] = { local
109 modes[ah->ah_powerMode], modes[mode],
/freebsd-current/sys/dev/ath/ath_hal/ar5210/
H A Dar5210_power.c97 static const char* modes[] = { local
107 modes[ah->ah_powerMode], modes[mode],
/freebsd-current/cddl/lib/libicp/
H A DMakefile13 asm-x86_64/modes/gcm_pclmulqdq.S \
14 asm-x86_64/modes/aesni-gcm-x86_64.S \
15 asm-x86_64/modes/ghash-x86_64.S \
71 algs/modes/modes.c \
72 algs/modes/cbc.c \
73 algs/modes/gcm_generic.c \
74 algs/modes/gcm_pclmulqdq.c \
75 algs/modes/gcm.c \
76 algs/modes/ct
[all...]
/freebsd-current/sys/contrib/openzfs/module/icp/algs/modes/
H A Dgcm_pclmulqdq.c34 #include <modes/gcm_impl.h>
/freebsd-current/usr.sbin/ppp/
H A Ddefs.c88 } modes[] = { variable in typeref:struct:__anon6734
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;

Completed in 217 milliseconds

123456