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

/freebsd-10-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-10-stable/contrib/apr/strings/
H A Dapr_snprintf.c238 * It uses the char pointers sp and bep:
240 * bep points to the end-of-buffer+1
245 #define INS_CHAR(c, sp, bep, cc) \
248 if (sp >= bep) { \
253 bep = vbuff->endpos; \
298 INS_CHAR(ch, sp, bep, cc); \
687 register char *bep; local
728 bep = vbuff->endpos;
732 INS_CHAR(*fmt, sp, bep, cc);
1318 INS_CHAR(*s, sp, bep, c
[all...]
/freebsd-10-stable/usr.sbin/bhyve/
H A Dblock_if.c163 blockif_dequeue(struct blockif_ctxt *bc, pthread_t t, struct blockif_elem **bep) argument
178 *bep = be;

Completed in 127 milliseconds