Searched refs:pq (Results 26 - 43 of 43) sorted by relevance

12

/freebsd-11.0-release/lib/libusb/
H A Dlibusb20.c1130 uint16_t quirk_index, struct libusb20_quirk *pq)
1132 return (pbe->methods->root_get_dev_quirk(pbe, quirk_index, pq));
1137 uint16_t quirk_index, struct libusb20_quirk *pq)
1139 return (pbe->methods->root_get_quirk_name(pbe, quirk_index, pq));
1144 struct libusb20_quirk *pq)
1146 return (pbe->methods->root_add_dev_quirk(pbe, pq));
1151 struct libusb20_quirk *pq)
1153 return (pbe->methods->root_remove_dev_quirk(pbe, pq));
1129 libusb20_be_get_dev_quirk(struct libusb20_backend *pbe, uint16_t quirk_index, struct libusb20_quirk *pq) argument
1136 libusb20_be_get_quirk_name(struct libusb20_backend *pbe, uint16_t quirk_index, struct libusb20_quirk *pq) argument
1143 libusb20_be_add_dev_quirk(struct libusb20_backend *pbe, struct libusb20_quirk *pq) argument
1150 libusb20_be_remove_dev_quirk(struct libusb20_backend *pbe, struct libusb20_quirk *pq) argument
/freebsd-11.0-release/contrib/apr-util/dbd/
H A Dapr_dbd.c378 char *p, *pq; local
400 pq = apr_palloc(pool, qlen);
403 for (p = pq, q = query, i = 0; *q; q++) {
466 p += apr_snprintf(p, qlen - (p - pq), driver->pformat, ++i);
478 return driver->prepare(pool,handle,pq,label,nargs,nvals,t,statement);
/freebsd-11.0-release/sys/boot/usb/
H A Dusb_busdma_loader.c414 usb_bdma_work_loop(struct usb_xfer_queue *pq) argument
420 xfer = pq->curr;
528 usb_command_wrapper(pq, NULL);
/freebsd-11.0-release/sbin/sysctl/
H A Dsysctl.c503 char line[BUFSIZ], *p, *pq, *pdq; local
512 pq = strchr(line, '\'');
516 if (pq != NULL && p > pq) {
517 if ((p = strchr(pq+1, '\'')) != NULL)
/freebsd-11.0-release/crypto/heimdal/lib/krb5/
H A Dcontext.c676 * `pq' isn't free, it's up the the caller
680 krb5_prepend_config_files(const char *filelist, char **pq, char ***ret_pp) argument
711 if (pq != NULL) {
714 for (i = 0; pq[i] != NULL; i++) {
715 fn = strdup(pq[i]);
/freebsd-11.0-release/contrib/ldns/
H A Dstr2host.c316 uint8_t *q, *pq, label_len; local
338 * pq points to where the labellength is going to go
344 pq = buf;
360 *pq = label_len;
362 pq = q;
391 *pq = label_len;
H A Dconfigure15415 _Bool *pq = &q;
15422 *pq |= q;
15423 *pq |= ! q;
15426 + !m + !n + !o + !p + !q + !pq);
/freebsd-11.0-release/sys/dev/usb/wlan/
H A Dif_run.c397 static void run_tx_free(struct run_endpoint_queue *pq,
1063 run_setup_tx_list(struct run_softc *sc, struct run_endpoint_queue *pq) argument
1067 memset(pq, 0, sizeof(*pq));
1069 STAILQ_INIT(&pq->tx_qh);
1070 STAILQ_INIT(&pq->tx_fh);
1072 for (data = &pq->tx_data[0];
1073 data < &pq->tx_data[RUN_TX_RING_COUNT]; data++) {
1075 STAILQ_INSERT_TAIL(&pq->tx_fh, data, next);
1077 pq
1081 run_unsetup_tx_list(struct run_softc *sc, struct run_endpoint_queue *pq) argument
3003 run_tx_free(struct run_endpoint_queue *pq, struct run_tx_data *data, int txerr) argument
3024 struct run_endpoint_queue *pq = &sc->sc_epq[index]; local
[all...]
/freebsd-11.0-release/contrib/binutils/binutils/
H A Ddlltool.c1040 iheadtype **pq; local
1043 for (pq = &import_list; *pq != NULL; pq = &(*pq)->next)
1045 if (strcmp ((*pq)->dllname, dll_name) == 0)
1047 q = *pq;
1068 *pq = q;
/freebsd-11.0-release/sys/netpfil/ipfw/
H A Ddn_aqm_pie.c215 pst->current_qdelay = ((uint64_t)pst->pq->ni.len_bytes *
578 pst->pq = q;
/freebsd-11.0-release/sys/dev/usb/
H A Dusb_busdma.c911 usb_bdma_work_loop(struct usb_xfer_queue *pq) argument
917 xfer = pq->curr;
1025 usb_command_wrapper(pq, NULL);
H A Dusbdi.h128 void (*command) (struct usb_xfer_queue *pq);
/freebsd-11.0-release/contrib/unbound/sldns/
H A Dstr2wire.c46 uint8_t *q, *pq, label_len; local
70 * pq points to where the labellength is going to go
78 pq = buf;
95 *pq = label_len;
97 pq = q;
130 *pq = label_len;
/freebsd-11.0-release/sys/dev/ioat/
H A Dioat_internal.h423 struct ioat_pq_hw_descriptor *pq; member in union:ioat_descriptor::__anon10292
/freebsd-11.0-release/sys/netpfil/pf/
H A Dpf_ioctl.c2156 struct pfioc_qstats *pq = (struct pfioc_qstats *)addr; local
2162 if (pq->ticket != V_ticket_altqs_active) {
2167 nbytes = pq->nbytes;
2170 while ((altq != NULL) && (nr < pq->nr)) {
2186 error = altq_getqstats(altq, pq->buf, &nbytes);
2188 pq->scheduler = altq->scheduler;
2189 pq->nbytes = nbytes;
/freebsd-11.0-release/sys/dev/mpr/
H A Dmpr.c1872 u_int pq; local
1878 pq = sc->replypostindex;
2004 if (pq != sc->replypostindex) {
/freebsd-11.0-release/sys/dev/mps/
H A Dmps.c1853 u_int pq; local
1859 pq = sc->replypostindex;
1983 if (pq != sc->replypostindex) {
/freebsd-11.0-release/contrib/ntp/sntp/
H A Dconfigure25032 _Bool *pq = &q;
25039 *pq |= q;
25040 *pq |= ! q;
25043 + !m + !n + !o + !p + !q + !pq);

Completed in 328 milliseconds

12