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

/opensolaris-onvv-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) {
/opensolaris-onvv-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);
/opensolaris-onvv-gate/usr/src/cmd/fs.d/nfs/mountd/
H A Dmountd.c247 free_logging_data(logging_data *lq) argument
249 if (lq != NULL) {
250 free(lq->ld_host);
251 free(lq->ld_netid);
253 if (lq->ld_nb != NULL) {
254 free(lq->ld_nb->buf);
255 free(lq->ld_nb);
258 free(lq->ld_path);
259 free(lq->ld_rpath);
261 free(lq);
268 logging_data *lq; local
289 do_logging_queue(logging_data *lq) argument
336 logging_data *lq; local
1048 logging_data *lq; local
[all...]
/opensolaris-onvv-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.c244 char *lq = ml->lineqbuf; local
247 if (macro_expand(key, lp, lq, LINESZ)) {
268 if (getword(w, wq, &lp, &lq, ' ', sizeof (w)) == -1)
272 if (getword(w, wq, &lp, &lq, ' ', sizeof (w)) == -1)
325 if (getword(w, wq, &lp, &lq, ' ', sizeof (w)) == -1)
331 if (getword(w, wq, &lp, &lq, ' ',
364 if (getword(w, wq, &lp, &lq, ' ', sizeof (w)) == -1)
381 if (getword(w, wq, &lp, &lq, ' ', sizeof (w)) == -1)
1309 * The input is the string lp (and lq) which can be one of the
1318 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);
/opensolaris-onvv-gate/usr/src/cmd/lp/filter/postscript/dpost/
H A Dps_include.c46 #define lq(x) "x macro
48 #define quote(x) rq(lq(x))
/opensolaris-onvv-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);
/opensolaris-onvv-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_api.c3717 ql_lun_t *lq; local
3747 lq = sp->lun_queue;
3777 for (link = lq->cmd.first; link != NULL;
3782 ql_remove_link(&lq->cmd, &sp->cmd);
5564 ql_lun_t *lq; local
5633 lq = link->base_address;
5635 if (lq->cmd.first != NULL) {
5636 ql_next(ha, lq);
6881 ql_lun_t *lq; local
6886 lq
6938 ql_lun_t *lq; local
7452 ql_lun_t *lq = sp->lun_queue; local
7707 ql_next(ql_adapter_state_t *vha, ql_lun_t *lq) argument
7800 ql_lun_t *lq; local
8887 ql_lun_t *lq; local
9882 ql_lun_t *lq; local
10229 ql_lun_t *lq; local
10469 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);
/opensolaris-onvv-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;
/opensolaris-onvv-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));
/opensolaris-onvv-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)));
/opensolaris-onvv-gate/usr/src/grub/grub-0.97/docs/
H A Dtexinfo.tex5043 \catcode`\`=\active\gdef`{\relax\lq}

Completed in 241 milliseconds