Home
last modified time | relevance | path

Searched refs:primary (Results 1 – 25 of 212) sorted by relevance

123456789

/NextBSD/sys/dev/drm/
HDmga_dma.c83 drm_mga_primary_buffer_t *primary = &dev_priv->prim; in mga_do_dma_reset() local
89 primary->tail = 0; in mga_do_dma_reset()
90 primary->space = primary->size; in mga_do_dma_reset()
91 primary->last_flush = 0; in mga_do_dma_reset()
110 drm_mga_primary_buffer_t *primary = &dev_priv->prim; in mga_do_dma_flush() local
125 if (primary->tail == primary->last_flush) { in mga_do_dma_flush()
130 tail = primary->tail + dev_priv->primary->offset; in mga_do_dma_flush()
144 primary->last_flush = primary->tail; in mga_do_dma_flush()
149 primary->space = primary->size - primary->tail; in mga_do_dma_flush()
151 primary->space = head - tail; in mga_do_dma_flush()
[all …]
HDmga_drv.h148 drm_local_map_t *primary; member
324 dev_priv->primary->offset ); \
378 dev_priv->primary->offset); \
/NextBSD/contrib/file/magic/Magdir/
HDicc16 # bytes 40 to 43 "may be used to identify the primary platform/operating
40 # and there *is* an identified "primary platform" value of SUNW.
45 # XXX - should we use "acsp\0\0\0\0" for "no primary platform" profiles,
46 # and use "acsp" for everything else and dump the "primary platform"
/NextBSD/bin/sh/
HDarith_yacc.c168 static arith_t primary(int token, union yystype *val, int op, int noeval) in primary() function
193 return -primary(op, val, yylex(), noeval); in primary()
196 return !primary(op, val, yylex(), noeval); in primary()
199 return ~primary(op, val, yylex(), noeval); in primary()
216 b = primary(token, &val, yylex(), noeval); in binop2()
237 arith_t a = primary(token, val, op, noeval); in binop()
/NextBSD/contrib/ntp/scripts/ntptrace/
HDntptrace-opts.def47 the chain of NTP servers from a given host back to the primary time source. For
65 count to the primary source, while the synchronization distance is the
66 estimated error relative to the primary source. These terms are precisely
HDinvoke-ntptrace.texi15 the chain of NTP servers from a given host back to the primary time source. For
33 count to the primary source, while the synchronization distance is the
34 estimated error relative to the primary source. These terms are precisely
HDntptrace.texi15 * ntptrace: (ntptrace). Trace the ntp server to the primary time source.
/NextBSD/sys/arm/at91/
HDat91_pmc.c85 .primary = 1,
96 .primary = 1,
105 .primary = 1,
115 .primary = 1,
127 .primary = 1,
HDat91_pmcvar.h40 unsigned primary:1; member
/NextBSD/sys/dev/drm2/i915/
HDi915_dma.c79 if (dev->primary->master) { in i915_update_dri1_breadcrumb()
80 master_priv = dev->primary->master->driver_priv; in i915_update_dri1_breadcrumb()
175 if (!dev->primary->master) in i915_kernel_lost_context()
178 master_priv = dev->primary->master->driver_priv; in i915_kernel_lost_context()
210 struct drm_i915_master_private *master_priv = dev->primary->master->driver_priv; in i915_initialize()
462 struct drm_i915_master_private *master_priv = dev->primary->master->driver_priv; in i915_emit_breadcrumb()
572 dev->primary->master->driver_priv; in i915_dispatch_flip()
649 struct drm_i915_master_private *master_priv = dev->primary->master->driver_priv; in i915_batchbuffer()
699 struct drm_i915_master_private *master_priv = dev->primary->master->driver_priv; in i915_cmdbuffer()
755 struct drm_i915_master_private *master_priv = dev->primary->master->driver_priv; in i915_emit_irq()
[all …]
/NextBSD/contrib/mdocml/
HDread.c58 struct buf *primary; /* buffer currently being parsed */ member
274 cp = curp->primary->buf; in choose_parser()
275 ep = cp + curp->primary->sz; in choose_parser()
728 svprimary = curp->primary; in mparse_parse_buffer()
729 curp->primary = &blk; in mparse_parse_buffer()
748 curp->primary = svprimary; in mparse_parse_buffer()
/NextBSD/contrib/libarchive/libarchive/
HDarchive_write_set_format_iso9660.c739 } primary, joliet; member
1072 iso9660->primary.max_depth = 0; in archive_write_set_format_iso9660()
1073 iso9660->primary.vdd_type = VDD_PRIMARY; in archive_write_set_format_iso9660()
1074 iso9660->primary.pathtbl = NULL; in archive_write_set_format_iso9660()
1159 iso9660->primary.rootent = in archive_write_set_format_iso9660()
1161 if (iso9660->primary.rootent == NULL) { in archive_write_set_format_iso9660()
1167 iso9660->primary.rootent->parent = iso9660->primary.rootent; in archive_write_set_format_iso9660()
1168 iso9660->cur_dirent = iso9660->primary.rootent; in archive_write_set_format_iso9660()
1881 ret = isoent_find_out_boot_file(a, iso9660->primary.rootent); in iso9660_close()
1896 ret = isoent_create_boot_catalog(a, iso9660->primary.rootent); in iso9660_close()
[all …]
/NextBSD/sys/dev/drm2/
HDdrm_pci.c359 if ((ret = drm_get_minor(dev, &dev->primary, DRM_MINOR_LEGACY))) in drm_get_pci_dev()
372 &dev->primary->mode_group); in drm_get_pci_dev()
383 driver->date, device_get_nameunit(dev->dev), dev->primary->index); in drm_get_pci_dev()
392 drm_put_minor(&dev->primary); in drm_get_pci_dev()
/NextBSD/sys/cam/scsi/
HDscsi_enc_internal.h172 enc_other_cache(enc_softc_t *enc, enc_cache_t *primary) in enc_other_cache() argument
174 return (primary == &enc->enc_cache in enc_other_cache()
/NextBSD/sys/dev/hyperv/vmbus/
HDhv_channel_mgmt.c795 vmbus_select_outgoing_channel(struct hv_vmbus_channel *primary) in vmbus_select_outgoing_channel() argument
798 hv_vmbus_channel *outgoing_channel = primary; in vmbus_select_outgoing_channel()
804 if (TAILQ_EMPTY(&primary->sc_list_anchor)) { in vmbus_select_outgoing_channel()
814 TAILQ_FOREACH(new_channel, &primary->sc_list_anchor, sc_list_entry) { in vmbus_select_outgoing_channel()
/NextBSD/usr.sbin/bsdconfig/share/
HDstruct.subr62 # The primary method of accessing (both setting and getting) properties of any
68 # Below is an example of the primary access method:
86 # The primary benefit to the secondary form is syntax cleanliness and read-
88 # syntax error when using this form), you can use the primary access method to
/NextBSD/sys/dev/nand/
HDnand_bbt.c179 nand_bbt_load_hdr(struct nand_bbt *bbt, struct bbt_header *hdr, int8_t primary) in nand_bbt_load_hdr() argument
183 if (primary) in nand_bbt_load_hdr()
/NextBSD/tools/tools/scsi-defects/
HDREADME1 Peter Dufault's tools to extract the primary or grown defect list from
/NextBSD/sys/boot/i386/pmbr/
HDpmbr.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?
/NextBSD/bin/test/
HDtest.c188 static int primary(enum token);
275 return primary(n); in nexpr()
279 primary(enum token n) in primary() function
/NextBSD/contrib/bsnmp/snmp_ntp/
HDNTP-MIB.txt97 1, primary reference (e.g.,, calibrated atomic clock,
117 "the total roundtrip delay to the primary
127 "the maximum error relative to the primary
139 stratum 0 (unspecified) or stratum 1 (primary reference
373 1, primary reference (e.g.,, calibrated atomic clock,
/NextBSD/sbin/hastd/
HDMakefile14 SRCS+= parse.y pjdlog.c primary.c
/NextBSD/sys/dev/drm2/radeon/
HDradeon_trace.h45 __entry->dev = dev->primary->index;
/NextBSD/share/examples/hast/
HDucarp_up.sh58 out=`hastctl role primary "${resource}" 2>&1`
/NextBSD/usr.sbin/pw/
HDREADME12 the command "pw useradd <loginid>". Creation of a unique primary

123456789