Searched refs:primary (Results 26 - 50 of 56) sorted by relevance

123

/freebsd-9.3-release/sys/dev/drm2/radeon/
H A Dradeon_device.c1519 rdev->ddev->primary->debugfs_root,
1520 rdev->ddev->primary);
1536 rdev->ddev->primary);
H A Dradeon_legacy_encoders.c396 "radeon_bl%d", dev->primary->index);
H A Datombios_encoders.c210 "radeon_bl%d", dev->primary->index);
2423 /* these are handled by the primary encoders */
2649 /* these are handled by the primary encoders */
/freebsd-9.3-release/contrib/gcc/
H A Dprotoize.c178 /* The number of "primary" slots in the hash tables for filenames and for
892 const hash_table_entry *primary;
894 for (primary = hash_tab_p; primary < &hash_tab_p[HASH_TABLE_SIZE]; primary++)
895 if (primary->symbol)
899 (*func)(primary);
900 for (second = primary->hash_next; second; second = second->hash_next)
884 const hash_table_entry *primary; local
/freebsd-9.3-release/contrib/gcc/cp/
H A Derror.c1199 FLAGS. PRIMARY indicates whether this is a primary template decl, or
1201 the specialized parameter values. For a primary template we show no
1205 dump_template_parms (tree info, int primary, int flags) argument
1209 if (primary && flags & TFF_TEMPLATE_NAME)
1216 if (args && !primary)
1238 else if (primary)
H A Dpt.c745 while in the second case, `C<int>::D' is a primary template
1225 to the primary function; now copy the inline bits to
1863 error ("template-id %qD in declaration of primary template",
1917 error ("template-id %qD in declaration of primary template",
2749 the implicit argument list of the primary template. */
2848 nonzero if DECL is the thing declared by a primary template.
2937 /* But, for a primary class template that is not a partial
3031 int primary; local
3069 /* See if this is a primary template. */
3073 is not primary
[all...]
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dsymtab.h781 should be designated the primary, so that the blockvector member in struct:symtab
784 int primary;
804 with the primary field? */
H A Dobjfiles.c535 if (!s->primary)
H A Dada-lang.c3705 if (!s->primary)
3754 if (!s->primary)
3772 if (!s->primary)
3787 if (!s->primary)
4747 BLOCKVECTOR (s), s->primary);
/freebsd-9.3-release/sys/cam/ctl/
H A DREADME.ctl.txt284 Here is a roadmap of some of the primary functions in ctl.c. Starting here
293 ctl_work_thread() This is the primary work thread, and everything gets
422 ctladm for the primary consumer of these functions. These include CDB
/freebsd-9.3-release/sys/dev/dpt/
H A Ddpt.h1123 u_int8_t primary; /* true if primary */ member in struct:dpt_softc
1211 u_int8_t primary; member in struct:dpt_user_softc
H A Ddpt_scsi.c1346 dpt->primary = FALSE;
1348 dpt->primary = TRUE;
/freebsd-9.3-release/contrib/binutils/bfd/
H A Delfxx-mips.c164 /* A pointer to the primary got, i.e., the one that's going to get
167 struct mips_got_info *primary; member in struct:mips_elf_got_per_bfd_arg
168 /* A non-primary got we're trying to merge with other input bfd's
174 /* The number of local and global entries in the primary got. */
179 primary got and be automatically relocated. This includes
180 those not referenced by the primary GOT but included in
230 with dynamic relocations pointing to it from non-primary GOTs). */
2762 primary GOT, but that must have entries because there are
3086 as possible of the primary got, since it doesn't require explicit
3088 symbols out of the addressable range. Failing the primary go
[all...]
/freebsd-9.3-release/sys/dev/drm2/i915/
H A Dintel_ringbuffer.c1259 if (dev->primary->master) {
1260 struct drm_i915_master_private *master_priv = dev->primary->master->driver_priv;
H A Di915_dma.c146 if (!dev->primary->master)
H A Dintel_display.c2347 if (!dev->primary->master)
2350 master_priv = dev->primary->master->driver_priv;
3386 if (!dev->primary->master)
3389 master_priv = dev->primary->master->driver_priv;
4189 /* Use the minimum of the small and large buffer method for primary */
4538 /* Use the minimum of the small and large buffer method for primary */
4828 /* Use the minimum of the small and large buffer method for primary */
/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Dclient.c2121 dns_name_t primary; local
2132 dns_name_init(&primary, NULL);
2133 dns_name_clone(&soa.origin, &primary);
2146 * Get addresses of the primary server. We don't use the ADB
2151 result = dns_client_startresolve(uctx->client, &primary,
2160 &primary,
/freebsd-9.3-release/sys/sparc64/sparc64/
H A Dsupport.S892 mov AA_DMMU_PCXR, %l3 ! force primary DMMU context 0
/freebsd-9.3-release/sys/dev/fb/
H A Dvga.c758 int primary; member in struct:__anon7839
779 adp[V_ADP_PRIMARY] = adapter_init_value[dcc[code].primary];
959 * When there are two adapaters in the system, one becomes `primary'
1219 * XXX: we should verify the following values for the primary adapter...
/freebsd-9.3-release/sys/dev/drm2/
H A DdrmP.h970 struct drm_minor *primary; /**< render type primary screen head */ member in struct:drm_device
/freebsd-9.3-release/contrib/ncurses/include/
H A DCaps.osf1r5459 box_chars_1 box1 str bx - - ----K box characters primary set
1061 #box_chars_1 box1 str bx - - ----K box characters primary set
H A DCaps.uwin877 box_chars_1 box1 str bx - - ----K box characters primary set
H A DCaps1051 box_chars_1 box1 str bx - - ----K box characters primary set
H A DCaps.aix4492 box_chars_1 box1 str bx - - ----K box characters primary set
H A DCaps.hpux111065 box_chars_1 box1 str bx - - ----K box characters primary set

Completed in 536 milliseconds

123