/src/usr.sbin/sysinst/arch/dummy/ |
md.h | 38 /* sunlabels force track alignment (true = no further processing) */ 39 #define MD_DISKLABEL_SET_ALIGN_PRE(align, track) \ 40 (align) = (track), true
|
/src/sys/external/bsd/drm2/dist/drm/i915/gvt/ |
page_track.c | 32 * intel_vgpu_find_page_track - find page track rcord of guest page 49 * @handler: page track handler 58 struct intel_vgpu_page_track *track; local in function:intel_vgpu_register_page_track 61 track = intel_vgpu_find_page_track(vgpu, gfn); 62 if (track) 65 track = kzalloc(sizeof(*track), GFP_KERNEL); 66 if (!track) 69 track->handler = handler; 70 track->priv_data = priv 90 struct intel_vgpu_page_track *track; local in function:intel_vgpu_unregister_page_track 110 struct intel_vgpu_page_track *track; local in function:intel_vgpu_enable_page_track 137 struct intel_vgpu_page_track *track; local in function:intel_vgpu_disable_page_track [all...] |
/src/usr.sbin/sysinst/arch/sparc/ |
md.h | 50 /* sunlabels force track alignment (true = no further processing) */ 51 #define MD_DISKLABEL_SET_ALIGN_PRE(align, track) \ 52 (align) = (track), true
|
/src/usr.sbin/sysinst/arch/sparc64/ |
md.h | 45 /* sunlabels force track alignment (true = no further processing) */ 46 #define MD_DISKLABEL_SET_ALIGN_PRE(align, track) \ 47 (align) = (track), true
|
/src/sys/external/bsd/drm2/dist/drm/radeon/ |
radeon_r200.c | 155 struct r100_cs_track *track; local in function:r200_packet0_check 165 track = (struct r100_cs_track *)p->track; 193 track->zb.robj = reloc->robj; 194 track->zb.offset = idx_value; 195 track->zb_dirty = true; 206 track->cb[0].robj = reloc->robj; 207 track->cb[0].offset = idx_value; 208 track->cb_dirty = true; 236 track->textures[i].robj = reloc->robj [all...] |
radeon_r600_cs.c | 49 /* value we track */ 305 static void r600_cs_track_init(struct r600_cs_track *track) 310 track->sq_config = DX9_CONSTS; 312 track->cb_color_base_last[i] = 0; 313 track->cb_color_size[i] = 0; 314 track->cb_color_size_idx[i] = 0; 315 track->cb_color_info[i] = 0; 316 track->cb_color_view[i] = 0xFFFFFFFF; 317 track->cb_color_bo[i] = NULL; 318 track->cb_color_bo_offset[i] = 0xFFFFFFFF 357 struct r600_cs_track *track = p->track; local in function:r600_cs_track_validate_cb 523 struct r600_cs_track *track = p->track; local in function:r600_cs_track_validate_db 711 struct r600_cs_track *track = p->track; local in function:r600_cs_track_check 974 struct r600_cs_track *track = (struct r600_cs_track *)p->track; local in function:r600_cs_check_reg 1479 struct r600_cs_track *track = p->track; local in function:r600_check_texture_resource 1633 struct r600_cs_track *track; local in function:r600_packet3_check 2274 struct r600_cs_track *track; local in function:r600_cs_parse [all...] |
radeon_r300.c | 665 struct r100_cs_track *track; local in function:r300_packet0_check 673 track = (struct r100_cs_track *)p->track; 705 track->cb[i].robj = reloc->robj; 706 track->cb[i].offset = idx_value; 707 track->cb_dirty = true; 718 track->zb.robj = reloc->robj; 719 track->zb.offset = idx_value; 720 track->zb_dirty = true; 763 track->textures[i].robj = reloc->robj 1209 struct r100_cs_track *track; local in function:r300_packet3_check 1316 struct r100_cs_track *track; local in function:r300_cs_parse [all...] |
radeon_evergreen_cs.c | 56 /* value we track */ 127 static void evergreen_cs_track_init(struct evergreen_cs_track *track) 132 track->cb_color_fmask_bo[i] = NULL; 133 track->cb_color_cmask_bo[i] = NULL; 134 track->cb_color_cmask_slice[i] = 0; 135 track->cb_color_fmask_slice[i] = 0; 139 track->cb_color_bo[i] = NULL; 140 track->cb_color_bo_offset[i] = 0xFFFFFFFF; 141 track->cb_color_info[i] = 0; 142 track->cb_color_view[i] = 0xFFFFFFFF 214 struct evergreen_cs_track *track = p->track; local in function:evergreen_surface_check_linear_aligned 236 struct evergreen_cs_track *track = p->track; local in function:evergreen_surface_check_1d 267 struct evergreen_cs_track *track = p->track; local in function:evergreen_surface_check_2d 405 struct evergreen_cs_track *track = p->track; local in function:evergreen_cs_track_validate_cb 508 struct evergreen_cs_track *track = p->track; local in function:evergreen_cs_track_validate_htile 576 struct evergreen_cs_track *track = p->track; local in function:evergreen_cs_track_validate_stencil 681 struct evergreen_cs_track *track = p->track; local in function:evergreen_cs_track_validate_depth 963 struct evergreen_cs_track *track = p->track; local in function:evergreen_cs_track_check 1125 struct evergreen_cs_track *track = (struct evergreen_cs_track *)p->track; local in function:evergreen_cs_handle_reg 1787 struct evergreen_cs_track *track = p->track; local in function:evergreen_is_safe_reg 1805 struct evergreen_cs_track *track; local in function:evergreen_packet3_check 2704 struct evergreen_cs_track *track; local in function:evergreen_cs_parse [all...] |
radeon_r100.c | 1326 struct r100_cs_track *track; local in function:r100_packet3_load_vbpntr 1332 track = (struct r100_cs_track *)p->track; 1340 track->num_arrays = c; 1352 track->arrays[i + 0].esize = idx_value >> 8; 1353 track->arrays[i + 0].robj = reloc->robj; 1354 track->arrays[i + 0].esize &= 0x7F; 1363 track->arrays[i + 1].robj = reloc->robj; 1364 track->arrays[i + 1].esize = idx_value >> 24; 1365 track->arrays[i + 1].esize &= 0x7F 1575 struct r100_cs_track *track; local in function:r100_packet0_check 1933 struct r100_cs_track *track; local in function:r100_packet3_check 2053 struct r100_cs_track *track; local in function:r100_cs_parse [all...] |
r100_track.h | 87 int r100_cs_track_check(struct radeon_device *rdev, struct r100_cs_track *track); 88 void r100_cs_track_clear(struct radeon_device *rdev, struct r100_cs_track *track);
|
/src/sys/dev/audio/ |
audio.c | 66 * Terminology: "sample", "channel", "frame", "block", "track": 75 * +------:------:------:- -+------+ : +------+-.. | track 92 * - A "track" is single completed audio stream. 95 * track consists of 2.1(=3) channels 44.1kHz 16bit PCM, 175 * - track->lock. This is an atomic variable and is similar to the 176 * "interrupt lock". This is one for each track. If any thread context 178 * want to access some variables on this track, they must acquire this 179 * lock before. It protects track's consistency between hardware 409 audio_tracet(const char *funcname, audio_track_t *track, const char *fmt, ...) 414 snprintf(hdr, sizeof(hdr), "#%d ", track->id) 2785 audio_track_t *track; local in function:audio_read 2906 audio_track_t *track; local in function:audio_write 3030 audio_track_t *track; local in function:audio_ioctl 3411 audio_track_t *track; local in function:audio_poll 3495 audio_track_t *track; local in function:filt_audioread_event 3542 audio_track_t *track; local in function:filt_audiowrite_event 3605 audio_track_t *track; local in function:audio_mmap 3966 audio_track_t *track; local in function:audio_track_freq_up 4099 audio_track_t *track; local in function:audio_track_freq_down 4160 audio_track_t *track; local in function:audio_track_create 5598 audio_track_t *track = f->ptrack; local in function:audio_pmixer_process 6137 audio_track_t *track = f->rtrack; local in function:audio_rmixer_process 6500 audio_track_t *track = f->rtrack; local in function:audio_softintr_rd 6548 audio_track_t *track = f->ptrack; local in function:audio_softintr_wr 7805 audio_track_t *track; local in function:audiogetinfo [all...] |
/src/usr.sbin/mscdlabel/ |
main.c | 77 /* one more for leadout track, for tracklen calculation */ 113 * fake up a data track spanning the whole file and a leadout track, 129 struct cd_toc_entry *track; local in function:main 169 * to have more than one data track in one session, so we get 177 track = &tocbuf[i]; 178 printf("track (ctl=%d) at sector %d\n", track->control, 179 track->addr.lba); 180 if ((track->control & 4) /* data track * [all...] |
/src/sys/arch/atari/stand/ahdilabel/ |
ahdilabel.c | 146 printf ("Units now cylinder/track/sector\n"); 215 printf (" sectors/track: %d\n", ptable->nsectors); 240 u_int32_t cylinder, track, sector; local in function:show_parts 254 track = sector / ptable->nsectors; 255 sector -= track * ptable->nsectors; 256 printf ("%5u/%2u/%3u ", cylinder, track, sector); 260 track = sector / ptable->nsectors; 261 sector -= track * ptable->nsectors; 262 printf ("%5u/%2u/%3u ", cylinder, track, sector); 268 track = sector / ptable->nsectors 301 u_int32_t cylinder, track; local in function:sec_to_cts 314 u_int32_t sector, track, cylinder; local in function:read_sector [all...] |
/src/sys/arch/i386/stand/misc/ |
rawrite.c | 15 Some BIOS's don't like full-track writes. 17 Fixed BIOS full-track write by only 72 case 0x0B: msg("Bad track detected"); break; 73 case 0x0C: msg("Unsupported track"); break; 90 Return the number of sectors per track assumed as follows: 102 Read sector 1, head 0, track 0 to get the BIOS running. 118 msg("Can't figure out how many sectors/track for this diskette."); 128 int count, fdin, drive, head, track, status, spt, buflength, ns; local in function:main 150 * Determine number of sectors per track and allocate buffers. 155 printf("Number of sectors per track for this disk is %d\n", spt) [all...] |
/src/sys/compat/linux/common/ |
linux_fdio.h | 49 u_int track; member in struct:linux_floppy_struct 94 short track; member in struct:linux_floppy_drive_struct 126 u_char track[4]; member in struct:linux_floppy_fdc_state 151 int track; member in struct:linux_floppy_raw_cmd 160 u_int track; member in struct:linux_format_descr
|
/src/distrib/utils/embedded/conf/ |
riscv.conf | 45 sectors/track: ${spt} key 55 track-to-track seek: 0 # microseconds
|
evbmips.conf | 47 sectors/track: ${spt} key 57 track-to-track seek: 0 # microseconds
|
x86.conf | 35 sectors/track: ${spt} key 45 track-to-track seek: 0 # microseconds
|
evbarm.conf | 47 sectors/track: ${spt} key 57 track-to-track seek: 0 # microseconds
|
evbppc.conf | 47 sectors/track: ${spt} key 57 track-to-track seek: 0 # microseconds
|
/src/sys/arch/mac68k/obio/ |
iwm_fd.c | 620 printf(" Seek track 00 says"); 943 bp->b_cylinder = physDiskLoc.track; 1099 /* Calculate the side/track/sector our block is at. */ 1105 printf("to c%d_h%d_s%d ", fd->pos.track, 1116 * If necessary, seek to wanted track. Note that 1119 if (fd->pos.track != fd->pos.oldTrack && 1133 * Transfer a sector from disk. Get it from the track cache, if available; 1137 * Track buffering reads: 1139 * o Else, read sectors into track cache until we meet the header of 1160 pos->track, pos->side, pos->sector) [all...] |
/src/usr.bin/midiplay/ |
midiplay.c | 53 struct track { struct 54 struct track *indirect; /* for fast swaps in heap code */ 78 "", "Text", "Copyright", "Track", "Instrument", 97 static u_long getvar(struct track *); 98 static u_long getlen(struct track *); 102 static void Heapify(struct track *, int, int); 103 static void BuildHeap(struct track *, int); 104 static int ShrinkHeap(struct track *, int); 190 getvar(struct track *tp) 203 getlen(struct track *tp [all...] |
/src/sys/arch/sh3/sh3/ |
exception.c | 284 int err, track, ftype; local in function:tlb_exception 311 track = PVH_REFERENCED; 315 track = PVH_REFERENCED; 319 track = PVH_REFERENCED | PVH_MODIFIED; 341 track = 0; /* call uvm_fault first. (COW) */ 372 if (track && __pmap_pte_load(pmap, va, track)) { 402 loaded = __pmap_pte_load(pmap, va, track);
|
/src/sys/arch/dreamcast/dev/g1/ |
gdrom.c | 528 int s, track, sessno = *(int *)addr; local in function:gdromioctl 563 for (track = TOC_TRACK(toc.last); 564 track >= TOC_TRACK(toc.first); 565 --track) { 566 if (track < 1 || track > 100) 568 if (TOC_CTRL(toc.entry[track - 1])) 573 printf("gdrom: Using track %d, LBA %u\n", track, 574 TOC_LBA(toc.entry[track - 1])) [all...] |
/src/sys/arch/dreamcast/dev/ |
gdrom.c | 588 int s, track, sessno = *(int *)addr; local in function:gdromioctl 623 for (track = TOC_TRACK(toc.last); 624 track >= TOC_TRACK(toc.first); 625 --track) { 626 if (track < 1 || track > 100) 628 if (TOC_CTRL(toc.entry[track - 1])) 633 printf("gdrom: Using track %d, LBA %u\n", track, 634 TOC_LBA(toc.entry[track - 1])) [all...] |