Searched defs:head_offset (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dbios.c114 int cylinder_offset, head_offset, sector_offset;
120 head_offset = head % geometry->heads;
127 cylinder_offset, head_offset, sector_offset,
112 int cylinder_offset, head_offset, sector_offset; local
/illumos-gate/usr/src/uts/sun4v/os/
H A Derror.c110 process_resumable_error(struct regs *rp, uint32_t head_offset, argument
120 while (head_offset != tail_offset) {
122 head_va = (errh_er_t *)(mcpup->cpu_rq_va + head_offset +
134 head_offset += Q_ENTRY_SIZE;
136 head_offset &= (CPU_RQ_SIZE - 1);
215 uint32_t head_offset, uint32_t tail_offset)
228 while (head_offset != tail_offset) {
230 head_va = (errh_er_t *)(mcpup->cpu_nrq_va + head_offset +
244 head_offset += Q_ENTRY_SIZE;
246 head_offset
214 process_nonresumable_error(struct regs *rp, uint64_t flags, uint32_t head_offset, uint32_t tail_offset) argument
714 rq_overflow(struct regs *rp, uint64_t head_offset, uint64_t tail_offset) argument
[all...]
/illumos-gate/usr/src/uts/common/avs/ns/rdc/
H A Drdc_diskq.h78 int head_offset; /* offset of meta-info of head (fbas) */ member in struct:diskqheader1
93 uint64_t head_offset; /* offset of meta-info of head (fbas) */ member in struct:diskqheader2
163 #define QHEAD(q) q->disk_hdr.h.head_offset
183 #define INC_QHEAD(q, n) q->disk_hdr.h.head_offset += n
186 #define DEC_QHEAD(q, n) q->disk_hdr.h.head_offset -= n
197 #define SET_QHEAD(q, n) q->disk_hdr.h.head_offset = n

Completed in 63 milliseconds