Searched refs:newq (Results 1 – 7 of 7) sorted by relevance
/titanic_41/usr/src/cmd/syseventd/daemons/syseventd/ |
H A D | syseventd.c | 823 struct event_dispatchq *newq, *tmp; in client_deliver_event() local 844 newq = (struct event_dispatchq *)malloc( in client_deliver_event() 846 if (newq == NULL) { in client_deliver_event() 854 free(newq); in client_deliver_event() 866 newq->d_pkg = d_pkg; in client_deliver_event() 867 newq->next = NULL; in client_deliver_event() 875 tmp->next = newq; in client_deliver_event() 878 scp->eventq = newq; in client_deliver_event()
|
/titanic_41/usr/src/lib/libnisdb/ |
H A D | ldap_nisdbquery.c | 709 db_query **newq; in createNisPlusEntry() local 819 newq = realloc(query, ntq * sizeof (query[0])); in createNisPlusEntry() 821 if (newq == 0 || newattr == 0) { in createNisPlusEntry() 829 sfree(newq); in createNisPlusEntry() 833 query = newq; in createNisPlusEntry()
|
/titanic_41/usr/src/uts/common/os/ |
H A D | aio_subr.c | 842 aio_req_t *newq; in aio_cleanup_portq() local 845 if ((newq = aiop->aio_portq) != NULL) { in aio_cleanup_portq() 847 aio_req_t *newqprev = newq->aio_req_prev; in aio_cleanup_portq() 850 newq->aio_req_prev = headprev; in aio_cleanup_portq() 851 headprev->aio_req_next = newq; in aio_cleanup_portq()
|
H A D | contract.c | 2062 cte_copy(ct_equeue_t *q, ct_equeue_t *newq) in cte_copy() argument 2067 VERIFY(newq->ctq_listno == CTEL_PBUNDLE); in cte_copy() 2070 mutex_enter(&newq->ctq_lock); in cte_copy() 2086 ((uintptr_t)e + newq->ctq_events.list_offset))) { in cte_copy() 2087 list_insert_tail(&newq->ctq_events, e); in cte_copy() 2096 cte_qwakeup(newq, first); in cte_copy() 2098 mutex_exit(&newq->ctq_lock); in cte_copy()
|
/titanic_41/usr/src/cmd/avs/rdc/ |
H A D | sndradm.c | 668 check_diskqueue(CFGFILE *cfg, char *newq, char *newgroup) in check_diskqueue() argument 680 if (*newq == '\0') in check_diskqueue() 707 if (((strncmp(diskqueue, newq, NSC_MAXPATH) == 0)) && in check_diskqueue() 715 if (*newq == '\0') { in check_diskqueue() 717 (void) strncpy(newq, diskqueue, NSC_MAXPATH); in check_diskqueue() 727 return (strncmp(diskqueue, newq, NSC_MAXPATH) in check_diskqueue()
|
/titanic_41/usr/src/uts/common/io/fibre-channel/fca/qlc/ |
H A D | ql_api.c | 6592 ql_tgt_t *newq; in ql_login_fabric_port() local 6624 newq = ql_loop_id_to_queue(ha, mr.mb[1]); in ql_login_fabric_port() 6626 if (newq != NULL && newq != tq && tq->logout_sent == 0) { in ql_login_fabric_port() 6629 newq->loop_id, newq->d_id.b24); in ql_login_fabric_port() 6630 ql_send_logo(ha, newq, NULL); in ql_login_fabric_port() 6641 newq = ql_d_id_to_queue(ha, d_id); in ql_login_fabric_port() 6642 if (newq && (newq->loop_id != loop_id)) { in ql_login_fabric_port() 6652 newq->d_id.b24, newq->loop_id, tq->d_id.b24, in ql_login_fabric_port() 6653 newq->d_id.b24, loop_id); in ql_login_fabric_port() 6655 if ((newq->d_id.b24 & 0xff) != (d_id.b24 & 0xff)) { in ql_login_fabric_port() [all …]
|
/titanic_41/usr/src/uts/common/avs/ns/sdbc/ |
H A D | sd_bcache.c | 4798 _sd_queue_t *newq; local 4811 newq = &sdbc_dm_queues[cblocks]; 4817 sdbc_ins_dmqueue_back(newq, centry);
|