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

123

/freebsd-11-stable/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-11-stable/sys/dev/drm2/
H A Ddrm_platform.c144 ret = drm_get_minor(dev, &dev->primary, DRM_MINOR_LEGACY);
157 &dev->primary->mode_group);
170 driver->date, dev->primary->index);
175 drm_put_minor(&dev->primary);
H A Ddrm_pci.c359 if ((ret = drm_get_minor(dev, &dev->primary, DRM_MINOR_LEGACY)))
372 &dev->primary->mode_group);
383 driver->date, device_get_nameunit(dev->dev), dev->primary->index);
392 drm_put_minor(&dev->primary);
H A Ddrm_stub.c462 drm_mode_group_free(&dev->primary->mode_group);
488 drm_put_minor(&dev->primary);
/freebsd-11-stable/sys/arm/at91/
H A Dat91_pmcvar.h40 unsigned primary:1; member in struct:at91_pmc_clock
H A Dat91_pmc.c83 .primary = 1,
94 .primary = 1,
103 .primary = 1,
113 .primary = 1,
125 .primary = 1,
584 * MCK and PCU derive from one of the primary clocks. Initialize
/freebsd-11-stable/bin/sh/
H A Darith_yacc.c168 static arith_t primary(int token, union yystype *val, int op, int noeval) function
193 return -primary(op, val, yylex(), noeval);
196 return !primary(op, val, yylex(), noeval);
199 return ~primary(op, val, yylex(), noeval);
201 yyerror("expecting primary");
216 b = primary(token, &val, yylex(), noeval);
237 arith_t a = primary(token, val, op, noeval);
/freebsd-11-stable/sbin/hastd/
H A DMakefile15 SRCS+= parse.y pjdlog.c primary.c
/freebsd-11-stable/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-11-stable/sys/cam/scsi/
H A Dscsi_enc_internal.h168 enc_other_cache(enc_softc_t *enc, enc_cache_t *primary) argument
170 return (primary == &enc->enc_cache
/freebsd-11-stable/sys/dev/drm2/radeon/
H A Dradeon_trace.h45 __entry->dev = dev->primary->index;
/freebsd-11-stable/contrib/mdocml/
H A Dread.c50 struct buf *primary; /* buffer currently being parsed */ member in struct:mparse
299 cp = curp->primary->buf;
300 ep = cp + curp->primary->sz;
660 svprimary = curp->primary;
661 curp->primary = &blk;
680 curp->primary = svprimary;
/freebsd-11-stable/sys/dev/nand/
H A Dnand_bbt.c179 nand_bbt_load_hdr(struct nand_bbt *bbt, struct bbt_header *hdr, int8_t primary) argument
183 if (primary)
/freebsd-11-stable/sys/dev/drm2/i915/
H A Di915_dma.c81 if (dev->primary->master) {
82 master_priv = dev->primary->master->driver_priv;
143 if (!dev->primary->master)
146 master_priv = dev->primary->master->driver_priv;
178 struct drm_i915_master_private *master_priv = dev->primary->master->driver_priv;
421 struct drm_i915_master_private *master_priv = dev->primary->master->driver_priv;
538 dev->primary->master->driver_priv;
615 struct drm_i915_master_private *master_priv = dev->primary->master->driver_priv;
671 struct drm_i915_master_private *master_priv = dev->primary->master->driver_priv;
739 struct drm_i915_master_private *master_priv = dev->primary
1413 bool primary; local
[all...]
/freebsd-11-stable/bin/test/
H A Dtest.c56 nexpr ::= primary | "!" primary
57 primary ::= unary-operator operand
190 static int primary(enum token);
277 return primary(n);
281 primary(enum token n) function
/freebsd-11-stable/stand/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-11-stable/contrib/libarchive/libarchive/
H A Darchive_write_set_format_iso9660.c256 * on primary, ISO9660 file/directory name.
261 * on primary, this is ext_off + ext_len + version length.
264 * on primary, mb_len and id_len are always the same.
739 } primary, joliet; member in struct:iso9660
1072 iso9660->primary.max_depth = 0;
1073 iso9660->primary.vdd_type = VDD_PRIMARY;
1074 iso9660->primary.pathtbl = NULL;
1159 iso9660->primary.rootent =
1161 if (iso9660->primary.rootent == NULL) {
1167 iso9660->primary
[all...]
/freebsd-11-stable/contrib/wpa/src/ap/
H A Dhw_features.c708 int channel, int primary)
719 if ((primary && chan_pri_allowed(chan)) ||
720 (!primary && !(chan->flag & HOSTAPD_CHAN_DISABLED)))
725 channel, primary ? "primary" : "secondary",
707 hostapd_is_usable_chan(struct hostapd_iface *iface, int channel, int primary) argument
/freebsd-11-stable/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-11-stable/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. */
1303 /* Determine all the primary bases within T. Sets BINFO_PRIMARY_BASE_P for
1305 that have had a nearly-empty virtual primary base stolen by some
1313 tree primary = NULL_TREE;
1317 /* Determine the primary bases of our bases. */
1321 tree primary
1310 tree primary = NULL_TREE; local
1318 tree primary = CLASSTYPE_PRIMARY_BINFO (BINFO_TYPE (base_binfo)); local
[all...]
/freebsd-11-stable/lib/libsysdecode/
H A Dflags.c738 const char *primary, *type; local
740 primary = lookup_value(quotactlcmds, cmd >> SUBCMDSHIFT);
741 if (primary == NULL)
743 fprintf(fp, "QCMD(%s,", primary);
/freebsd-11-stable/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...]

Completed in 184 milliseconds

123