Searched refs:newq (Results 1 - 7 of 7) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/syseventd/daemons/syseventd/
H A Dsyseventd.c822 struct event_dispatchq *newq, *tmp; local
843 newq = (struct event_dispatchq *)malloc(
845 if (newq == NULL) {
853 free(newq);
865 newq->d_pkg = d_pkg;
866 newq->next = NULL;
874 tmp->next = newq;
877 scp->eventq = newq;
/opensolaris-onvv-gate/usr/src/lib/libnisdb/
H A Dldap_nisdbquery.c709 db_query **newq; local
819 newq = realloc(query, ntq * sizeof (query[0]));
821 if (newq == 0 || newattr == 0) {
829 sfree(newq);
833 query = newq;
/opensolaris-onvv-gate/usr/src/uts/common/os/
H A Daio_subr.c842 aio_req_t *newq; local
845 if ((newq = aiop->aio_portq) != NULL) {
847 aio_req_t *newqprev = newq->aio_req_prev;
850 newq->aio_req_prev = headprev;
851 headprev->aio_req_next = newq;
H A Dcontract.c2062 cte_copy(ct_equeue_t *q, ct_equeue_t *newq) argument
2067 ASSERT(newq->ctq_listno == CTEL_PBUNDLE);
2070 mutex_enter(&newq->ctq_lock);
2080 list_insert_tail(&newq->ctq_events, e);
2088 cte_qwakeup(newq, first);
2090 mutex_exit(&newq->ctq_lock);
/opensolaris-onvv-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_api.c6607 ql_tgt_t *newq; local
6639 newq = ql_loop_id_to_queue(ha, mr.mb[1]);
6641 if (newq != NULL && newq != tq && tq->logout_sent == 0) {
6644 newq->loop_id, newq->d_id.b24);
6645 ql_send_logo(ha, newq, NULL);
6656 newq = ql_d_id_to_queue(ha, d_id);
6657 if (newq && (newq
[all...]
/opensolaris-onvv-gate/usr/src/cmd/avs/rdc/
H A Dsndradm.c657 * check that newq is compatable with the groups current disk queue.
661 * if newq is not set but should be, it will be set to the correct value.
664 * DISKQ_OKAY newq contains a value that matches the group.
668 check_diskqueue(CFGFILE *cfg, char *newq, char *newgroup) argument
680 if (*newq == '\0')
707 if (((strncmp(diskqueue, newq, NSC_MAXPATH) == 0)) &&
715 if (*newq == '\0') {
717 (void) strncpy(newq, diskqueue, NSC_MAXPATH);
727 return (strncmp(diskqueue, newq, NSC_MAXPATH)
/opensolaris-onvv-gate/usr/src/uts/common/avs/ns/sdbc/
H A Dsd_bcache.c4798 _sd_queue_t *newq; local
4811 newq = &sdbc_dm_queues[cblocks];
4817 sdbc_ins_dmqueue_back(newq, centry);

Completed in 86 milliseconds