| /freebsd-9-stable/gnu/usr.bin/cc/cc_tools/ |
| D | Makefile.dep | 7 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.h [all …]
|
| /freebsd-9-stable/sys/dev/aic7xxx/ |
| D | aic79xx.reg | 327 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_CFG [all …]
|
| /freebsd-9-stable/tools/regression/security/open_to_operation/ |
| D | open_to_operation.c | 182 check_directory_open_modes(const char *directory, const int *modes, in check_directory_open_modes() argument 192 mode = modes[i]; in check_directory_open_modes() 203 check_dup(const char *testname, const char *path, const int *modes, in check_dup() argument 212 mode = modes[i]; in check_dup() 229 check_dup2(const char *testname, const char *path, const int *modes, in check_dup2() argument 238 mode = modes[i]; in check_dup2() 255 check_fchdir(const char *testname, const char *path, const int *modes, in check_fchdir() argument 264 mode = modes[i]; in check_fchdir() 279 check_fchflags(const char *testname, const char *path, const int *modes, in check_fchflags() argument 288 mode = modes[i]; in check_fchflags() [all …]
|
| /freebsd-9-stable/contrib/gcc/ |
| D | machmode.def | 2 machine modes used in the GNU compiler. 62 This file defines only those modes which are of use on almost all 63 machines. Other modes can be defined in the target-specific 64 mode definition file, config/ARCH/ARCH-modes.def. 67 other modes must appear after the modes they refer to. However, 68 statements which do not refer to other modes may appear in any 101 to FORMAT. Use in an ARCH-modes.def to reset the format 102 of one of the float modes defined in this file. 117 For all modes presently declared in class CLASS, construct 118 corresponding vector modes having width WIDTH. Modes whose [all …]
|
| D | genmodes.c | 78 static struct mode_data *modes[MAX_MODE_CLASS]; variable 170 m->next = modes[cl]; in new_mode() 171 modes[cl] = m; in new_mode() 197 for (M = modes[C]; M; M = M->next) 418 for (m = modes[cl]; m; m = m->next) in make_complex_modes() 477 for (m = modes[cl]; m; m = m->next) in make_vector_modes() 754 for (prev = 0, m = modes[c]; m; m = next) in calc_wider_mode() 764 modes[c] = prev; in calc_wider_mode() 768 if (!modes[c]) in calc_wider_mode() 771 for (i = 0, m = modes[c]; m; i++, m = m->next) in calc_wider_mode() [all …]
|
| D | read-rtl.c | 151 static struct macro_group modes, codes; variable 338 return MAX_MACHINE_MODE + htab_elements (modes.macros) + mv->number; in mode_attr_index() 356 offset = MAX_MACHINE_MODE + htab_elements (modes.macros); in apply_mode_maps() 668 modes.attrs = htab_create (13, def_hash, def_name_eq_p, 0); in initialize_macros() 669 modes.macros = htab_create (13, def_hash, def_name_eq_p, 0); in initialize_macros() 670 modes.num_builtins = MAX_MACHINE_MODE; in initialize_macros() 671 modes.find_builtin = find_mode; in initialize_macros() 672 modes.uses_macro_p = uses_mode_macro_p; in initialize_macros() 673 modes.apply_macro = apply_mode_macro; in initialize_macros() 682 lower = add_mapping (&modes, modes.attrs, "mode", 0); in initialize_macros() [all …]
|
| /freebsd-9-stable/sys/dev/fb/ |
| D | vesa.c | 773 int modes; in vesa_bios_init() local 875 for (i = 0, modes = 0; (i < (M_VESA_MODE_MAX - M_VESA_BASE + 1)) && in vesa_bios_init() 936 if (modes >= vesa_vmode_max) { in vesa_bios_init() 942 modes, vesa_vmode_max); in vesa_bios_init() 944 if (modes > 0) { in vesa_bios_init() 945 bcopy(vesa_vmode, p, sizeof(*vesa_vmode)*modes); in vesa_bios_init() 964 bzero(&vesa_vmode[modes], sizeof(vesa_vmode[modes])); in vesa_bios_init() 965 vesa_vmode[modes].vi_mode = vesa_vmodetab[i]; in vesa_bios_init() 966 vesa_vmode[modes].vi_width = vmode.v_width; in vesa_bios_init() 967 vesa_vmode[modes].vi_height = vmode.v_height; in vesa_bios_init() [all …]
|
| D | splash_pcx.c | 76 static int modes[] = { in pcx_start() local 100 for (i = 0; modes[i] >= 0; ++i) { in pcx_start() 101 if (vidd_get_info(adp, modes[i], &info) != 0) in pcx_start() 109 modes[i], in pcx_start() 119 splash_mode = modes[i]; in pcx_start()
|
| /freebsd-9-stable/contrib/ntp/util/ |
| D | ntptime.c | 113 ntx.modes |= MOD_MICRO; in main() 118 ntx.modes |= MOD_NANO; in main() 124 ntx.modes = MOD_TAI; in main() 134 ntx.modes |= MOD_ESTERROR; in main() 139 ntx.modes |= MOD_FREQUENCY; in main() 144 ntx.modes |= MOD_MAXERROR; in main() 149 ntx.modes |= MOD_OFFSET; in main() 158 ntx.modes |= MOD_STATUS; in main() 165 ntx.modes |= MOD_TIMECONST; in main() 272 _ntx.modes = 0; /* Ensure nothing is set */ in main() [all …]
|
| D | tickadj.c | 50 txc.modes = ADJ_TIMETICK; 61 txc.modes |= ADJ_TICKADJ; 77 txc.modes |= ADJ_TIMETICK; 130 txc.modes = ADJ_TIMETICK; in main() 133 txc.modes = ADJ_TICK; in main() 142 txc.modes = 0; in main() 145 txc.modes = 0; in main()
|
| /freebsd-9-stable/usr.sbin/ppp/ |
| D | defs.c | 97 } modes[] = { variable 114 for (m = 0; modes[m].mode; m++) in mode2Nam() 115 if (modes[m].mode == mode) in mode2Nam() 116 return modes[m].name; in mode2Nam() 128 for (m = 0; modes[m].mode; m++) in Nam2mode() 129 if (!strncasecmp(name, modes[m].name, len)) { in Nam2mode() 130 if (modes[m].name[len] == '\0') in Nam2mode() 131 return modes[m].mode; in Nam2mode() 137 return got == -1 ? 0 : modes[got].mode; in Nam2mode()
|
| /freebsd-9-stable/sys/kern/ |
| D | kern_ntptime.c | 331 int modes; /* mode bits from structure */ in sys_ntp_adjtime() local 349 modes = ntv.modes; in sys_ntp_adjtime() 350 if (modes) in sys_ntp_adjtime() 355 if (modes & MOD_MAXERROR) in sys_ntp_adjtime() 357 if (modes & MOD_ESTERROR) in sys_ntp_adjtime() 359 if (modes & MOD_STATUS) { in sys_ntp_adjtime() 370 if (modes & MOD_TIMECONST) { in sys_ntp_adjtime() 378 if (modes & MOD_TAI) { in sys_ntp_adjtime() 383 if (modes & MOD_PPSMAX) { in sys_ntp_adjtime() 392 if (modes & MOD_NANO) in sys_ntp_adjtime() [all …]
|
| /freebsd-9-stable/sys/dev/drm2/ |
| D | drm_fb_helper.c | 1196 list_for_each_entry(mode, &fb_connector->connector->modes, head) { in drm_has_preferred_mode() 1231 list_for_each_entry(mode, &fb_helper_conn->connector->modes, head) { in drm_pick_cmdline_mode() 1263 list_add(&mode->head, &fb_helper_conn->connector->modes); in drm_pick_cmdline_mode() 1304 struct drm_display_mode **modes, in drm_target_cloned() argument 1332 modes[i] = drm_pick_cmdline_mode(fb_helper_conn, width, height); in drm_target_cloned() 1333 if (!modes[i]) { in drm_target_cloned() 1340 if (!drm_mode_equal(modes[j], modes[i])) in drm_target_cloned() 1360 list_for_each_entry(mode, &fb_helper_conn->connector->modes, head) { in drm_target_cloned() 1362 modes[i] = mode; in drm_target_cloned() 1364 if (!modes[i]) in drm_target_cloned() [all …]
|
| D | drm_edid.c | 78 int modes; member 1037 int i, modes = 0; in drm_gtf_modes_for_range() local 1046 modes++; in drm_gtf_modes_for_range() 1051 return modes; in drm_gtf_modes_for_range() 1062 closure->modes += drm_gtf_modes_for_range(closure->connector, in do_inferred_modes() 1078 return closure.modes; in add_inferred_modes() 1084 int i, j, m, modes = 0; in drm_est3_modes() local 1101 modes++; in drm_est3_modes() 1107 return modes; in drm_est3_modes() 1117 closure->modes += drm_est3_modes(closure->connector, timing); in do_established_modes() [all …]
|
| /freebsd-9-stable/usr.sbin/lpr/lpd/ |
| D | modes.c | 45 struct modes { struct 55 struct modes cmodes[] = { argument 97 struct modes imodes[] = { 133 struct modes lmodes[] = { 185 struct modes omodes[] = { 204 struct modes *mp; in msearch()
|
| /freebsd-9-stable/bin/stty/ |
| D | modes.c | 45 struct modes { struct 55 struct modes cmodes[] = { argument 97 struct modes imodes[] = { 133 struct modes lmodes[] = { 185 struct modes omodes[] = { 212 struct modes *mp; in msearch()
|
| /freebsd-9-stable/tools/tools/ath/athrd/ |
| D | athrd.c | 1030 int modes = 0; in main() local 1094 modes |= HAL_MODE_11A; in main() 1097 modes |= HAL_MODE_11B; in main() 1100 modes |= HAL_MODE_11G; in main() 1103 modes |= HAL_MODE_HT20; in main() 1106 modes |= HAL_MODE_HT40; in main() 1109 modes |= HAL_MODE_HT; in main() 1112 modes |= HAL_MODE_TURBO | HAL_MODE_108G; in main() 1170 if (modes == 0) { in main() 1172 modes = HAL_MODE_11A | HAL_MODE_11B | in main() [all …]
|
| /freebsd-9-stable/contrib/gcc/config/s390/ |
| D | s390-modes.def | 29 /* Add any extra modes needed to represent the condition code. */ 80 CCA and CCT modes are request only modes. These modes are never returned by 81 s390_select_cc_mode. They are only intended to match other modes. 111 Using two extra modes makes it possible to do complete checks on two bits of an 113 information necessary for CCT1 and CCT2 modes.): 126 around. The following both modes can be considered as CCS and CCU modes with 132 These modes represent the result of overflow checks.
|
| /freebsd-9-stable/sys/dev/ath/ath_hal/ar5312/ |
| D | ar5312_power.c | 76 static const char* modes[] = { in ar5312SetPowerMode() local 86 modes[ahp->ah_powerMode], modes[mode], in ar5312SetPowerMode()
|
| /freebsd-9-stable/sys/powerpc/cpufreq/ |
| D | pcr.c | 197 uint32_t modes[3]; in pcr_attach() local 225 OF_getprop(cpu, "power-mode-data", modes, sc->nmodes); in pcr_attach() 226 sc->nmodes /= sizeof(modes[0]); in pcr_attach() 230 sc->pcr_vals[PCR_TO_FREQ(modes[i])] = modes[i]; in pcr_attach()
|
| /freebsd-9-stable/contrib/gcc/config/i386/ |
| D | i386-modes.def | 21 /* The x86_64 ABI specifies both XF and TF modes. 38 /* Add any extra modes needed to represent the condition code. 40 For the i386, we need separate modes when floating-point 65 /* Vector modes. */ 78 /* The symbol Pmode stands for one of the above machine modes (usually SImode).
|
| /freebsd-9-stable/sys/dev/ath/ath_hal/ar5210/ |
| D | ar5210_power.c | 98 static const char* modes[] = { in ar5210SetPowerMode() local 108 modes[ahp->ah_powerMode], modes[mode], in ar5210SetPowerMode()
|
| /freebsd-9-stable/sys/dev/ath/ath_hal/ar5211/ |
| D | ar5211_power.c | 100 static const char* modes[] = { in ar5211SetPowerMode() local 110 modes[ahp->ah_powerMode], modes[mode], in ar5211SetPowerMode()
|
| /freebsd-9-stable/crypto/openssl/apps/ |
| D | openssl.c | 158 static int modes[CRYPTO_NUM_LOCKS]; /* = {0, 0, ... } */ in lock_dbg_cb() local 174 if (modes[type]) { in lock_dbg_cb() 182 modes[type] = rw; in lock_dbg_cb() 184 if (!modes[type]) { in lock_dbg_cb() 189 if (modes[type] != rw) { in lock_dbg_cb() 195 modes[type] = 0; in lock_dbg_cb()
|
| /freebsd-9-stable/contrib/gcc/config/soft-fp/ |
| D | t-softfp | 22 # softfp_float_modes: a list of soft-float floating-point modes, 24 # softfp_int_modes: a list of integer modes for which to define conversions, 26 # softfp_extensions: a list of extensions between floating-point modes, 28 # softfp_truncations: a list of truncations between floating-point modes, 94 # target may have both soft-float and hard-float modes), for the fixed 95 # list of integer modes (si and di) for which libgcc2.c defines any
|