HomeSort by: relevance | last modified time | path
    Searched refs:general (Results 1 - 17 of 17) sorted by relevancy

  /src/usr.bin/make/unit-tests/
directive-elifdef.mk 4 # '.elifdef VAR', the usual form is the more general '.elif defined(VAR)'.
varname-dot-make-save_dollars.mk 8 # var-op-expand.mk for ':=' in general
varmod-gmtime.mk 14 # only possible to check for the general format here. The names of the
directive-include-guard.mk 177 # In general, a variable name can contain a '!' in the middle, as that
  /src/sys/arch/m68k/m68k/
switch_subr.s 116 fmovem %fp0-%fp7,FPF_REGS(%a2) | save FP general registers
126 fmovem %fp0-%fp7,FPF_REGS(%a2) | save FP general registers
187 fmovem FPF_REGS(%a0),%fp0-%fp7 | restore FP general registers
200 fmovem FPF_REGS(%a0),%fp0-%fp7 | restore FP general registers
239 fmovem %fp0-%fp7,FPF_REGS(%a0) | save FP general registers
249 fmovem %fp0-%fp7,FPF_REGS(%a0) | save FP general registers
307 fmovem %fp0-%fp7,FPF_REGS(%a0) | save FP general registers
316 fmovem %fp0-%fp7,FPF_REGS(%a0) | save FP general registers
335 fmovem FPF_REGS(%a0),%fp0-%fp7 | restore FP general registers
347 fmovem FPF_REGS(%a0),%fp0-%fp7 | restore FP general register
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_bios.c 219 /* Parse general panel options */
526 const struct bdb_general_features *general; local
528 general = find_section(bdb, BDB_GENERAL_FEATURES);
529 if (!general)
532 dev_priv->vbt.int_tv_support = general->int_tv_support;
536 dev_priv->vbt.int_crt_support = general->int_crt_support;
537 dev_priv->vbt.lvds_use_ssc = general->enable_ssc;
539 intel_bios_ssc_frequency(dev_priv, general->ssc_freq);
540 dev_priv->vbt.display_clock_mode = general->display_clock_mode;
541 dev_priv->vbt.fdi_rx_polarity_inverted = general->fdi_rx_polarity_inverted
    [all...]
  /src/sys/arch/sparc64/doc/
TODO 53 - perhaps apply the lock to OF calls in general, not only the bounce'd ones
  /src/sys/arch/sparc64/sparc64/
cpu_in_cksum.S 203 brz,pt %o0, 1f ! In general there is only one mbuf
  /src/share/mk/
bsd.man.mk 14 # we always refresh the target when needed. In general we don't
bsd.own.mk 1477 # Only install the general firmware on some systems
  /src/sys/dev/pci/
if_iwn.c 2407 if (stats->general.temp != sc->rawtemp) {
2409 sc->rawtemp = stats->general.temp;
2421 sc->noise = iwn_get_noise(&stats->rx.general);
2424 if (le32toh(stats->rx.general.flags) != 1) {
2438 iwn_collect_noise(sc, &stats->rx.general);
4189 if ((rxena = le32toh(stats->general.load)) == 0)
4220 noise[i] = (le32toh(stats->general.noise[i]) >> 8) & 0xff;
4234 energy[i] = le32toh(stats->general.energy[i]);
if_iwnreg.h 1380 struct iwn_rx_general_stats general; member in struct:iwn_rx_stats
1435 struct iwn_general_stats general; member in struct:iwn_stats
if_iwmreg.h 20 * it under the terms of version 2 of the GNU General Public License as
26 * General Public License for more details.
28 * You should have received a copy of the GNU General Public License
33 * The full GNU General Public License is included in this distribution
129 * UCODE-DRIVER GP (general purpose) mailbox registers.
245 * GP (general purpose) CONTROL REGISTER
331 /* One-time-programmable memory general purpose reg */
349 * UCODE-DRIVER GP (general purpose) mailbox register 1
611 * @IWM_UCODE_TLV_FLAGS_UAPSD_SUPPORT: General support for uAPSD
3128 * @phy_flags: general phy flags: band, modulation, ..
3533 struct iwm_statistics_rx_non_phy general; member in struct:iwm_statistics_rx
3557 struct iwm_statistics_general general; member in struct:iwm_notif_statistics
    [all...]
if_iwm.c 38 * it under the terms of version 2 of the GNU General Public License as
44 * General Public License for more details.
46 * You should have received a copy of the GNU General Public License
51 * The full GNU General Public License is included in this distribution
8479 sc->sc_noise = iwm_get_noise(&stats->rx.general);
  /src/common/dist/zlib/os400/
zlib.inc 1 * ZLIB.INC - Interface to the general purpose compression library
  /src/sys/arch/m68k/060sp/dist/
ilsp.s 301 # In the general case, four quotient words would be created by
fpsp.s 4075 # TYPE == 0: General instructions #
4249 # this is the general exit point for an enabled exception that will be
5307 #--IF |X| > 15PI, WE USE THE GENERAL ARGUMENT REDUCTION.
5991 #--IF |X| > 15PI, WE USE THE GENERAL ARGUMENT REDUCTION.
19621 # | opclass | RX | RY | EXTENSION | (2nd word of general FP instruction)

Completed in 129 milliseconds