Searched refs:lq (Results 1 - 16 of 16) sorted by relevance

/illumos-gate/usr/src/uts/common/io/
H A Dconsms.c544 consms_lq_t *lq = (consms_lq_t *)q->q_ptr; local
546 ASSERT(lq != NULL);
582 if (lq->lq_ioc_reply_func != NULL) {
584 lq->lq_ioc_reply_func(lq, mp);
634 consms_lq_t *lq; local
642 for (lq = consms_state.consms_lqs; lq != NULL; lq = lq
672 consms_lq_t *lq; local
707 consms_lqs_ack_complete(consms_lq_t *lq, mblk_t *mp) argument
877 consms_add_lq(consms_lq_t *lq) argument
916 consms_lq_t *lq; local
1356 consms_lq_t *lq; local
1404 consms_lq_t *lq; local
[all...]
H A Dconskbd.c1026 conskbd_lower_queue_t *lq; local
1068 lq = conskbd.conskbd_lqueue_list;
1069 ASSERT(lq && lq->lqs_next == NULL);
1070 if (putq(lq->lqs_queue, mp) != 1) {
1086 lq = conskbd.conskbd_lqueue_list;
1087 ASSERT(lq && lq->lqs_next == NULL);
1088 if (putq(lq->lqs_queue, mp) != 1) {
/illumos-gate/usr/src/cmd/mdb/common/modules/logindmux/
H A Dlogindmux.c41 queue_t lq; local
52 (void) mdb_vread(&lq, sizeof (lq), (uintptr_t)tmx.peerq);
53 (void) mdb_vread(&tmx, sizeof (tmx), (uintptr_t)lq.q_ptr);
/illumos-gate/usr/src/cmd/fs.d/nfs/mountd/
H A Dmountd.c249 free_logging_data(logging_data *lq) argument
251 if (lq != NULL) {
252 free(lq->ld_host);
253 free(lq->ld_netid);
255 if (lq->ld_nb != NULL) {
256 free(lq->ld_nb->buf);
257 free(lq->ld_nb);
260 free(lq->ld_path);
261 free(lq->ld_rpath);
263 free(lq);
270 logging_data *lq; local
291 do_logging_queue(logging_data *lq) argument
329 logging_data *lq; local
989 logging_data *lq; local
[all...]
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dns_files.c86 char *lp, *lq; local
153 lq = lineqbuf;
154 unquote(lp, lq);
155 if ((getword(word, wordq, &lp, &lq, ' ', sizeof (word))
197 (void) strcpy(ml->lineqbuf, lq);
220 char *lp, *lq; local
275 lq = lineqbuf;
276 unquote(lp, lq);
277 if ((getword(word, wordq, &lp, &lq, ' ', MAXFILENAMELEN)
H A Dautod_parse.c245 char *lq = ml->lineqbuf; local
248 if (macro_expand(key, lp, lq, LINESZ)) {
269 if (getword(w, wq, &lp, &lq, ' ', sizeof (w)) == -1)
273 if (getword(w, wq, &lp, &lq, ' ', sizeof (w)) == -1)
326 if (getword(w, wq, &lp, &lq, ' ', sizeof (w)) == -1)
332 if (getword(w, wq, &lp, &lq, ' ',
365 if (getword(w, wq, &lp, &lq, ' ', sizeof (w)) == -1)
382 if (getword(w, wq, &lp, &lq, ' ', sizeof (w)) == -1)
1275 * The input is the string lp (and lq) which can be one of the
1284 parse_nfs(mapname, me, fsw, fswq, lp, lq, wsiz
[all...]
H A Dns_nis.c85 char *lp, *lq; local
154 lq = ml->lineqbuf;
155 unquote(lp, lq);
/illumos-gate/usr/src/cmd/awk_xpg4/
H A Dawk1.c1428 struct qelem lq; member in struct:regcache
1477 remque(&rcp->lq);
1478 insque(&rcp->lq, &reglink);
1506 insque(&rcp->lq, &reglink);
1546 remque(&rcp->lq);
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_api.c3702 ql_lun_t *lq; local
3732 lq = sp->lun_queue;
3762 for (link = lq->cmd.first; link != NULL;
3767 ql_remove_link(&lq->cmd, &sp->cmd);
5549 ql_lun_t *lq; local
5618 lq = link->base_address;
5620 if (lq->cmd.first != NULL) {
5621 ql_next(ha, lq);
6866 ql_lun_t *lq; local
6871 lq
6923 ql_lun_t *lq; local
7437 ql_lun_t *lq = sp->lun_queue; local
7692 ql_next(ql_adapter_state_t *vha, ql_lun_t *lq) argument
7785 ql_lun_t *lq; local
8872 ql_lun_t *lq; local
9867 ql_lun_t *lq; local
10214 ql_lun_t *lq; local
10454 ql_lun_t *lq; local
[all...]
H A Dql_init.c3846 ql_lun_t *lq; local
3957 lq = sp->lun_queue;
3958 tq = lq->target_queue;
3968 ql_add_link_t(&lq->cmd, &sp->cmd);
3990 lq = link2->base_address;
3991 lq->lun_outcnt = 0;
3992 lq->flags &= ~LQF_UNTAGGED_PENDING;
H A Dql_isr.c1443 ql_lun_t *lq = sp->lun_queue; local
1444 ql_tgt_t *tq = lq->target_queue;
1463 lq->flags &= ~LQF_UNTAGGED_PENDING;
1466 if (lq->lun_outcnt != 0) {
1467 lq->lun_outcnt--;
1482 if (lq->cmd.first != NULL) {
1483 ql_next(ha, lq);
/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dsubshell.c324 register struct Link *lp, *lq; local
329 for(lp=sp->svar; lp; lp=lq)
332 lq = lp->next;
374 sp->svar = lq;
/illumos-gate/usr/src/cmd/mdb/common/modules/qlc/
H A Dqlc.c812 ql_lun_t *lq; local
850 lq = (ql_lun_t *)mdb_alloc(sizeof (ql_lun_t), UM_SLEEP);
959 if (mdb_vread(lq, sizeof (ql_lun_t),
965 nextlink = get_first_link(&lq->cmd, lqlink);
974 lq->lun_no);
994 mdb_free(lq, sizeof (ql_lun_t));
/illumos-gate/usr/src/uts/sun/io/ttymux/
H A Dttymux.c532 sm_lqi_t *lq; local
533 for (lq = uqi->sm_lqs; lq->sm_nlqi;
534 lq = lq->sm_nlqi) {
536 lq->sm_nlqi = plqi;
1132 sm_dbg('I', ("flush lq 0x%p\n", SM_WQ(plqi)));
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_sge.c684 uint32_t lq; local
701 lq = be32_to_cpu(ctrl->pldbuflen_qid);
709 m = get_fl_payload(fl, lq, &fl_bufs_used);
732 q = sc->sge.iqmap[lq - sc->sge.iq_start];
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dtexinfo.tex5043 \catcode`\`=\active\gdef`{\relax\lq}

Completed in 146 milliseconds