Home
last modified time | relevance | path

Searched refs:qe (Results 1 – 13 of 13) sorted by relevance

/titanic_51/usr/src/lib/libslp/clib/
H A Dslp_queue.c119 slp_queue_entry_t *qe; in slp_enqueue() local
122 if ((qe = malloc(sizeof (*qe))) == NULL) { in slp_enqueue()
128 qe->msg = msg; in slp_enqueue()
129 qe->next = NULL; in slp_enqueue()
131 q->tail->next = qe; in slp_enqueue()
132 q->tail = qe; in slp_enqueue()
134 q->head = q->tail = qe; in slp_enqueue()
148 slp_queue_entry_t *qe; in slp_enqueue_at_head() local
151 if ((qe in slp_enqueue_at_head()
173 slp_queue_entry_t *qe = q->head; dequeue_nolock() local
[all...]
/titanic_51/usr/src/uts/common/io/virtio/
H A Dvirtio.c579 struct vq_entry *qe; in vq_alloc_entry() local
586 qe = list_remove_head(&vq->vq_freelist); in vq_alloc_entry()
593 qe->qe_next = NULL; in vq_alloc_entry()
594 qe->qe_indirect_next = 0; in vq_alloc_entry()
595 (void) memset(qe->qe_desc, 0, sizeof (struct vring_desc)); in vq_alloc_entry()
597 return (qe); in vq_alloc_entry()
601 vq_free_entry(struct virtqueue *vq, struct vq_entry *qe) in vq_free_entry() argument
605 list_insert_head(&vq->vq_freelist, qe); in vq_free_entry()
638 virtio_ve_set(struct vq_entry *qe, uint64_t paddr, uint32_t len, in virtio_ve_set() argument
641 virtio_ve_set_desc(qe in virtio_ve_set()
645 virtio_ve_indirect_available(struct vq_entry * qe) virtio_ve_indirect_available() argument
651 virtio_ve_add_indirect_buf(struct vq_entry * qe,uint64_t paddr,uint32_t len,boolean_t write) virtio_ve_add_indirect_buf() 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) virtio_ve_add_cookie() argument
703 virtio_push_chain(struct vq_entry * qe,boolean_t sync) virtio_push_chain() argument
801 virtio_free_chain(struct vq_entry * qe) virtio_free_chain() 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);
/titanic_51/usr/src/lib/libast/common/string/
H A Dfmtesc.c44 fmtquote(const char* as, const char* qb, const char* qe, size_t n, int flags) in fmtquote() argument
61 if (qe) in fmtquote()
62 c += strlen((char*)qe); in fmtquote()
146 else if (qe && strchr(qe, c)) in fmtquote()
200 if (qe && (escaped || spaced)) in fmtquote()
201 while (*b = *qe++) in fmtquote()
/titanic_51/usr/src/contrib/ast/src/lib/libast/string/
H A Dfmtesc.c39 * quote string as of length n with qb...qe
41 * qe and the usual suspects are \... escaped
48 fmtquote(const char* as, const char* qb, const char* qe, size_t n, int flags) in fmtquote() argument
66 if (qe) in fmtquote()
67 c += strlen((char*)qe); in fmtquote()
157 else if (qe && strchr(qe, c)) in fmtquote()
211 if (qe && (escaped || spaced)) in fmtquote()
212 while (*b = *qe++) in fmtquote()
/titanic_51/usr/src/uts/common/io/mr_sas/
H A Dld_pd_map.c154 MR_QUAD_ELEMENT *qe; in MR_GetSpanBlock() local
160 qe = &pSpanBlock->block_span_info.quads[j]; in MR_GetSpanBlock()
161 if (qe->diff == 0) { in MR_GetSpanBlock()
165 if (qe->logStart <= row && row <= qe->logEnd && in MR_GetSpanBlock()
166 (((row - qe->logStart) % qe->diff)) == 0) { in MR_GetSpanBlock()
169 blk = ((row - qe->logStart) / in MR_GetSpanBlock()
170 (qe->diff)); in MR_GetSpanBlock()
172 blk = (blk + qe in MR_GetSpanBlock()
[all...]
/titanic_51/usr/src/lib/libast/common/misc/
H A Dmagic.c1913 int qe = 0; in load() local
1927 if (!qe) in load()
1928 qe = '}'; in load()
1929 if (qe == '}') in load()
1933 if (!qe) in load()
1934 qe = ')'; in load()
1935 if (qe == ')') in load()
1939 if (!qe) in load()
1940 qe = ']'; in load()
1941 if (qe == ']') in load()
[all …]
/titanic_51/usr/src/contrib/ast/src/lib/libast/misc/
H A Dmagic.c1954 int qe = 0; in load() local
1968 if (!qe) in load()
1969 qe = '}'; in load()
1970 if (qe == '}') in load()
1974 if (!qe) in load()
1975 qe = ')'; in load()
1976 if (qe == ')') in load()
1980 if (!qe) in load()
1981 qe = ']'; in load()
1982 if (qe in load()
[all...]
/titanic_51/usr/src/lib/libm/common/complex/
H A Dk_atan2l.c523 static const long double qe[] = { variable
664 mx_polyl(zz, qe, ee, 2); in mx_atanl()
707 mx_polyl(zz, qe, ee, 2); in mx_atanl()
/titanic_51/usr/src/cmd/svc/startd/
H A Drestarter.c1960 restarter_instance_qentry_t *qe; in restarter_queue_event() local
1966 qe = startd_zalloc(sizeof (restarter_instance_qentry_t)); in restarter_queue_event()
1967 qe->riq_type = e->rpe_type; in restarter_queue_event()
1968 qe->riq_reason = e->rpe_reason; in restarter_queue_event()
1970 uu_list_node_init(qe, &qe->riq_link, restarter_queue_pool); in restarter_queue_event()
1971 r = uu_list_insert_before(ri->ri_queue, NULL, qe); in restarter_queue_event()
/titanic_51/usr/src/lib/libpp/common/
H A Dppproto.c579 char* qe = 0; in lex() local
731 if (c == '"' && qe) in lex()
733 …for (n = 0, t = qe + 1; t < op && (*t == ' ' || *t == '\t' || *t == '\n' && ++n || *t >= 'A' && *t… in lex()
736 op = qe; in lex()
737 qe = 0; in lex()
754 qe = (c == '"') ? op : (char*)0; in lex()
/titanic_51/usr/src/contrib/ast/src/lib/libpp/
H A Dppproto.c611 char* qe = 0; in lex() local
763 if (c == '"' && qe) in lex()
765 for (n = 0, t = qe + 1; t < op && (*t == ' ' || *t == '\t' || *t == '\n' && ++n || *t >= 'A' && *t <= 'Z' || *t == '_'); t++); in lex()
768 op = qe; in lex()
769 qe = 0; in lex()
786 qe = (c == '"') ? op : (char*)0; in lex()
/titanic_51/usr/src/contrib/ast/src/cmd/INIT/
H A Dproto.c2875 char* qe = 0; local
3027 if (c == '"' && qe)
3029 for (n = 0, t = qe + 1; t < op && (*t == ' ' || *t == '\t' || *t == '\n' && ++n || *t >= 'A' && *t <= 'Z' || *t == '_'); t++);
3032 op = qe;
3033 qe = 0;
3050 qe = (c == '"') ? op : (char*)0;