Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libslp/clib/
H A Dslp_queue.c120 if ((qe = malloc(sizeof (*qe))) == NULL) { in slp_enqueue()
126 qe->msg = msg; in slp_enqueue()
127 qe->next = NULL; in slp_enqueue()
130 q->tail = qe; in slp_enqueue()
149 if ((qe = malloc(sizeof (*qe))) == NULL) { in slp_enqueue_at_head()
155 qe->msg = msg; in slp_enqueue_at_head()
156 qe->next = q->head; in slp_enqueue_at_head()
157 q->head = qe; in slp_enqueue_at_head()
173 if (!qe) in dequeue_nolock()
175 msg = qe->msg; in dequeue_nolock()
[all …]
/illumos-gate/usr/src/contrib/ast/src/lib/libast/string/
H A Dfmtesc.c48 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()
/illumos-gate/usr/src/uts/common/io/mr_sas/
H A Dld_pd_map.c155 MR_QUAD_ELEMENT *qe; in MR_GetSpanBlock() local
161 qe = &pSpanBlock->block_span_info.quads[j]; in MR_GetSpanBlock()
162 if (qe->diff == 0) { in MR_GetSpanBlock()
166 if (qe->logStart <= row && row <= qe->logEnd && in MR_GetSpanBlock()
167 (((row - qe->logStart) % qe->diff)) == 0) { in MR_GetSpanBlock()
170 blk = ((row - qe->logStart) / in MR_GetSpanBlock()
171 (qe->diff)); in MR_GetSpanBlock()
173 blk = (blk + qe->offsetInSpan) << in MR_GetSpanBlock()
/illumos-gate/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()
1980 if (!qe) in load()
1981 qe = ']'; in load()
1993 if (!qe) in load()
1994 qe = n; in load()
[all …]
/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); in mx_atanl()
707 mx_polyl(zz, qe, ee, 2); in mx_atanl()
/illumos-gate/usr/src/cmd/svc/startd/
H A Drestarter.c1965 restarter_instance_qentry_t *qe; in restarter_queue_event() local
1971 qe = startd_zalloc(sizeof (restarter_instance_qentry_t)); in restarter_queue_event()
1972 qe->riq_type = e->rpe_type; in restarter_queue_event()
1973 qe->riq_reason = e->rpe_reason; in restarter_queue_event()
1975 uu_list_node_init(qe, &qe->riq_link, restarter_queue_pool); in restarter_queue_event()
1976 r = uu_list_insert_before(ri->ri_queue, NULL, qe); in restarter_queue_event()
/illumos-gate/usr/src/contrib/ast/src/lib/libpp/
H A Dppproto.c609 char* qe = 0; in lex() local
761 if (c == '"' && qe) in lex()
763 …for (n = 0, t = qe + 1; t < op && (*t == ' ' || *t == '\t' || *t == '\n' && ++n || *t >= 'A' && *t… in lex()
766 op = qe; in lex()
767 qe = 0; in lex()
784 qe = (c == '"') ? op : (char*)0; in lex()
/illumos-gate/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…
3032 op = qe;
3033 qe = 0;
3050 qe = (c == '"') ? op : (char*)0;
/illumos-gate/usr/src/uts/common/io/comstar/port/qlt/
H A Dqlt.c4994 uint32_t qe = qlt->mq_resp[qi].mq_ndx_to_fw; in qlt_handle_resp_queue_update() local
4995 caddr_t resp = &qlt->mq_resp[qi].mq_ptr[qe << 6]; in qlt_handle_resp_queue_update()