Searched refs:newq (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/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()
|
/illumos-gate/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()
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | aio_subr.c | 829 aio_req_t *newq; in aio_cleanup_portq() local 832 if ((newq = aiop->aio_portq) != NULL) { in aio_cleanup_portq() 834 aio_req_t *newqprev = newq->aio_req_prev; in aio_cleanup_portq() 837 newq->aio_req_prev = headprev; in aio_cleanup_portq() 838 headprev->aio_req_next = newq; in aio_cleanup_portq()
|
H A D | contract.c | 2068 cte_copy(ct_equeue_t *q, ct_equeue_t *newq) in cte_copy() argument 2073 VERIFY(newq->ctq_listno == CTEL_PBUNDLE); in cte_copy() 2076 mutex_enter(&newq->ctq_lock); in cte_copy() 2092 ((uintptr_t)e + newq->ctq_events.list_offset))) { in cte_copy() 2093 list_insert_tail(&newq->ctq_events, e); in cte_copy() 2102 cte_qwakeup(newq, first); in cte_copy() 2104 mutex_exit(&newq->ctq_lock); in cte_copy()
|
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/ |
H A D | ql_api.c | 6976 ql_tgt_t *newq; in ql_login_fabric_port() local 7006 newq = ql_loop_id_to_queue(ha, mr.mb[1]); in ql_login_fabric_port() 7008 if (newq != NULL && newq != tq && tq->logout_sent == 0) { in ql_login_fabric_port() 7011 newq->loop_id, newq->d_id.b24); in ql_login_fabric_port() 7012 ql_send_logo(ha, newq, NULL); in ql_login_fabric_port() 7023 newq = ql_d_id_to_queue(ha, d_id); in ql_login_fabric_port() 7024 if (newq && (newq->loop_id != loop_id)) { in ql_login_fabric_port() 7034 newq->d_id.b24, newq->loop_id, tq->d_id.b24, in ql_login_fabric_port() 7035 newq->d_id.b24, loop_id); in ql_login_fabric_port() 7037 if ((newq->d_id.b24 & 0xff) != (d_id.b24 & 0xff)) { in ql_login_fabric_port() [all …]
|