Searched refs:primary (Results 1 - 25 of 56) sorted by relevance

123

/freebsd-9.3-release/sys/dev/drm/
H A Dmga_dma.c83 drm_mga_primary_buffer_t *primary = &dev_priv->prim; local
87 /* The primary DMA stream should look like new right about now.
89 primary->tail = 0;
90 primary->space = primary->size;
91 primary->last_flush = 0;
110 drm_mga_primary_buffer_t *primary = &dev_priv->prim; local
125 if (primary->tail == primary->last_flush) {
130 tail = primary
166 drm_mga_primary_buffer_t *primary = &dev_priv->prim; local
207 drm_mga_primary_buffer_t *primary = &dev_priv->prim; local
[all...]
H A Dmga_drv.h148 drm_local_map_t *primary; member in struct:drm_mga_private
324 dev_priv->primary->offset ); \
336 /* Never use this, always use DMA_BLOCK(...) for primary DMA output.
360 /* Buffer aging via primary DMA stream head pointer.
378 dev_priv->primary->offset); \
/freebsd-9.3-release/sys/arm/at91/
H A Dat91_pmcvar.h40 unsigned primary:1; member in struct:at91_pmc_clock
H A Dat91_pmc.c75 .primary = 1,
86 .primary = 1,
95 .primary = 1,
105 .primary = 1,
444 * MCK and PCU derive from one of the primary clocks. Initialize
/freebsd-9.3-release/bin/sh/
H A Darith_yacc.c166 static arith_t primary(int token, union yystype *val, int op, int noeval) function
191 return -primary(op, val, yylex(), noeval);
194 return !primary(op, val, yylex(), noeval);
197 return ~primary(op, val, yylex(), noeval);
199 yyerror("expecting primary");
214 b = primary(token, &val, yylex(), noeval);
235 arith_t a = primary(token, val, op, noeval);
/freebsd-9.3-release/sbin/hastd/
H A DMakefile14 SRCS+= parse.y pjdlog.c primary.c
/freebsd-9.3-release/share/examples/hast/
H A Ducarp_up.sh45 # If there is secondary worker process, it means that remote primary process is
57 # Change role to primary for our resource.
58 out=`hastctl role primary "${resource}" 2>&1`
60 logger -p local0.error -t hast "Unable to change to role to primary for resource ${resource}: ${out}."
72 logger -p local0.debug -t hast "Role for resource ${resource} changed to primary."
103 logger -p local0.info -t hast "Successfully switched to primary for resource ${resource}."
/freebsd-9.3-release/sys/boot/i386/loader/
H A Dhelp.i38635 gaps in the sequence (eg. no primary slave), the unit number can be
/freebsd-9.3-release/sys/boot/pc98/loader/
H A Dhelp.pc9835 gaps in the sequence (eg. no primary slave), the unit number can be
/freebsd-9.3-release/sys/cam/scsi/
H A Dscsi_enc_internal.h172 enc_other_cache(enc_softc_t *enc, enc_cache_t *primary) argument
174 return (primary == &enc->enc_cache
/freebsd-9.3-release/contrib/texinfo/makeinfo/
H A Dxml.c416 { "primary", 0, 1, 0 }, /* PRIMARY */
1692 /* Used to separate primary and secondary entries in an index -- we need
1729 char *primary = NULL, *secondary = NULL;
1732 primary = xmalloc (strlen (indexterm) + 1);
1733 strcpy (primary, indexterm);
1734 secondary = strstr (primary+1, INDEX_SEP);
1741 if (primary)
1742 execute_string ("%s", primary);
1746 if (primary)
1896 char *primary
1727 char *primary = NULL, *secondary = NULL; local
1894 char *primary = NULL, *secondary; local
[all...]
/freebsd-9.3-release/sys/dev/drm2/radeon/
H A Dradeon_trace.h45 __entry->dev = dev->primary->index;
H A Dradeon_drv.c278 bool primary = false; local
288 primary = pdev->resource[PCI_ROM_RESOURCE].flags & IORESOURCE_ROM_SHADOW;
290 remove_conflicting_framebuffers(ap, "radeondrmfb", primary);
/freebsd-9.3-release/contrib/texinfo/util/
H A Dtexindex.c1200 constitute primary and secondary names.
1201 In this case, each change of primary name
1202 generates a \primary line which contains only the primary name,
1206 /* The last primary name we wrote a \primary entry for.
1223 /* The initial (for sorting purposes) of the last primary entry written.
1259 char *primary, *secondary, *pagenumber;
1290 primary = find_braced_pos (line, 2, 0, 0);
1291 primarylength = find_braced_end (primary)
1250 char *primary, *secondary, *pagenumber; local
[all...]
/freebsd-9.3-release/bin/test/
H A Dtest.c56 nexpr ::= primary | "!" primary
57 primary ::= unary-operator operand
187 static int primary(enum token);
274 return primary(n);
278 primary(enum token n) function
/freebsd-9.3-release/sys/boot/i386/pmbr/
H A Dpmbr.s96 # Load the GPT header and verify signature. Try LBA 1 for the primary one and
100 movb $1,%dh # %dh := 1 (reading primary)
109 main.2b: cmpb $1,%dh # Reading primary?
/freebsd-9.3-release/contrib/one-true-awk/
H A Dproto.h59 extern Node *primary(void);
H A Db.c643 return (alt(concat(primary())));
646 Node *primary(void) function
692 FATAL("illegal primary in regular expression %s at %s", lastre, prestr);
701 return (concat(op2(CAT, np, primary())));
710 return (alt(op2(OR, np, concat(primary()))));
/freebsd-9.3-release/contrib/gcc/cp/
H A Dclass.c91 /* Nonzero if we are building the initializer for the primary
564 one step at a time via primary bases avoids the problem. */
680 /* Create a VAR_DECL for a primary or secondary vtable for CLASS_TYPE.
760 /* Build the primary virtual function table for TYPE. If BINFO is
835 the primary vtable. */
1297 /* Determine all the primary bases within T. Sets BINFO_PRIMARY_BASE_P for
1299 that have had a nearly-empty virtual primary base stolen by some
1307 tree primary = NULL_TREE;
1311 /* Determine the primary bases of our bases. */
1315 tree primary
1304 tree primary = NULL_TREE; local
1312 tree primary = CLASSTYPE_PRIMARY_BINFO (BINFO_TYPE (base_binfo)); local
[all...]
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dbuildsym.c1011 blockvector, so we need to clear primary for everything
1014 symtab->primary = 0;
1040 symtab->primary = 1;
H A Dgdbtypes.c1915 /* Return a pointer to the "primary base class" of DCLASS.
1917 A NULL return indicates that DCLASS has no primary base, or that it
1926 /* In HP ANSI C++'s runtime model, a "primary base class" of a class
2065 DCLASS, ignoring those appearing in the primary base (and its
2066 primary base, recursively). */
2073 struct type *primary; local
2075 primary = TYPE_RUNTIME_PTR (dclass) ? TYPE_PRIMARY_BASE (dclass) : NULL;
2077 if (!primary)
2085 if (virtual_base_index (tmp_vbase->vbasetype, primary) >= 0)
2123 bases that may appear in the virtual base list of the primary bas
2132 struct type *primary; local
[all...]
H A Dsymmisc.c222 if (s->primary == 1)
476 /* Now print the block info, but only for primary symtabs since we will
478 if (symtab->primary)
1024 symtab->primary ? " (primary)" : "");
/freebsd-9.3-release/contrib/libarchive/libarchive/
H A Darchive_read_support_format_iso9660.c84 /* Structure of on-disk primary volume descriptor. */
358 } primary, joliet; member in struct:iso9660
508 if (!iso9660->primary.location) {
534 if (seenTerminator && iso9660->primary.location > 16)
918 iso9660->primary.location = archive_le32dec(p + DR_extent_offset);
919 iso9660->primary.size = archive_le32dec(p + DR_size_offset);
1055 vd = &(iso9660->primary);
1089 if (vd == &(iso9660->primary) && iso9660->seenRockridge
1096 if (vd == &(iso9660->primary) && !iso9660->seenRockridge
1098 /* Switch reading data from primary t
[all...]
/freebsd-9.3-release/sys/dev/drm2/i915/
H A Di915_irq.c520 if (dev->primary->master) {
521 master_priv = dev->primary->master->driver_priv;
632 if (dev->primary->master) {
633 master_priv = dev->primary->master->driver_priv;
723 /* kobject_uevent_env(&dev->primary->kdev.kobj, KOBJ_CHANGE, error_event); */
727 /* kobject_uevent_env(&dev->primary->kdev.kobj, KOBJ_CHANGE, reset_event); */
730 /* kobject_uevent_env(&dev->primary->kdev.kobj, KOBJ_CHANGE, reset_done_event); */
1013 if (dev->primary->master) {
1014 master_priv = dev->primary->master->driver_priv;
1088 struct drm_i915_master_private *master_priv = dev->primary
[all...]
/freebsd-9.3-release/sys/dev/asr/
H A Dosd_unix.h447 uCHAR primary; /* 1 For Primary, 0 For Secondary */ member in struct:__anon6963

Completed in 211 milliseconds

123