Searched refs:bep (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/lib/libusb/
H A Dlibusb01.c347 struct usb_endpoint_descriptor *bep; local
351 bep = ps->b.currep++;
355 bep->bLength = aep->desc.bLength;
356 bep->bDescriptorType = aep->desc.bDescriptorType;
357 bep->bEndpointAddress = aep->desc.bEndpointAddress;
358 bep->bmAttributes = aep->desc.bmAttributes;
359 bep->wMaxPacketSize = aep->desc.wMaxPacketSize;
360 bep->bInterval = aep->desc.bInterval;
361 bep->bRefresh = aep->desc.bRefresh;
362 bep
[all...]
/freebsd-11-stable/contrib/apr/strings/
H A Dapr_snprintf.c237 * It uses the char pointers sp and bep:
239 * bep points to the end-of-buffer+1
244 #define INS_CHAR(c, sp, bep, cc) \
247 if (sp >= bep) { \
252 bep = vbuff->endpos; \
297 INS_CHAR(ch, sp, bep, cc); \
686 register char *bep; local
728 bep = vbuff->endpos;
732 INS_CHAR(*fmt, sp, bep, cc);
1317 INS_CHAR(*s, sp, bep, c
[all...]
/freebsd-11-stable/usr.sbin/bhyve/
H A Dblock_if.c170 blockif_dequeue(struct blockif_ctxt *bc, pthread_t t, struct blockif_elem **bep) argument
185 *bep = be;

Completed in 118 milliseconds