Searched refs:qn (Results 1 - 25 of 25) sorted by relevance

/illumos-gate/usr/src/cmd/tnf/prex/
H A Dfcn.h46 queue_node_t qn; member in struct:fcn
H A Dexpr.c88 queue_init(&new_p->qn);
116 while (expr_p = (expr_t *) queue_next(&list_p->qn, &expr_p->qn)) {
121 (void) queue_append(&head_p->qn, &new_p->qn);
138 while (expr_p = (expr_t *) queue_next(&list_p->qn, &list_p->qn)) {
139 (void) queue_remove(&expr_p->qn);
166 return ((expr_t *) queue_append(&h->qn, &f->qn));
[all...]
H A Dset.c74 queue_init(&new_p->qn);
79 (void) queue_append(&g_setlist, &new_p->qn);
97 if (!queue_isempty(&set_p->qn))
98 (void) queue_remove(&set_p->qn);
121 while ((set_p = (set_t *) queue_next(&g_setlist, &set_p->qn))) {
175 while ((set_p = (set_t *) queue_next(&g_setlist, &set_p->qn)))
H A Dset.h50 queue_node_t qn; member in struct:set
H A Dfcn.c77 queue_init(&new_p->qn);
103 (void) queue_append(&g_fcnlist, &new_p->qn);
126 if (!queue_isempty(&fcn_p->qn))
127 (void) queue_remove(&fcn_p->qn);
149 while ((fcn_p = (fcn_t *) queue_next(&g_fcnlist, &fcn_p->qn))) {
185 while ((fcn_p = (fcn_t *) queue_next(&g_fcnlist, &fcn_p->qn)))
207 while ((fcn_p = (fcn_t *) queue_next(&g_fcnlist, &fcn_p->qn)))
H A Dcmd.c76 queue_init(&new_p->qn);
88 (void) queue_append(&g_cmdlist, &new_p->qn);
108 queue_init(&new_p->qn);
115 (void) queue_append(&g_cmdlist, &new_p->qn);
132 if (!queue_isempty(&cmd_p->qn))
133 (void) queue_remove(&cmd_p->qn);
156 while ((cmd_p = (cmd_t *) queue_next(&g_cmdlist, &cmd_p->qn))) {
206 while ((cmd_p = (cmd_t *) queue_next(&g_cmdlist, &cmd_p->qn))) {
270 while ((cmd_p = (cmd_t *) queue_next(&g_cmdlist, &cmd_p->qn))) {
287 while ((cmd_p = (cmd_t *) queue_next(&g_cmdlist, &cmd_p->qn))) {
[all...]
H A Dspec.c71 queue_init(&new_p->qn);
114 while ((spec_p = (spec_t *) queue_next(&list_p->qn, &list_p->qn))) {
115 (void) queue_remove(&spec_p->qn);
142 return ((spec_t *) queue_append(&h->qn, &f->qn));
157 while ((spec_p = (spec_t *) queue_next(&list_p->qn, &spec_p->qn))) {
H A Dsource.c52 queue_node_t qn; member in struct:source
95 queue_init(&new_p->qn);
101 (void) queue_prepend(&stack, &new_p->qn);
143 queue_init(&new_p->qn);
149 (void) queue_prepend(&stack, &new_p->qn);
188 (void) queue_remove(&top->qn);
H A Dexpr.h49 queue_node_t qn; member in struct:expr
H A Dcmd.h61 queue_node_t qn; member in struct:cmd
H A Dspec.h58 queue_node_t qn; member in struct:spec
H A Dlist.c313 while (spec_p = (spec_t *) queue_next(&speclist_p->qn, &spec_p->qn)) {
543 queue_next(&speclist_p->qn, &spec_p->qn)) {
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/dtraceUtil/
H A Dtst.ZeroNameProbes.d.ksh49 -qn BEGIN'{printf("I am done"); exit(0);}'
/illumos-gate/usr/src/cmd/refer/
H A Dmkey1.c45 char *name, qn[200]; local
96 while (fgets(qn, 200, ff)) {
97 trimnl(qn);
98 f = fopen(qn, "r");
100 dofile(f, qn);
102 fprintf(stderr, gettext("Can't read %s\n"), qn);
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DStreamListener.java89 int qn = config.getServerSocketQueueLength();
95 qn,
/illumos-gate/usr/src/lib/libm/common/C/
H A Dpow.c94 double f, s, z, qn, h, t; local
108 qn = one / (two + f);
109 s = f * qn; /* |s|<2**-6 */
113 t = qn * (((f - two * h) - h * f1) - h * (f - f1));
134 qn = one / (x + z);
136 s = f * qn;
138 t = qn * ((f - (h + h) * z) - h * f);
143 qn = h * A1_hi;
145 h = qn + s;
146 t += _TBL_log2_lo[j] - ((h - s) - qn);
[all...]
/illumos-gate/usr/src/lib/libm/common/Q/
H A Dpowl.c68 long double f, f1, v, s, z, qn, h, t; local
82 qn = one / (two + f);
83 s = f * qn; /* |s|<2**-6 */
87 t = ((two * (f - h) - h * f1) - h * (f - f1)) * qn +
106 qn = one / (x + z);
108 s = f * qn;
111 t = qn * ((two * (f - z * h) - h * f1) - h * (f - f1));
114 qn = (long double) n;
115 t += qn * ln2lo + _TBL_logl_lo[j];
118 v = qn * ln2h
[all...]
H A Dlog1pl.c143 long double f, s, z, qn, h, t, y, g; local
211 qn = (long double) n;
212 t = qn * ln2lo + _TBL_logl_lo[j];
213 h = qn * ln2hi + _TBL_logl_hi[j];
H A Dlogl.c108 long double f, s, z, qn, h, t; local
167 qn = (long double) n;
168 t = qn * ln2lo + _TBL_logl_lo[j];
169 h = qn * ln2hi + _TBL_logl_hi[j];
/illumos-gate/usr/src/uts/common/sys/scsi/adapters/pmcs/
H A Dpmcs_iomb.h760 #define GET_OQ_ENTRY(hwp, qn, ix, o) \
761 &hwp->oqp[qn][QI2O(ix, o, hwp->ioq_depth) >> 2]
763 #define STEP_OQ_ENTRY(hwp, qn, ix, n) ix = ADDQI(ix, n, hwp->ioq_depth)
765 #define SYNC_OQ_ENTRY(hwp, qn, ci, pi) \
766 pmcs_wr_oqci(hwp, qn, ci); \
767 (hwp)->oqci[qn] = ci; \
768 (hwp)->oqpi[qn] = pi
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dqueue.c6007 ** qn -- number of queue directories already cached.
6021 multiqueue_cache(basedir, blen, qg, qn, phash)
6025 int qn;
6072 return qn;
6082 return qn;
6092 return qn;
6106 return qn;
6132 return qn;
6172 if (qn == 0)
6190 return qn;
7027 int i, qn, len; local
[all...]
/illumos-gate/usr/src/lib/libpp/common/
H A Dppproto.c580 int qn = 0; local
738 qn = n;
758 while (qn > 0)
760 qn--;
774 while (qn > 0)
776 qn--;
/illumos-gate/usr/src/lib/libc/port/threads/
H A Dsynch.c3969 int qn; local
3978 for (qn = 0, qp = udp->queue_head; qn < QHASHSIZE; qn++, qp++) {
3982 if (fprintf(stderr, "%5d %12llu%12u%12u\n", qn,
3991 for (qn = 0; qn < QHASHSIZE; qn++, qp++) {
3995 if (fprintf(stderr, "%5d %12llu%12u%12u\n", qn,
/illumos-gate/usr/src/lib/libsqlite/tool/
H A Dspaceanal.tcl255 regsub ' $tbl '' qn
257 set n [mem eval "SELECT count(*) FROM space_used WHERE tblname='$qn'"]
259 subreport "Table $name and all its indices" "tblname='$qn'"
260 subreport "Table $name w/o any indices" "name='$qn'"
261 subreport "Indices of table $name" "tblname='$qn' AND is_index"
263 subreport "Table $name" "name='$qn'"
432 regsub ' $x(name) '' qn
434 puts -nonewline "'$qn','$qtn',"
/illumos-gate/usr/src/uts/common/avs/ns/sdbc/
H A Dsd_bcache.c1279 _sd_cctl_t *cp, *cn, *qn; local
1282 qn = (q->sq_qhead).cc_prev;
1286 !_sd_cctl_valid(qn))
1288 "_sd_requeue_head %x prev %x next %x qn %x",
1289 centry, cp, cn, qn);

Completed in 173 milliseconds