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

/illumos-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.c2060 cte_copy(ct_equeue_t *q, ct_equeue_t *newq) argument
2065 VERIFY(newq->ctq_listno == CTEL_PBUNDLE);
2068 mutex_enter(&newq->ctq_lock);
2084 ((uintptr_t)e + newq->ctq_events.list_offset))) {
2085 list_insert_tail(&newq->ctq_events, e);
2094 cte_qwakeup(newq, first);
2096 mutex_exit(&newq->ctq_lock);
/illumos-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;
/illumos-gate/usr/src/cmd/syseventd/daemons/syseventd/
H A Dsyseventd.c823 struct event_dispatchq *newq, *tmp; local
844 newq = (struct event_dispatchq *)malloc(
846 if (newq == NULL) {
854 free(newq);
866 newq->d_pkg = d_pkg;
867 newq->next = NULL;
875 tmp->next = newq;
878 scp->eventq = newq;
/illumos-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)
/illumos-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);
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_api.c6592 ql_tgt_t *newq; local
6624 newq = ql_loop_id_to_queue(ha, mr.mb[1]);
6626 if (newq != NULL && newq != tq && tq->logout_sent == 0) {
6629 newq->loop_id, newq->d_id.b24);
6630 ql_send_logo(ha, newq, NULL);
6641 newq = ql_d_id_to_queue(ha, d_id);
6642 if (newq && (newq
[all...]

Completed in 123 milliseconds