Home
last modified time | relevance | path

Searched refs:tmpq (Results 1 – 8 of 8) sorted by relevance

/titanic_50/usr/src/cmd/stmfproxy/stmfproxy/
H A Dstmfproxy.c221 pppt_drv_queue_t *pq, *tmpq; in relay_peer_msg() local
264 tmpq = pq_head; in relay_peer_msg()
265 while (tmpq->next != NULL) in relay_peer_msg()
266 tmpq = tmpq->next; in relay_peer_msg()
267 tmpq->next = pq; in relay_peer_msg()
/titanic_50/usr/src/uts/common/avs/ns/rdc/
H A Drdc_diskq.c2670 rdc_join_netqueues(net_queue *q, net_queue *tmpq) in rdc_join_netqueues() argument
2682 q->net_qhead = tmpq->net_qhead; in rdc_join_netqueues()
2683 q->net_qtail = tmpq->net_qtail; in rdc_join_netqueues()
2684 q->nitems = tmpq->nitems; in rdc_join_netqueues()
2685 q->blocks = tmpq->blocks; in rdc_join_netqueues()
2687 q->net_qtail->next = tmpq->net_qhead; in rdc_join_netqueues()
2688 q->net_qtail = tmpq->net_qtail; in rdc_join_netqueues()
2689 q->nitems += tmpq->nitems; in rdc_join_netqueues()
2690 q->blocks += tmpq->blocks; in rdc_join_netqueues()
2713 net_queue *tmpq = NULL; in rdc_qfiller_thr() local
[all …]
H A Drdc_io.c742 char tmpq[NSC_MAXPATH]; in change_group() local
755 bzero(&tmpq, sizeof (tmpq)); in change_group()
762 (void) strncpy(tmpq, urdc->disk_queue, NSC_MAXPATH); in change_group()
884 (void) strncpy(urdc->disk_queue, tmpq, NSC_MAXPATH); in change_group()
/titanic_50/usr/src/lib/libc/port/print/
H A Ddoprnt.c321 char *tmpp, *tmpq; in put_wide() local
331 tmpq = tmpp; in put_wide()
333 r = wctomb(tmpq, *q++); in put_wide()
340 tmpq += r; in put_wide()
342 tmpq = tmpp; in put_wide()
/titanic_50/usr/src/cmd/fs.d/autofs/
H A Dauto_subr.c306 char *tmpq = wq; in getword() local
324 *tmpq = '\0'; in getword()
/titanic_50/usr/src/uts/common/io/usb/clients/hid/
H A Dhid.c1075 queue_t *tmpq; in hid_wput() local
1175 tmpq = hidp->hid_internal_rq; in hid_wput()
1179 tmpq = hidp->hid_external_rq; in hid_wput()
1188 hidp->hid_inuse_rq = tmpq; in hid_wput()
/titanic_50/usr/src/cmd/syslogd/
H A Dsyslogd.c221 static dataq_t tmpq; /* temporary queue for err msg */ variable
990 qptr = pending ? &tmpq : &inputq; in logmymsg()
5534 (void) dataq_init(&tmpq); in disable_errorlog()
5558 while (dataq_dequeue(&tmpq, (void **)&mp, 1) == 0) { in enable_errorlog()
5561 (void) dataq_destroy(&tmpq); in enable_errorlog()
/titanic_50/usr/src/uts/common/avs/ns/dsw/
H A Ddsw_dev.c7451 unsigned char *tmp_buf, *tmpp, *tmpq; in _ii_ab_ci_bmp() local
7487 tmpq = nsc_vecp->sv_addr; in _ii_ab_ci_bmp()
7494 *tmpq++ |= *tmpp++; in _ii_ab_ci_bmp()