Searched refs:qe (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/lib/libslp/clib/
H A Dslp_queue.c119 slp_queue_entry_t *qe; local
122 if ((qe = malloc(sizeof (*qe))) == NULL) {
128 qe->msg = msg;
129 qe->next = NULL;
131 q->tail->next = qe;
132 q->tail = qe;
134 q->head = q->tail = qe;
148 slp_queue_entry_t *qe; local
151 if ((qe
173 slp_queue_entry_t *qe = q->head; local
[all...]
/illumos-gate/usr/src/lib/libast/common/string/
H A Dfmtesc.c35 * quote string as of length n with qb...qe
37 * qe and the usual suspects are \... escaped
44 fmtquote(const char* as, const char* qb, const char* qe, size_t n, int flags) argument
61 if (qe)
62 c += strlen((char*)qe);
146 else if (qe && strchr(qe, c))
200 if (qe && (escaped || spaced))
201 while (*b = *qe++)
/illumos-gate/usr/src/uts/common/io/virtio/
H A Dvirtio.c579 struct vq_entry *qe; local
586 qe = list_remove_head(&vq->vq_freelist);
593 qe->qe_next = NULL;
594 qe->qe_indirect_next = 0;
595 (void) memset(qe->qe_desc, 0, sizeof (struct vring_desc));
597 return (qe);
601 vq_free_entry(struct virtqueue *vq, struct vq_entry *qe) argument
605 list_insert_head(&vq->vq_freelist, qe);
638 virtio_ve_set(struct vq_entry *qe, uint64_t paddr, uint32_t len, argument
641 virtio_ve_set_desc(qe
645 virtio_ve_indirect_available(struct vq_entry *qe) argument
651 virtio_ve_add_indirect_buf(struct vq_entry *qe, uint64_t paddr, uint32_t len, boolean_t write) argument
665 virtio_ve_add_cookie(struct vq_entry *qe, ddi_dma_handle_t dma_handle, ddi_dma_cookie_t dma_cookie, unsigned int ncookies, boolean_t write) argument
703 virtio_push_chain(struct vq_entry *qe, boolean_t sync) argument
801 virtio_free_chain(struct vq_entry *qe) argument
[all...]
H A Dvirtiovar.h186 void vq_free_entry(struct virtqueue *vq, struct vq_entry *qe);
188 unsigned int virtio_ve_indirect_available(struct vq_entry *qe);
193 void virtio_ve_add_cookie(struct vq_entry *qe, ddi_dma_handle_t dma_handle,
195 void virtio_ve_add_indirect_buf(struct vq_entry *qe, uint64_t paddr,
197 void virtio_ve_set(struct vq_entry *qe, uint64_t paddr, uint32_t len,
200 void virtio_push_chain(struct vq_entry *qe, boolean_t sync);
/illumos-gate/usr/src/uts/common/io/mr_sas/
H A Dld_pd_map.c154 MR_QUAD_ELEMENT *qe; local
160 qe = &pSpanBlock->block_span_info.quads[j];
161 if (qe->diff == 0) {
165 if (qe->logStart <= row && row <= qe->logEnd &&
166 (((row - qe->logStart) % qe->diff)) == 0) {
169 blk = ((row - qe->logStart) /
170 (qe->diff));
172 blk = (blk + qe
[all...]
/illumos-gate/usr/src/cmd/svc/startd/
H A Drestarter.c1960 restarter_instance_qentry_t *qe; local
1966 qe = startd_zalloc(sizeof (restarter_instance_qentry_t));
1967 qe->riq_type = e->rpe_type;
1968 qe->riq_reason = e->rpe_reason;
1970 uu_list_node_init(qe, &qe->riq_link, restarter_queue_pool);
1971 r = uu_list_insert_before(ri->ri_queue, NULL, qe);
/illumos-gate/usr/src/lib/libpp/common/
H A Dppproto.c579 char* qe = 0; local
731 if (c == '"' && qe)
733 for (n = 0, t = qe + 1; t < op && (*t == ' ' || *t == '\t' || *t == '\n' && ++n || *t >= 'A' && *t <= 'Z' || *t == '_'); t++);
736 op = qe;
737 qe = 0;
754 qe = (c == '"') ? op : (char*)0;
/illumos-gate/usr/src/lib/libm/common/complex/
H A Dk_atan2l.c523 static const long double qe[] = { variable
664 mx_polyl(zz, qe, ee, 2);
707 mx_polyl(zz, qe, ee, 2);

Completed in 74 milliseconds