Searched refs:qe (Results 1 – 9 of 9) sorted by relevance
/illumos-gate/usr/src/lib/libslp/clib/ |
H A D | slp_queue.c | 117 slp_queue_entry_t *qe; in slp_enqueue() local 120 if ((qe = malloc(sizeof (*qe))) == NULL) { in slp_enqueue() 126 qe->msg = msg; in slp_enqueue() 127 qe->next = NULL; in slp_enqueue() 129 q->tail->next = qe; in slp_enqueue() 130 q->tail = qe; in slp_enqueue() 132 q->head = q->tail = qe; in slp_enqueue() 146 slp_queue_entry_t *qe; in slp_enqueue_at_head() local 149 if ((qe = malloc(sizeof (*qe))) == NULL) { in slp_enqueue_at_head() 155 qe->msg = msg; in slp_enqueue_at_head() [all …]
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/string/ |
H A D | fmtesc.c | 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()
|
/illumos-gate/usr/src/uts/common/io/mr_sas/ |
H A D | ld_pd_map.c | 155 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 D | magic.c | 1954 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 …]
|
/illumos-gate/usr/src/lib/libm/common/complex/ |
H A D | k_atan2l.c | 523 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 D | restarter.c | 2033 restarter_instance_qentry_t *qe; in restarter_queue_event() local 2039 qe = startd_zalloc(sizeof (restarter_instance_qentry_t)); in restarter_queue_event() 2040 qe->riq_type = e->rpe_type; in restarter_queue_event() 2041 qe->riq_reason = e->rpe_reason; in restarter_queue_event() 2043 uu_list_node_init(qe, &qe->riq_link, restarter_queue_pool); in restarter_queue_event() 2044 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 D | ppproto.c | 609 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 D | proto.c | 2875 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 D | qlt.c | 4994 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()
|