| /NextBSD/sys/dev/drm/ |
| HD | mga_dma.c | 83 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 …]
|
| HD | mga_drv.h | 148 drm_local_map_t *primary; member 324 dev_priv->primary->offset ); \ 378 dev_priv->primary->offset); \
|
| /NextBSD/contrib/file/magic/Magdir/ |
| HD | icc | 16 # 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/ |
| HD | arith_yacc.c | 168 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/ |
| HD | ntptrace-opts.def | 47 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
|
| HD | invoke-ntptrace.texi | 15 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
|
| HD | ntptrace.texi | 15 * ntptrace: (ntptrace). Trace the ntp server to the primary time source.
|
| /NextBSD/sys/arm/at91/ |
| HD | at91_pmc.c | 85 .primary = 1, 96 .primary = 1, 105 .primary = 1, 115 .primary = 1, 127 .primary = 1,
|
| HD | at91_pmcvar.h | 40 unsigned primary:1; member
|
| /NextBSD/sys/dev/drm2/i915/ |
| HD | i915_dma.c | 79 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/ |
| HD | read.c | 58 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/ |
| HD | archive_write_set_format_iso9660.c | 739 } 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/ |
| HD | drm_pci.c | 359 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/ |
| HD | scsi_enc_internal.h | 172 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/ |
| HD | hv_channel_mgmt.c | 795 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/ |
| HD | struct.subr | 62 # 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/ |
| HD | nand_bbt.c | 179 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/ |
| HD | README | 1 Peter Dufault's tools to extract the primary or grown defect list from
|
| /NextBSD/sys/boot/i386/pmbr/ |
| HD | pmbr.s | 96 # 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/ |
| HD | test.c | 188 static int primary(enum token); 275 return primary(n); in nexpr() 279 primary(enum token n) in primary() function
|
| /NextBSD/contrib/bsnmp/snmp_ntp/ |
| HD | NTP-MIB.txt | 97 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/ |
| HD | Makefile | 14 SRCS+= parse.y pjdlog.c primary.c
|
| /NextBSD/sys/dev/drm2/radeon/ |
| HD | radeon_trace.h | 45 __entry->dev = dev->primary->index;
|
| /NextBSD/share/examples/hast/ |
| HD | ucarp_up.sh | 58 out=`hastctl role primary "${resource}" 2>&1`
|
| /NextBSD/usr.sbin/pw/ |
| HD | README | 12 the command "pw useradd <loginid>". Creation of a unique primary
|