Home
last modified time | relevance | path

Searched refs:head_offset (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/uts/sun4v/os/
H A Derror.c110 process_resumable_error(struct regs *rp, uint32_t head_offset, in process_resumable_error() argument
120 while (head_offset != tail_offset) { in process_resumable_error()
122 head_va = (errh_er_t *)(mcpup->cpu_rq_va + head_offset + in process_resumable_error()
134 head_offset += Q_ENTRY_SIZE; in process_resumable_error()
136 head_offset &= (CPU_RQ_SIZE - 1); in process_resumable_error()
215 uint32_t head_offset, uint32_t tail_offset) in process_nonresumable_error() argument
228 while (head_offset != tail_offset) { in process_nonresumable_error()
230 head_va = (errh_er_t *)(mcpup->cpu_nrq_va + head_offset + in process_nonresumable_error()
244 head_offset += Q_ENTRY_SIZE; in process_nonresumable_error()
246 head_offset &= (CPU_NRQ_SIZE - 1); in process_nonresumable_error()
[all …]
/titanic_41/usr/src/uts/common/avs/ns/rdc/
H A Drdc_diskq.h78 int head_offset; /* offset of meta-info of head (fbas) */ member
93 uint64_t head_offset; /* offset of meta-info of head (fbas) */ member
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
H A Drdc_diskq.c515 header->h.head_offset = RDC_DISKQ_DATA_OFF; in rdc_init_diskq_header()
764 hc->head_offset = h1.head_offset; in rdc_resume_diskq()
2111 h->magic, h->state, h->head_offset, h->tail_offset, in rdc_diskq_unqueue()
/titanic_41/usr/src/grub/grub-0.97/stage2/
H A Dbios.c109 int cylinder_offset, head_offset, sector_offset; in biosdisk() local
115 head_offset = head % geometry->heads; in biosdisk()
122 cylinder_offset, head_offset, sector_offset, in biosdisk()