/titanic_51/usr/src/uts/common/io/ |
H A D | consms.c | 544 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; in consms_punlink() local 642 for (lq = consms_state.consms_lqs; lq != NULL; lq = lq in consms_punlink() 672 consms_lq_t *lq; consms_plink() local 707 consms_lqs_ack_complete(consms_lq_t * lq,mblk_t * mp) consms_lqs_ack_complete() argument 877 consms_add_lq(consms_lq_t * lq) consms_add_lq() argument 916 consms_lq_t *lq; consms_check_caps() local 1356 consms_lq_t *lq; consms_mux_disp_ioctl() local 1404 consms_lq_t *lq; consms_mux_disp_data() local [all...] |
H A D | conskbd.c | 1026 conskbd_lower_queue_t *lq; in conskbd_legacy_kbd_ioctl() local 1068 lq = conskbd.conskbd_lqueue_list; in conskbd_legacy_kbd_ioctl() 1069 ASSERT(lq && lq->lqs_next == NULL); in conskbd_legacy_kbd_ioctl() 1070 if (putq(lq->lqs_queue, mp) != 1) { in conskbd_legacy_kbd_ioctl() 1086 lq = conskbd.conskbd_lqueue_list; in conskbd_legacy_kbd_ioctl() 1087 ASSERT(lq && lq->lqs_next == NULL); in conskbd_legacy_kbd_ioctl() 1088 if (putq(lq->lqs_queue, mp) != 1) { in conskbd_legacy_kbd_ioctl()
|
/titanic_51/usr/src/cmd/fs.d/nfs/mountd/ |
H A D | mountd.c | 249 free_logging_data(logging_data *lq) in free_logging_data() argument 251 if (lq != NULL) { in free_logging_data() 252 free(lq->ld_host); in free_logging_data() 253 free(lq->ld_netid); in free_logging_data() 255 if (lq->ld_nb != NULL) { in free_logging_data() 256 free(lq->ld_nb->buf); in free_logging_data() 257 free(lq->ld_nb); in free_logging_data() 260 free(lq->ld_path); in free_logging_data() 261 free(lq->ld_rpath); in free_logging_data() 263 free(lq); in free_logging_data() 270 logging_data *lq; remove_head_of_queue() local 291 do_logging_queue(logging_data * lq) do_logging_queue() argument 329 logging_data *lq; logging_svc() local 989 logging_data *lq; enqueue_logging_data() local [all...] |
/titanic_51/usr/src/cmd/mdb/common/modules/logindmux/ |
H A D | logindmux.c | 41 queue_t lq; in logdmux_uqinfo() local 52 (void) mdb_vread(&lq, sizeof (lq), (uintptr_t)tmx.peerq); in logdmux_uqinfo() 53 (void) mdb_vread(&tmx, sizeof (tmx), (uintptr_t)lq.q_ptr); in logdmux_uqinfo()
|
/titanic_51/usr/src/cmd/fs.d/autofs/ |
H A D | ns_files.c | 86 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 D | autod_parse.c | 245 char *lq = ml->lineqbuf; in mapline_to_mapent() local 248 if (macro_expand(key, lp, lq, LINESZ)) { in mapline_to_mapent() 269 if (getword(w, wq, &lp, &lq, ' ', sizeof (w)) == -1) in mapline_to_mapent() 273 if (getword(w, wq, &lp, &lq, ' ', sizeof (w)) == -1) in mapline_to_mapent() 326 if (getword(w, wq, &lp, &lq, ' ', sizeof (w)) == -1) in mapline_to_mapent() 332 if (getword(w, wq, &lp, &lq, ' ', in mapline_to_mapent() 365 if (getword(w, wq, &lp, &lq, ' ', sizeof (w)) == -1) in mapline_to_mapent() 382 if (getword(w, wq, &lp, &lq, ' ', sizeof (w)) == -1) in mapline_to_mapent() 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 argument 1517 parse_special(me,w,wq,lp,lq,wsize) parse_special() argument [all...] |
H A D | ns_nis.c | 85 char *lp, *lq; local 154 lq = ml->lineqbuf; 155 unquote(lp, lq);
|
/titanic_51/usr/src/cmd/mandoc/ |
H A D | predefs.in | 34 PREDEF("Lq", "\\(lq") 60 PREDEF("lq", "\\(lq")
|
H A D | chars.in | 73 CHAR("lq", "\"", 8220)
|
/titanic_51/usr/src/uts/common/io/fibre-channel/fca/qlc/ |
H A D | ql_api.c | 3702 ql_lun_t *lq; in ql_abort() local 3732 lq = sp->lun_queue; in ql_abort() 3762 for (link = lq->cmd.first; link != NULL; in ql_abort() 3767 ql_remove_link(&lq->cmd, &sp->cmd); in ql_abort() 5549 ql_lun_t *lq; in ql_els_adisc() local 5618 lq = link->base_address; in ql_els_adisc() 5620 if (lq->cmd.first != NULL) { in ql_els_adisc() 5621 ql_next(ha, lq); in ql_els_adisc() 6866 ql_lun_t *lq; in ql_dev_free() local 6871 lq in ql_dev_free() 6923 ql_lun_t *lq; ql_lun_queue() local 7437 ql_lun_t *lq = sp->lun_queue; ql_start_cmd() local 7692 ql_next(ql_adapter_state_t * vha,ql_lun_t * lq) ql_next() argument 7785 ql_lun_t *lq; ql_done() local 8872 ql_lun_t *lq; ql_abort_device() local 9867 ql_lun_t *lq; ql_watchdog() local 10214 ql_lun_t *lq; ql_restart_queues() local 10454 ql_lun_t *lq; ql_abort_device_queues() local [all...] |
H A D | ql_isr.c | 1443 ql_lun_t *lq = sp->lun_queue; in ql_fast_fcp_post() local 1444 ql_tgt_t *tq = lq->target_queue; in ql_fast_fcp_post() 1463 lq->flags &= ~LQF_UNTAGGED_PENDING; in ql_fast_fcp_post() 1466 if (lq->lun_outcnt != 0) { in ql_fast_fcp_post() 1467 lq->lun_outcnt--; in ql_fast_fcp_post() 1482 if (lq->cmd.first != NULL) { in ql_fast_fcp_post() 1483 ql_next(ha, lq); in ql_fast_fcp_post()
|
H A D | ql_init.c | 3846 ql_lun_t *lq; in ql_abort_isp() local 3957 lq = sp->lun_queue; in ql_abort_isp() 3958 tq = lq->target_queue; in ql_abort_isp() 3968 ql_add_link_t(&lq->cmd, &sp->cmd); in ql_abort_isp() 3990 lq = link2->base_address; in ql_abort_isp() 3991 lq->lun_outcnt = 0; in ql_abort_isp() 3992 lq->flags &= ~LQF_UNTAGGED_PENDING; in ql_abort_isp()
|
/titanic_51/usr/src/lib/libshell/common/sh/ |
H A D | subshell.c | 324 register struct Link *lp, *lq; in nv_restore() local 329 for(lp=sp->svar; lp; lp=lq) in nv_restore() 332 lq = lp->next; in nv_restore() 374 sp->svar = lq; in nv_restore()
|
/titanic_51/usr/src/cmd/awk_xpg4/ |
H A D | awk1.c | 1428 struct qelem lq; member 1477 remque(&rcp->lq); in int_regwcomp() 1478 insque(&rcp->lq, ®link); in int_regwcomp() 1506 insque(&rcp->lq, ®link); in int_regwcomp() 1546 remque(&rcp->lq); in int_regwfree()
|
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/sh/ |
H A D | subshell.c | 319 register struct Link *lp, *lq; in nv_restore() local 325 for(lp=sp->svar; lp; lp=lq) in nv_restore() 328 lq = lp->next; in nv_restore() 379 sp->svar = lq; in nv_restore()
|
/titanic_51/usr/src/uts/sun/io/ttymux/ |
H A D | ttymux.c | 532 sm_lqi_t *lq; in sm_associate() local 533 for (lq = uqi->sm_lqs; lq->sm_nlqi; in sm_associate() 534 lq = lq->sm_nlqi) { in sm_associate() 536 lq->sm_nlqi = plqi; in sm_associate() 1132 sm_dbg('I', ("flush lq 0x%p\n", SM_WQ(plqi))); in sm_hp_uwput()
|
/titanic_51/usr/src/cmd/mdb/common/modules/qlc/ |
H A D | qlc.c | 812 ql_lun_t *lq; in qlc_wdog_dcmd() local 850 lq = (ql_lun_t *)mdb_alloc(sizeof (ql_lun_t), UM_SLEEP); in qlc_wdog_dcmd() 959 if (mdb_vread(lq, sizeof (ql_lun_t), in qlc_wdog_dcmd() 965 nextlink = get_first_link(&lq->cmd, lqlink); in qlc_wdog_dcmd() 974 lq->lun_no); in qlc_wdog_dcmd() 994 mdb_free(lq, sizeof (ql_lun_t)); in qlc_wdog_dcmd()
|
/titanic_51/usr/src/uts/common/io/cxgbe/t4nex/ |
H A D | t4_sge.c | 684 uint32_t lq; in service_iq() local 701 lq = be32_to_cpu(ctrl->pldbuflen_qid); in service_iq() 709 m = get_fl_payload(fl, lq, &fl_bufs_used); in service_iq() 732 q = sc->sge.iqmap[lq - sc->sge.iq_start]; in service_iq()
|
/titanic_51/usr/src/grub/grub-0.97/docs/ |
H A D | texinfo.tex | 5043 \catcode`\`=\active\gdef`{\relax\lq}
|