crypto/krb5/src/ccapi/lib/win/OldCC/client.cxx
109
DWORD find_server(Init::InitInfo& info, LPSTR endpoint) {
crypto/krb5/src/ccapi/lib/win/OldCC/client.cxx
156
alloc_cmdline_2_args(szExe, endpoint, "-D", &cmdline);
crypto/krb5/src/ccapi/lib/win/OldCC/client.cxx
326
LPSTR endpoint = 0;
crypto/krb5/src/ccapi/lib/win/OldCC/client.cxx
336
status = bind_client(ep, info, &endpoint);
crypto/krb5/src/ccapi/lib/win/OldCC/client.cxx
341
status = find_server(info, endpoint);
crypto/krb5/src/ccapi/lib/win/OldCC/client.cxx
352
if (endpoint && (endpoint != ep)) free_alloc_p(&endpoint);
crypto/krb5/src/ccapi/lib/win/OldCC/client.cxx
52
static DWORD bind_client(char* ep OPTIONAL, Init::InitInfo& info, LPSTR* endpoint) {
crypto/krb5/src/ccapi/lib/win/OldCC/client.cxx
57
status = alloc_name(endpoint, "ep", isNT());
crypto/krb5/src/ccapi/lib/win/OldCC/client.cxx
60
*endpoint = ep;
crypto/krb5/src/ccapi/lib/win/OldCC/client.cxx
69
(unsigned char*)(*endpoint), // endpoint
crypto/krb5/src/ccapi/lib/win/ccapi_os_ipc.cxx
115
char* endpoint = NULL;
crypto/krb5/src/ccapi/lib/win/ccapi_os_ipc.cxx
126
endpoint = clientEndpoint((const char *)uuidString);
crypto/krb5/src/ccapi/lib/win/ccapi_os_ipc.cxx
129
(RPC_CSTR)endpoint,
crypto/krb5/src/ccapi/lib/win/ccapi_os_ipc.cxx
131
free(endpoint);
crypto/krb5/src/ccapi/server/win/ccs_os_server.cpp
374
LPSTR endpoint = NULL;
crypto/krb5/src/ccapi/server/win/ccs_os_server.cpp
388
status = alloc_name(&endpoint, "ep", isNT());
crypto/krb5/src/ccapi/server/win/ccs_os_server.cpp
402
endpoint = rcvargs->opts->pszEndpoint;
crypto/krb5/src/ccapi/server/win/ccs_os_server.cpp
406
cci_debug_printf("%s Registering endpoint %s", __FUNCTION__, endpoint);
crypto/krb5/src/ccapi/server/win/ccs_os_server.cpp
415
(RPC_CSTR)endpoint,
crypto/krb5/src/ccapi/server/win/ccs_os_server.cpp
462
if (endpoint && (endpoint != rcvargs->opts->pszEndpoint))
crypto/krb5/src/ccapi/server/win/ccs_os_server.cpp
463
free_alloc_p(&endpoint);
crypto/krb5/src/ccapi/server/win/ccs_os_server.cpp
485
char* endpoint;
crypto/krb5/src/ccapi/server/win/ccs_os_server.cpp
489
endpoint = clientEndpoint((char*)rcvargs->uuid);
crypto/krb5/src/ccapi/server/win/ccs_os_server.cpp
493
cci_debug_printf("%s About to LISTEN to <%s>", __FUNCTION__, endpoint);
crypto/krb5/src/ccapi/server/win/ccs_os_server.cpp
516
(RPC_CSTR)endpoint,
crypto/krb5/src/ccapi/test/pingtest.c
28
RPC_STATUS send_test(char* endpoint) {
crypto/krb5/src/ccapi/test/pingtest.c
38
(unsigned char*)endpoint,
lib/libc/rpc/auth_time.c
110
free_eps(endpoint eps[], int num)
lib/libc/rpc/auth_time.c
140
endpoint eps[], int maxep)
lib/libc/rpc/auth_time.c
147
endpoint *ep;
lib/libc/rpc/auth_time.c
239
endpoint *ep, /* useful endpoints */
lib/libc/rpc/auth_time.c
251
endpoint teps[32];
lib/libomp/omp-tools.h
1017
ompt_scope_endpoint_t endpoint,
lib/libomp/omp-tools.h
1056
ompt_scope_endpoint_t endpoint,
lib/libomp/omp-tools.h
1066
ompt_scope_endpoint_t endpoint,
lib/libomp/omp-tools.h
1075
ompt_scope_endpoint_t endpoint;
lib/libomp/omp-tools.h
1113
ompt_scope_endpoint_t endpoint,
lib/libomp/omp-tools.h
796
ompt_scope_endpoint_t endpoint,
lib/libomp/omp-tools.h
805
ompt_scope_endpoint_t endpoint;
lib/libomp/omp-tools.h
878
ompt_scope_endpoint_t endpoint,
lib/libomp/omp-tools.h
887
ompt_scope_endpoint_t endpoint;
lib/libomp/omp-tools.h
896
ompt_scope_endpoint_t endpoint,
lib/libomp/omp-tools.h
905
ompt_scope_endpoint_t endpoint;
lib/libomp/omp-tools.h
913
ompt_scope_endpoint_t endpoint,
lib/libomp/omp-tools.h
921
ompt_scope_endpoint_t endpoint;
lib/libomp/omp-tools.h
956
ompt_scope_endpoint_t endpoint,
lib/libomp/omp-tools.h
962
ompt_scope_endpoint_t endpoint;
lib/libusb/libusb.h
368
struct libusb_endpoint_descriptor *endpoint;
lib/libusb/libusb.h
481
uint8_t endpoint;
lib/libusb/libusb.h
516
int libusb_clear_halt(libusb_device_handle *devh, uint8_t endpoint);
lib/libusb/libusb.h
517
int libusb_get_max_packet_size(libusb_device * dev, uint8_t endpoint);
lib/libusb/libusb.h
518
int libusb_get_max_iso_packet_size(libusb_device * dev, uint8_t endpoint);
lib/libusb/libusb.h
552
int libusb_get_ss_endpoint_companion_descriptor(struct libusb_context *ctx, const struct libusb_endpoint_descriptor *endpoint, struct libusb_ss_endpoint_companion_descriptor **ep_comp);
lib/libusb/libusb.h
584
void libusb_fill_bulk_transfer(struct libusb_transfer *transfer, libusb_device_handle *devh, uint8_t endpoint, uint8_t *buf, int length, libusb_transfer_cb_fn callback, void *user_data, uint32_t timeout);
lib/libusb/libusb.h
585
void libusb_fill_bulk_stream_transfer(struct libusb_transfer *transfer, libusb_device_handle *dev_handle, unsigned char endpoint, uint32_t stream_id, unsigned char *buffer, int length, libusb_transfer_cb_fn callback, void *user_data, unsigned int timeout);
lib/libusb/libusb.h
586
void libusb_fill_interrupt_transfer(struct libusb_transfer *transfer, libusb_device_handle *devh, uint8_t endpoint, uint8_t *buf, int length, libusb_transfer_cb_fn callback, void *user_data, uint32_t timeout);
lib/libusb/libusb.h
587
void libusb_fill_iso_transfer(struct libusb_transfer *transfer, libusb_device_handle *devh, uint8_t endpoint, uint8_t *buf, int length, int npacket, libusb_transfer_cb_fn callback, void *user_data, uint32_t timeout);
lib/libusb/libusb.h
614
int libusb_bulk_transfer(libusb_device_handle * devh, uint8_t endpoint, uint8_t *data, int length, int *transferred, uint32_t timeout);
lib/libusb/libusb.h
615
int libusb_interrupt_transfer(libusb_device_handle * devh, uint8_t endpoint, uint8_t *data, int length, int *transferred, uint32_t timeout);
lib/libusb/libusb01.c
393
bifc->endpoint = ps->b.currep;
lib/libusb/libusb10.c
1264
libusb10_submit_transfer_sub(libusb20_tr_get_priv_sc0(pxfer), uxfer->endpoint);
lib/libusb/libusb10.c
1283
libusb10_submit_transfer_sub(libusb20_tr_get_priv_sc0(pxfer), uxfer->endpoint);
lib/libusb/libusb10.c
1289
libusb10_submit_transfer_sub(libusb20_tr_get_priv_sc0(pxfer), uxfer->endpoint);
lib/libusb/libusb10.c
1332
libusb10_submit_transfer_sub(libusb20_tr_get_priv_sc0(pxfer), uxfer->endpoint);
lib/libusb/libusb10.c
1339
libusb10_submit_transfer_sub(libusb20_tr_get_priv_sc0(pxfer), uxfer->endpoint);
lib/libusb/libusb10.c
1361
libusb10_submit_transfer_sub(libusb20_tr_get_priv_sc0(pxfer), uxfer->endpoint);
lib/libusb/libusb10.c
1367
libusb10_submit_transfer_sub(libusb20_tr_get_priv_sc0(pxfer), uxfer->endpoint);
lib/libusb/libusb10.c
1413
libusb10_submit_transfer_sub(libusb20_tr_get_priv_sc0(pxfer), uxfer->endpoint);
lib/libusb/libusb10.c
1420
libusb10_submit_transfer_sub(libusb20_tr_get_priv_sc0(pxfer), uxfer->endpoint);
lib/libusb/libusb10.c
1456
libusb10_submit_transfer_sub(libusb20_tr_get_priv_sc0(pxfer), uxfer->endpoint);
lib/libusb/libusb10.c
1462
libusb10_submit_transfer_sub(libusb20_tr_get_priv_sc0(pxfer), uxfer->endpoint);
lib/libusb/libusb10.c
1470
libusb10_submit_transfer_sub(struct libusb20_device *pdev, uint8_t endpoint)
lib/libusb/libusb10.c
1484
pxfer0 = libusb10_get_transfer(pdev, endpoint, 0);
lib/libusb/libusb10.c
1485
pxfer1 = libusb10_get_transfer(pdev, endpoint, 1);
lib/libusb/libusb10.c
1528
if (uxfer->endpoint == endpoint) {
lib/libusb/libusb10.c
1573
endpoint, sxfer->stream_id);
lib/libusb/libusb10.c
1595
uint8_t endpoint;
lib/libusb/libusb10.c
1604
endpoint = uxfer->endpoint;
lib/libusb/libusb10.c
1615
pxfer0 = libusb10_get_transfer(uxfer->dev_handle, endpoint, 0);
lib/libusb/libusb10.c
1616
pxfer1 = libusb10_get_transfer(uxfer->dev_handle, endpoint, 1);
lib/libusb/libusb10.c
1636
uxfer->dev_handle, endpoint);
lib/libusb/libusb10.c
1658
uint8_t endpoint;
lib/libusb/libusb10.c
1668
endpoint = uxfer->endpoint;
lib/libusb/libusb10.c
1681
pxfer0 = libusb10_get_transfer(devh, endpoint, 0);
lib/libusb/libusb10.c
1682
pxfer1 = libusb10_get_transfer(devh, endpoint, 1);
lib/libusb/libusb10.c
1710
libusb10_submit_transfer_sub(devh, endpoint);
lib/libusb/libusb10.c
1724
libusb10_submit_transfer_sub(devh, endpoint);
lib/libusb/libusb10.c
530
libusb_get_max_packet_size(libusb_device *dev, uint8_t endpoint)
lib/libusb/libusb10.c
554
pdend = &pdinf->endpoint[k];
lib/libusb/libusb10.c
555
if (pdend->bEndpointAddress == endpoint) {
lib/libusb/libusb10.c
569
libusb_get_max_iso_packet_size(libusb_device *dev, uint8_t endpoint)
lib/libusb/libusb10.c
574
ret = libusb_get_max_packet_size(dev, endpoint);
lib/libusb/libusb10.c
901
uint8_t endpoint, uint8_t xfer_index)
lib/libusb/libusb10.c
905
xfer_index |= (endpoint & LIBUSB20_ENDPOINT_ADDRESS_MASK) * 4;
lib/libusb/libusb10.c
907
if (endpoint & LIBUSB20_ENDPOINT_DIR_MASK) {
lib/libusb/libusb10.c
915
libusb_clear_halt(struct libusb20_device *pdev, uint8_t endpoint)
lib/libusb/libusb10.c
921
xfer = libusb10_get_transfer(pdev, endpoint, 0);
lib/libusb/libusb10.c
930
err = libusb20_tr_open(xfer, 0, 1, endpoint);
lib/libusb/libusb10_desc.c
202
ifd->endpoint = endd;
lib/libusb/libusb10_desc.c
207
ifd->endpoint = endd;
lib/libusb/libusb10_desc.c
239
endd = &ifd->endpoint[k];
lib/libusb/libusb10_desc.c
415
const struct libusb_endpoint_descriptor *endpoint,
lib/libusb/libusb10_desc.c
418
if (endpoint == NULL)
lib/libusb/libusb10_desc.c
420
return (libusb_parse_ss_endpoint_comp(endpoint->extra, endpoint->extra_length, ep_comp));
lib/libusb/libusb10_io.c
544
uint8_t endpoint, uint8_t *data, int length,
lib/libusb/libusb10_io.c
565
xfer->endpoint = endpoint;
lib/libusb/libusb10_io.c
614
uint8_t endpoint, uint8_t *data, int length,
lib/libusb/libusb10_io.c
624
ret = libusb10_do_transfer(devh, endpoint, data, length, transferred,
lib/libusb/libusb10_io.c
633
uint8_t endpoint, uint8_t *data, int length,
lib/libusb/libusb10_io.c
643
ret = libusb10_do_transfer(devh, endpoint, data, length, transferred,
lib/libusb/libusb10_io.c
743
transfer->endpoint = 0;
lib/libusb/libusb10_io.c
759
libusb_device_handle *devh, uint8_t endpoint, uint8_t *buf,
lib/libusb/libusb10_io.c
764
transfer->endpoint = endpoint;
lib/libusb/libusb10_io.c
775
libusb_device_handle *devh, uint8_t endpoint, uint8_t *buf,
lib/libusb/libusb10_io.c
780
transfer->endpoint = endpoint;
lib/libusb/libusb10_io.c
791
libusb_device_handle *dev_handle, unsigned char endpoint,
lib/libusb/libusb10_io.c
795
libusb_fill_bulk_transfer(transfer, dev_handle, endpoint, buffer,
lib/libusb/libusb10_io.c
804
libusb_device_handle *devh, uint8_t endpoint, uint8_t *buf,
lib/libusb/libusb10_io.c
809
transfer->endpoint = endpoint;
lib/libusb/usb.h
133
struct usb_endpoint_descriptor *endpoint;
sys/arm/ti/am335x/am335x_lcd.c
352
phandle_t endpoint;
sys/arm/ti/am335x/am335x_lcd.c
380
for (endpoint = OF_child(node); endpoint != 0; endpoint = OF_peer(endpoint)) {
sys/arm/ti/am335x/am335x_lcd.c
381
if (OF_getencprop(endpoint, "remote-endpoint", &xref, sizeof(xref)) != -1) {
sys/arm64/coresight/coresight.c
64
struct endpoint *
sys/arm64/coresight/coresight.c
67
struct endpoint *endp;
sys/arm64/coresight/coresight.c
81
coresight_get_output_device(struct endpoint *endp, struct endpoint **out_endp)
sys/arm64/coresight/coresight.c
85
struct endpoint *endp2;
sys/arm64/coresight/coresight.h
101
TAILQ_HEAD(endpoint_list, endpoint) endpoints;
sys/arm64/coresight/coresight.h
132
LIST_HEAD(, endpoint) endplist;
sys/arm64/coresight/coresight.h
154
struct endpoint * coresight_get_output_endpoint(struct coresight_platform_data *pdata);
sys/arm64/coresight/coresight.h
155
struct coresight_device * coresight_get_output_device(struct endpoint *endp, struct endpoint **);
sys/arm64/coresight/coresight.h
80
TAILQ_ENTRY(endpoint) link;
sys/arm64/coresight/coresight.h
93
LIST_ENTRY(endpoint) endplink;
sys/arm64/coresight/coresight_acpi.c
253
struct endpoint *endp;
sys/arm64/coresight/coresight_acpi.c
271
endp = malloc(sizeof(struct endpoint),
sys/arm64/coresight/coresight_cmd.c
129
struct endpoint *endp;
sys/arm64/coresight/coresight_cmd.c
141
struct endpoint *endp;
sys/arm64/coresight/coresight_cmd.c
152
struct endpoint *endp;
sys/arm64/coresight/coresight_cmd.c
50
struct endpoint *out_endp;
sys/arm64/coresight/coresight_cmd.c
51
struct endpoint *endp;
sys/arm64/coresight/coresight_cmd.c
97
struct endpoint *endp;
sys/arm64/coresight/coresight_etm4x.c
192
etm_enable(device_t dev, struct endpoint *endp,
sys/arm64/coresight/coresight_etm4x.c
217
etm_disable(device_t dev, struct endpoint *endp,
sys/arm64/coresight/coresight_fdt.c
56
struct endpoint *endp;
sys/arm64/coresight/coresight_fdt.c
83
endp = malloc(sizeof(struct endpoint),
sys/arm64/coresight/coresight_funnel.c
76
funnel_enable(device_t dev, struct endpoint *endp,
sys/arm64/coresight/coresight_funnel.c
96
funnel_disable(device_t dev, struct endpoint *endp,
sys/arm64/coresight/coresight_replicator.c
64
replicator_enable(device_t dev, struct endpoint *endp,
sys/arm64/coresight/coresight_replicator.c
84
replicator_disable(device_t dev, struct endpoint *endp,
sys/arm64/coresight/coresight_tmc.c
134
tmc_configure_etr(device_t dev, struct endpoint *endp,
sys/arm64/coresight/coresight_tmc.c
222
tmc_enable(device_t dev, struct endpoint *endp,
sys/arm64/coresight/coresight_tmc.c
256
tmc_disable(device_t dev, struct endpoint *endp,
sys/arm64/coresight/coresight_tmc.c
281
tmc_read(device_t dev, struct endpoint *endp,
sys/compat/linuxkpi/common/include/linux/usb.h
192
#define usb_sndctrlpipe(dev,endpoint) \
sys/compat/linuxkpi/common/include/linux/usb.h
193
usb_find_host_endpoint(dev, PIPE_CONTROL, (endpoint) | USB_DIR_OUT)
sys/compat/linuxkpi/common/include/linux/usb.h
195
#define usb_rcvctrlpipe(dev,endpoint) \
sys/compat/linuxkpi/common/include/linux/usb.h
196
usb_find_host_endpoint(dev, PIPE_CONTROL, (endpoint) | USB_DIR_IN)
sys/compat/linuxkpi/common/include/linux/usb.h
198
#define usb_sndisocpipe(dev,endpoint) \
sys/compat/linuxkpi/common/include/linux/usb.h
199
usb_find_host_endpoint(dev, PIPE_ISOCHRONOUS, (endpoint) | USB_DIR_OUT)
sys/compat/linuxkpi/common/include/linux/usb.h
201
#define usb_rcvisocpipe(dev,endpoint) \
sys/compat/linuxkpi/common/include/linux/usb.h
202
usb_find_host_endpoint(dev, PIPE_ISOCHRONOUS, (endpoint) | USB_DIR_IN)
sys/compat/linuxkpi/common/include/linux/usb.h
204
#define usb_sndbulkpipe(dev,endpoint) \
sys/compat/linuxkpi/common/include/linux/usb.h
205
usb_find_host_endpoint(dev, PIPE_BULK, (endpoint) | USB_DIR_OUT)
sys/compat/linuxkpi/common/include/linux/usb.h
207
#define usb_rcvbulkpipe(dev,endpoint) \
sys/compat/linuxkpi/common/include/linux/usb.h
208
usb_find_host_endpoint(dev, PIPE_BULK, (endpoint) | USB_DIR_IN)
sys/compat/linuxkpi/common/include/linux/usb.h
210
#define usb_sndintpipe(dev,endpoint) \
sys/compat/linuxkpi/common/include/linux/usb.h
211
usb_find_host_endpoint(dev, PIPE_INTERRUPT, (endpoint) | USB_DIR_OUT)
sys/compat/linuxkpi/common/include/linux/usb.h
213
#define usb_rcvintpipe(dev,endpoint) \
sys/compat/linuxkpi/common/include/linux/usb.h
214
usb_find_host_endpoint(dev, PIPE_INTERRUPT, (endpoint) | USB_DIR_IN)
sys/compat/linuxkpi/common/include/linux/usb.h
242
struct usb_host_endpoint *endpoint; /* (in) pipe pointer */
sys/compat/linuxkpi/common/src/linux_usb.c
1048
uhe_end = uhi->endpoint + uhi->desc.bNumEndpoints;
sys/compat/linuxkpi/common/src/linux_usb.c
1049
for (uhe = uhi->endpoint;
sys/compat/linuxkpi/common/src/linux_usb.c
1284
uhe = uhi->endpoint;
sys/compat/linuxkpi/common/src/linux_usb.c
1285
uhe_end = uhi->endpoint + uhi->desc.bNumEndpoints;
sys/compat/linuxkpi/common/src/linux_usb.c
1668
urb->endpoint = uhe;
sys/compat/linuxkpi/common/src/linux_usb.c
414
if (urb->endpoint == NULL) {
sys/compat/linuxkpi/common/src/linux_usb.c
430
uhe = urb->endpoint;
sys/compat/linuxkpi/common/src/linux_usb.c
508
if (urb->endpoint == NULL) {
sys/compat/linuxkpi/common/src/linux_usb.c
512
uhe = urb->endpoint;
sys/compat/linuxkpi/common/src/linux_usb.c
571
cfg[0].endpoint = addr & UE_ADDR;
sys/compat/linuxkpi/common/src/linux_usb.c
709
urb->endpoint = uhe;
sys/compat/linuxkpi/common/src/linux_usb.c
800
cfg[0].endpoint = addr & UE_ADDR;
sys/compat/linuxkpi/common/src/linux_usb.c
834
cfg[0].endpoint = addr & UE_ADDR;
sys/compat/linuxkpi/common/src/linux_usb.c
923
p_uhi->endpoint = p_uhe;
sys/dev/ofw/ofw_graph.c
109
phandle_t endpoint, child;
sys/dev/ofw/ofw_graph.c
113
endpoint = ofw_bus_find_child(port, "endpoint");
sys/dev/ofw/ofw_graph.c
114
if (endpoint != 0)
sys/dev/ofw/ofw_graph.c
115
return (endpoint);
sys/dev/ofw/ofw_graph.c
130
ofw_graph_get_remote_endpoint(phandle_t endpoint)
sys/dev/ofw/ofw_graph.c
134
if (OF_getencprop(endpoint, "remote-endpoint", &remote,
sys/dev/ofw/ofw_graph.c
174
phandle_t outport, port, endpoint, remote;
sys/dev/ofw/ofw_graph.c
179
endpoint = ofw_graph_get_endpoint_by_idx(port, ep_id);
sys/dev/ofw/ofw_graph.c
180
if (endpoint == 0)
sys/dev/ofw/ofw_graph.c
182
remote = ofw_graph_get_remote_endpoint(endpoint);
sys/dev/ofw/ofw_graph.h
34
phandle_t ofw_graph_get_remote_endpoint(phandle_t endpoint);
sys/dev/otus/if_otus.c
236
.endpoint = UE_ADDR_ANY,
sys/dev/otus/if_otus.c
245
.endpoint = UE_ADDR_ANY,
sys/dev/otus/if_otus.c
253
.endpoint = UE_ADDR_ANY,
sys/dev/otus/if_otus.c
261
.endpoint = UE_ADDR_ANY,
sys/dev/rtwn/usb/rtwn_usb_ep.c
110
.endpoint = UE_ADDR_ANY,
sys/dev/rtwn/usb/rtwn_usb_ep.c
202
rtwn_config[RTWN_BULK_TX_VO].endpoint = addr[0];
sys/dev/rtwn/usb/rtwn_usb_ep.c
207
rtwn_config[RTWN_BULK_TX_BE].endpoint = addr[2];
sys/dev/rtwn/usb/rtwn_usb_ep.c
208
rtwn_config[RTWN_BULK_TX_BK].endpoint = addr[2];
sys/dev/rtwn/usb/rtwn_usb_ep.c
209
rtwn_config[RTWN_BULK_TX_VI].endpoint = addr[1];
sys/dev/rtwn/usb/rtwn_usb_ep.c
215
rtwn_config[RTWN_BULK_TX_BE].endpoint = addr[1];
sys/dev/rtwn/usb/rtwn_usb_ep.c
216
rtwn_config[RTWN_BULK_TX_BK].endpoint = addr[1];
sys/dev/rtwn/usb/rtwn_usb_ep.c
217
rtwn_config[RTWN_BULK_TX_VI].endpoint = addr[0];
sys/dev/rtwn/usb/rtwn_usb_ep.c
223
rtwn_config[RTWN_BULK_TX_BE].endpoint = addr[0];
sys/dev/rtwn/usb/rtwn_usb_ep.c
224
rtwn_config[RTWN_BULK_TX_BK].endpoint = addr[0];
sys/dev/rtwn/usb/rtwn_usb_ep.c
225
rtwn_config[RTWN_BULK_TX_VI].endpoint = addr[0];
sys/dev/rtwn/usb/rtwn_usb_ep.c
61
.endpoint = UE_ADDR_ANY,
sys/dev/rtwn/usb/rtwn_usb_ep.c
71
.endpoint = UE_ADDR_ANY,
sys/dev/rtwn/usb/rtwn_usb_ep.c
84
.endpoint = UE_ADDR_ANY,
sys/dev/rtwn/usb/rtwn_usb_ep.c
97
.endpoint = UE_ADDR_ANY,
sys/dev/sound/usb/uaudio.c
572
.endpoint = UE_ADDR_ANY,
sys/dev/sound/usb/uaudio.c
582
.endpoint = UE_ADDR_ANY,
sys/dev/sound/usb/uaudio.c
592
.endpoint = UE_ADDR_ANY,
sys/dev/sound/usb/uaudio.c
605
.endpoint = UE_ADDR_ANY,
sys/dev/sound/usb/uaudio.c
615
.endpoint = UE_ADDR_ANY,
sys/dev/sound/usb/uaudio.c
625
.endpoint = UE_ADDR_ANY,
sys/dev/sound/usb/uaudio.c
638
.endpoint = 0x00, /* Control pipe */
sys/dev/sound/usb/uaudio.c
670
.endpoint = UE_ADDR_ANY,
sys/dev/sound/usb/uaudio.c
679
.endpoint = UE_ADDR_ANY,
sys/dev/sound/usb/uaudio.c
691
.endpoint = UE_ADDR_ANY,
sys/dev/usb/controller/atmegadci.c
1031
xfer, xfer->endpoint);
sys/dev/usb/controller/atmegadci.c
1079
xfer, xfer->endpoint, error);
sys/dev/usb/controller/atmegadci.c
1420
xfer, xfer->endpoint->isoc_next, xfer->nframes);
sys/dev/usb/controller/atmegadci.c
1430
DPRINTFN(3, "start next=%d\n", xfer->endpoint->isoc_next);
sys/dev/usb/controller/atmegadci.c
1975
if ((xfer->endpoint->edesc->bmAttributes & UE_XFERTYPE) == UE_CONTROL) {
sys/dev/usb/controller/avr32dci.c
1008
xfer, xfer->endpoint);
sys/dev/usb/controller/avr32dci.c
1056
xfer, xfer->endpoint, error);
sys/dev/usb/controller/avr32dci.c
1360
xfer, xfer->endpoint->isoc_next, xfer->nframes);
sys/dev/usb/controller/avr32dci.c
1368
DPRINTFN(3, "start next=%d\n", xfer->endpoint->isoc_next);
sys/dev/usb/controller/avr32dci.c
1931
if ((xfer->endpoint->edesc->bmAttributes & UE_XFERTYPE) == UE_CONTROL) {
sys/dev/usb/controller/dwc_otg.c
3317
td->toggle = (xfer->endpoint->toggle_next ? 1 : 0);
sys/dev/usb/controller/dwc_otg.c
3519
xfer->endpoint->toggle_next = td->toggle;
sys/dev/usb/controller/dwc_otg.c
3578
xfer, xfer->endpoint);
sys/dev/usb/controller/dwc_otg.c
3623
xfer, xfer->endpoint, error);
sys/dev/usb/controller/dwc_otg.c
4193
xfer, xfer->endpoint->isoc_next, xfer->nframes);
sys/dev/usb/controller/dwc_otg.c
4215
DPRINTFN(3, "start next=%d\n", xfer->endpoint->isoc_next);
sys/dev/usb/controller/dwc_otg.c
4797
ep_type = (xfer->endpoint->edesc->bmAttributes & UE_XFERTYPE);
sys/dev/usb/controller/ehci.c
1089
xfer->endpoint->toggle_next ^= dt;
sys/dev/usb/controller/ehci.c
1196
xfer, xfer->endpoint);
sys/dev/usb/controller/ehci.c
1253
const struct usb_pipe_methods *methods = xfer->endpoint->methods;
sys/dev/usb/controller/ehci.c
1767
if (xfer->endpoint->toggle_next) {
sys/dev/usb/controller/ehci.c
1787
xfer->endpoint->toggle_next = 0;
sys/dev/usb/controller/ehci.c
1906
xfer->endpoint->toggle_next);
sys/dev/usb/controller/ehci.c
1912
methods = xfer->endpoint->methods;
sys/dev/usb/controller/ehci.c
1952
EHCI_QH_SET_CMASK(xfer->endpoint->usb_cmask) |
sys/dev/usb/controller/ehci.c
1953
EHCI_QH_SET_SMASK(xfer->endpoint->usb_smask) |
sys/dev/usb/controller/ehci.c
1962
if (temp.auto_data_toggle && xfer->endpoint->toggle_next) {
sys/dev/usb/controller/ehci.c
2032
xfer, xfer->endpoint);
sys/dev/usb/controller/ehci.c
2086
xfer, xfer->endpoint);
sys/dev/usb/controller/ehci.c
2110
if (xfer->endpoint->usb_smask & (1 << td_no)) {
sys/dev/usb/controller/ehci.c
2149
const struct usb_pipe_methods *methods = xfer->endpoint->methods;
sys/dev/usb/controller/ehci.c
2155
xfer, xfer->endpoint, error);
sys/dev/usb/controller/ehci.c
2162
xfer->endpoint->toggle_next);
sys/dev/usb/controller/ehci.c
2455
xfer, xfer->endpoint->isoc_next, xfer->nframes);
sys/dev/usb/controller/ehci.c
2724
xfer, xfer->endpoint->isoc_next, xfer->nframes,
sys/dev/usb/controller/ehci.c
2776
if (xfer->endpoint->usb_smask & (1 << td_no)) {
sys/dev/usb/controller/ehci.c
3713
methods = xfer->endpoint->methods;
sys/dev/usb/controller/ehci.c
3745
methods = xfer->endpoint->methods;
sys/dev/usb/controller/musb_otg.c
2415
xfer_type = xfer->endpoint->edesc->bmAttributes & UE_XFERTYPE;
sys/dev/usb/controller/musb_otg.c
2468
td->toggle = xfer->endpoint->toggle_next;
sys/dev/usb/controller/musb_otg.c
2705
xfer->endpoint->toggle_next = td->toggle;
sys/dev/usb/controller/musb_otg.c
2764
xfer, xfer->endpoint);
sys/dev/usb/controller/musb_otg.c
2812
xfer, xfer->endpoint, error);
sys/dev/usb/controller/musb_otg.c
3437
xfer, xfer->endpoint->isoc_next, xfer->nframes);
sys/dev/usb/controller/musb_otg.c
3445
DPRINTFN(2, "start next=%d\n", xfer->endpoint->isoc_next);
sys/dev/usb/controller/ohci.c
1001
} else if (xfer->endpoint->methods == &ohci_device_bulk_methods) {
sys/dev/usb/controller/ohci.c
1005
} else if (xfer->endpoint->methods == &ohci_device_ctrl_methods) {
sys/dev/usb/controller/ohci.c
1037
if (xfer->endpoint->methods == &ohci_device_isoc_methods) {
sys/dev/usb/controller/ohci.c
1050
xfer->endpoint->toggle_next = 1;
sys/dev/usb/controller/ohci.c
1052
xfer->endpoint->toggle_next = 0;
sys/dev/usb/controller/ohci.c
1409
methods = xfer->endpoint->methods;
sys/dev/usb/controller/ohci.c
1435
xfer->endpoint->toggle_next = 1;
sys/dev/usb/controller/ohci.c
1445
if (xfer->endpoint->toggle_next) {
sys/dev/usb/controller/ohci.c
1536
xfer->endpoint->toggle_next);
sys/dev/usb/controller/ohci.c
1616
const struct usb_pipe_methods *methods = xfer->endpoint->methods;
sys/dev/usb/controller/ohci.c
1623
xfer, xfer->endpoint, error);
sys/dev/usb/controller/ohci.c
1841
xfer, xfer->endpoint->isoc_next, xfer->nframes, nframes);
sys/dev/usb/controller/ohci.c
2565
methods = xfer->endpoint->methods;
sys/dev/usb/controller/ohci.c
2601
methods = xfer->endpoint->methods;
sys/dev/usb/controller/ohci.c
896
xfer, xfer->endpoint);
sys/dev/usb/controller/uhci.c
1011
xfer, xfer->endpoint);
sys/dev/usb/controller/uhci.c
1150
xfer->endpoint->toggle_next = (token & UHCI_TD_SET_DT(1)) ? 0 : 1;
sys/dev/usb/controller/uhci.c
1185
xfer, xfer->endpoint);
sys/dev/usb/controller/uhci.c
1301
if (xfer->endpoint->methods == &uhci_device_isoc_methods) {
sys/dev/usb/controller/uhci.c
1679
if (xfer->endpoint->toggle_next) {
sys/dev/usb/controller/uhci.c
1803
xfer->endpoint->toggle_next);
sys/dev/usb/controller/uhci.c
1817
const struct usb_pipe_methods *methods = xfer->endpoint->methods;
sys/dev/usb/controller/uhci.c
1824
xfer, xfer->endpoint, error);
sys/dev/usb/controller/uhci.c
2123
xfer, xfer->endpoint->isoc_next, xfer->nframes);
sys/dev/usb/controller/uhci.c
3024
methods = xfer->endpoint->methods;
sys/dev/usb/controller/uhci.c
3064
methods = xfer->endpoint->methods;
sys/dev/usb/controller/uss820dci.c
1180
xfer, xfer->endpoint);
sys/dev/usb/controller/uss820dci.c
1227
xfer, xfer->endpoint, error);
sys/dev/usb/controller/uss820dci.c
1705
xfer, xfer->endpoint->isoc_next, xfer->nframes);
sys/dev/usb/controller/uss820dci.c
1713
DPRINTFN(3, "start next=%d\n", xfer->endpoint->isoc_next);
sys/dev/usb/controller/xhci.c
2101
mult = xfer->endpoint->ecomp ?
sys/dev/usb/controller/xhci.c
2102
UE_GET_SS_ISO_MULT(xfer->endpoint->ecomp->bmAttributes)
sys/dev/usb/controller/xhci.c
2106
mult = (xfer->endpoint->edesc->
sys/dev/usb/controller/xhci.c
2558
xfer->endpoint->edesc);
sys/dev/usb/controller/xhci.c
2560
ecomp = xfer->endpoint->ecomp;
sys/dev/usb/controller/xhci.c
2586
xfer->endpoint->edesc, pepext,
sys/dev/usb/controller/xhci.c
2590
xfer->max_frame_size, xfer->endpoint->ep_mode));
sys/dev/usb/controller/xhci.c
2903
xfer->endpoint->edesc);
sys/dev/usb/controller/xhci.c
2940
xfer->endpoint->edesc);
sys/dev/usb/controller/xhci.c
2946
switch (xfer->endpoint->edesc->bmAttributes & UE_XFERTYPE) {
sys/dev/usb/controller/xhci.c
2965
pepext->trb_ep_maxp != xfer->endpoint->edesc->wMaxPacketSize[0]) {
sys/dev/usb/controller/xhci.c
3093
xfer, xfer->endpoint, error);
sys/dev/usb/controller/xhci.c
3163
xhci_device_generic_multi_enter(xfer->endpoint,
sys/dev/usb/controller/xhci.c
3176
xhci_device_generic_multi_enter(xfer->endpoint,
sys/dev/usb/controller/xhci.c
3862
xfer->endpoint->edesc);
sys/dev/usb/controller/xhci.c
3871
edesc = xfer->endpoint->edesc;
sys/dev/usb/controller/xhci.c
4007
xfer->endpoint->edesc);
sys/dev/usb/controller/xhci.c
4070
xhci_device_generic_multi_enter(xfer->endpoint,
sys/dev/usb/controller/xhci.c
853
xfer, xfer->endpoint);
sys/dev/usb/gadget/g_audio.c
162
.endpoint = UE_ADDR_ANY,
sys/dev/usb/gadget/g_audio.c
174
.endpoint = UE_ADDR_ANY,
sys/dev/usb/gadget/g_audio.c
186
.endpoint = UE_ADDR_ANY,
sys/dev/usb/gadget/g_audio.c
198
.endpoint = UE_ADDR_ANY,
sys/dev/usb/gadget/g_keyboard.c
158
.endpoint = UE_ADDR_ANY,
sys/dev/usb/gadget/g_modem.c
157
.endpoint = UE_ADDR_ANY,
sys/dev/usb/gadget/g_modem.c
169
.endpoint = UE_ADDR_ANY,
sys/dev/usb/gadget/g_modem.c
181
.endpoint = UE_ADDR_ANY,
sys/dev/usb/gadget/g_mouse.c
156
.endpoint = UE_ADDR_ANY,
sys/dev/usb/input/atp.c
809
.endpoint = UE_ADDR_ANY,
sys/dev/usb/input/atp.c
820
.endpoint = 0, /* Control pipe */
sys/dev/usb/input/uep.c
321
.endpoint = UE_ADDR_ANY,
sys/dev/usb/input/uhid.c
372
.endpoint = UE_ADDR_ANY,
sys/dev/usb/input/uhid.c
381
.endpoint = UE_ADDR_ANY,
sys/dev/usb/input/uhid.c
390
.endpoint = 0x00, /* Control pipe */
sys/dev/usb/input/uhid.c
399
.endpoint = 0x00, /* Control pipe */
sys/dev/usb/input/uhid_snes.c
145
.endpoint = 0x81,
sys/dev/usb/input/uhid_snes.c
153
.endpoint = 0x00,
sys/dev/usb/input/ukbd.c
1006
.endpoint = UE_ADDR_ANY,
sys/dev/usb/input/ukbd.c
1015
.endpoint = UE_ADDR_ANY,
sys/dev/usb/input/ukbd.c
1024
.endpoint = 0x00, /* Control pipe */
sys/dev/usb/input/ums.c
406
.endpoint = UE_ADDR_ANY,
sys/dev/usb/input/usbhid.c
293
.endpoint = UE_ADDR_ANY,
sys/dev/usb/input/usbhid.c
300
.endpoint = UE_ADDR_ANY,
sys/dev/usb/input/usbhid.c
307
.endpoint = 0x00, /* Control pipe */
sys/dev/usb/input/wmt.c
272
.endpoint = UE_ADDR_ANY,
sys/dev/usb/input/wsp.c
686
.endpoint = UE_ADDR_ANY,
sys/dev/usb/misc/cp2112.c
854
.endpoint = UE_ADDR_ANY,
sys/dev/usb/misc/cp2112.c
862
.endpoint = UE_ADDR_ANY,
sys/dev/usb/misc/udbp.c
203
.endpoint = UE_ADDR_ANY,
sys/dev/usb/misc/udbp.c
213
.endpoint = UE_ADDR_ANY,
sys/dev/usb/misc/udbp.c
222
.endpoint = 0x00, /* Control pipe */
sys/dev/usb/misc/udbp.c
232
.endpoint = 0x00, /* Control pipe */
sys/dev/usb/misc/ugold.c
149
.endpoint = UE_ADDR_ANY,
sys/dev/usb/net/if_aue.c
231
.endpoint = UE_ADDR_ANY,
sys/dev/usb/net/if_aue.c
241
.endpoint = UE_ADDR_ANY,
sys/dev/usb/net/if_aue.c
250
.endpoint = UE_ADDR_ANY,
sys/dev/usb/net/if_axe.c
223
.endpoint = UE_ADDR_ANY,
sys/dev/usb/net/if_axe.c
234
.endpoint = UE_ADDR_ANY,
sys/dev/usb/net/if_axge.c
155
.endpoint = UE_ADDR_ANY,
sys/dev/usb/net/if_axge.c
165
.endpoint = UE_ADDR_ANY,
sys/dev/usb/net/if_cdce.c
136
.endpoint = UE_ADDR_ANY,
sys/dev/usb/net/if_cdce.c
149
.endpoint = UE_ADDR_ANY,
sys/dev/usb/net/if_cdce.c
162
.endpoint = UE_ADDR_ANY,
sys/dev/usb/net/if_cdce.c
174
.endpoint = UE_ADDR_ANY,
sys/dev/usb/net/if_cdce.c
189
.endpoint = UE_ADDR_ANY,
sys/dev/usb/net/if_cdce.c
202
.endpoint = UE_ADDR_ANY,
sys/dev/usb/net/if_cdce.c
215
.endpoint = UE_ADDR_ANY,
sys/dev/usb/net/if_cdce.c
227
.endpoint = UE_ADDR_ANY,
sys/dev/usb/net/if_cdceem.c
172
.endpoint = UE_ADDR_ANY,
sys/dev/usb/net/if_cdceem.c
183
.endpoint = UE_ADDR_ANY,
sys/dev/usb/net/if_cue.c
139
.endpoint = UE_ADDR_ANY,
sys/dev/usb/net/if_cue.c
149
.endpoint = UE_ADDR_ANY,
sys/dev/usb/net/if_ipheth.c
110
.endpoint = UE_ADDR_ANY,
sys/dev/usb/net/if_ipheth.c
123
.endpoint = UE_ADDR_ANY,
sys/dev/usb/net/if_ipheth.c
134
.endpoint = UE_ADDR_ANY,
sys/dev/usb/net/if_ipheth.c
99
.endpoint = UE_ADDR_ANY,
sys/dev/usb/net/if_kue.c
180
.endpoint = UE_ADDR_ANY,
sys/dev/usb/net/if_kue.c
190
.endpoint = UE_ADDR_ANY,
sys/dev/usb/net/if_mos.c
198
.endpoint = UE_ADDR_ANY,
sys/dev/usb/net/if_mos.c
208
.endpoint = UE_ADDR_ANY,
sys/dev/usb/net/if_mos.c
217
.endpoint = UE_ADDR_ANY,
sys/dev/usb/net/if_muge.c
224
.endpoint = UE_ADDR_ANY,
sys/dev/usb/net/if_muge.c
235
.endpoint = UE_ADDR_ANY,
sys/dev/usb/net/if_rue.c
164
.endpoint = UE_ADDR_ANY,
sys/dev/usb/net/if_rue.c
174
.endpoint = UE_ADDR_ANY,
sys/dev/usb/net/if_rue.c
184
.endpoint = UE_ADDR_ANY,
sys/dev/usb/net/if_smsc.c
212
.endpoint = UE_ADDR_ANY,
sys/dev/usb/net/if_smsc.c
223
.endpoint = UE_ADDR_ANY,
sys/dev/usb/net/if_udav.c
121
.endpoint = UE_ADDR_ANY,
sys/dev/usb/net/if_udav.c
131
.endpoint = UE_ADDR_ANY,
sys/dev/usb/net/if_udav.c
141
.endpoint = UE_ADDR_ANY,
sys/dev/usb/net/if_umb.c
263
.endpoint = UE_ADDR_ANY,
sys/dev/usb/net/if_umb.c
273
.endpoint = UE_ADDR_ANY,
sys/dev/usb/net/if_umb.c
283
.endpoint = UE_ADDR_ANY,
sys/dev/usb/net/if_ure.c
598
.endpoint = UE_ADDR_ANY,
sys/dev/usb/net/if_ure.c
616
.endpoint = UE_ADDR_ANY,
sys/dev/usb/net/if_urndis.c
105
.endpoint = UE_ADDR_ANY,
sys/dev/usb/net/if_urndis.c
118
.endpoint = UE_ADDR_ANY,
sys/dev/usb/net/if_urndis.c
133
.endpoint = UE_ADDR_ANY,
sys/dev/usb/net/if_usie.c
147
.endpoint = UE_ADDR_ANY,
sys/dev/usb/net/if_usie.c
155
.endpoint = UE_ADDR_ANY,
sys/dev/usb/net/if_usie.c
163
.endpoint = UE_ADDR_ANY,
sys/dev/usb/net/if_usie.c
174
.endpoint = UE_ADDR_ANY,
sys/dev/usb/net/if_usie.c
182
.endpoint = UE_ADDR_ANY,
sys/dev/usb/net/if_usie.c
190
.endpoint = UE_ADDR_ANY,
sys/dev/usb/net/uhso.c
365
.endpoint = 0x00,
sys/dev/usb/net/uhso.c
374
.endpoint = 0x00,
sys/dev/usb/net/uhso.c
387
.endpoint = UE_ADDR_ANY,
sys/dev/usb/net/uhso.c
399
.endpoint = UE_ADDR_ANY,
sys/dev/usb/net/uhso.c
407
.endpoint = UE_ADDR_ANY,
sys/dev/usb/net/uhso.c
420
.endpoint = UE_ADDR_ANY,
sys/dev/usb/net/uhso.c
429
.endpoint = UE_ADDR_ANY,
sys/dev/usb/net/uhso.c
438
.endpoint = UE_ADDR_ANY,
sys/dev/usb/serial/u3g.c
145
.endpoint = UE_ADDR_ANY,
sys/dev/usb/serial/u3g.c
155
.endpoint = UE_ADDR_ANY,
sys/dev/usb/serial/u3g.c
164
.endpoint = UE_ADDR_ANY,
sys/dev/usb/serial/uark.c
121
.endpoint = UE_ADDR_ANY,
sys/dev/usb/serial/uark.c
130
.endpoint = UE_ADDR_ANY,
sys/dev/usb/serial/ubsa.c
197
.endpoint = UE_ADDR_ANY,
sys/dev/usb/serial/ubsa.c
206
.endpoint = UE_ADDR_ANY,
sys/dev/usb/serial/ubsa.c
215
.endpoint = UE_ADDR_ANY,
sys/dev/usb/serial/ubser.c
163
.endpoint = UE_ADDR_ANY,
sys/dev/usb/serial/ubser.c
172
.endpoint = UE_ADDR_ANY,
sys/dev/usb/serial/uchcom.c
241
.endpoint = UE_ADDR_ANY,
sys/dev/usb/serial/uchcom.c
250
.endpoint = UE_ADDR_ANY,
sys/dev/usb/serial/uchcom.c
261
.endpoint = UE_ADDR_ANY,
sys/dev/usb/serial/ucycom.c
133
.endpoint = 0x00, /* Control pipe */
sys/dev/usb/serial/ucycom.c
142
.endpoint = UE_ADDR_ANY,
sys/dev/usb/serial/udbc.c
123
.endpoint = UE_ADDR_ANY,
sys/dev/usb/serial/udbc.c
132
.endpoint = UE_ADDR_ANY,
sys/dev/usb/serial/ufintek.c
239
.endpoint = UE_ADDR_ANY,
sys/dev/usb/serial/ufintek.c
247
.endpoint = UE_ADDR_ANY,
sys/dev/usb/serial/ufoma.c
236
.endpoint = UE_ADDR_ANY,
sys/dev/usb/serial/ufoma.c
245
.endpoint = 0x00, /* Control pipe */
sys/dev/usb/serial/ufoma.c
255
.endpoint = 0x00, /* Control pipe */
sys/dev/usb/serial/ufoma.c
267
.endpoint = UE_ADDR_ANY,
sys/dev/usb/serial/ufoma.c
276
.endpoint = UE_ADDR_ANY,
sys/dev/usb/serial/uftdi.c
216
.endpoint = UE_ADDR_ANY,
sys/dev/usb/serial/uftdi.c
225
.endpoint = UE_ADDR_ANY,
sys/dev/usb/serial/ugensa.c
114
.endpoint = UE_ADDR_ANY,
sys/dev/usb/serial/ugensa.c
123
.endpoint = UE_ADDR_ANY,
sys/dev/usb/serial/uipaq.c
123
.endpoint = UE_ADDR_ANY,
sys/dev/usb/serial/uipaq.c
132
.endpoint = UE_ADDR_ANY,
sys/dev/usb/serial/ulpt.c
354
.endpoint = UE_ADDR_ANY,
sys/dev/usb/serial/ulpt.c
363
.endpoint = UE_ADDR_ANY,
sys/dev/usb/serial/ulpt.c
372
.endpoint = 0x00, /* Control pipe */
sys/dev/usb/serial/umcs.c
202
.endpoint = 0x01,
sys/dev/usb/serial/umcs.c
212
.endpoint = 0x02,
sys/dev/usb/serial/umcs.c
224
.endpoint = 0x09,
sys/dev/usb/serial/umcs.c
358
umcs7840_config_tmp[n].endpoint = umcs7840_bulk_config_data[n].endpoint + 2 * sc->sc_ucom[subunit].sc_portno;
sys/dev/usb/serial/umct.c
161
.endpoint = UE_ADDR_ANY,
sys/dev/usb/serial/umct.c
170
.endpoint = UE_ADDR_ANY,
sys/dev/usb/serial/umct.c
180
.endpoint = UE_ADDR_ANY,
sys/dev/usb/serial/umodem.c
234
.endpoint = UE_ADDR_ANY,
sys/dev/usb/serial/umodem.c
245
.endpoint = UE_ADDR_ANY,
sys/dev/usb/serial/umodem.c
256
.endpoint = UE_ADDR_ANY,
sys/dev/usb/serial/umodem.c
267
.endpoint = UE_ADDR_ANY,
sys/dev/usb/serial/umoscom.c
219
.endpoint = UE_ADDR_ANY,
sys/dev/usb/serial/umoscom.c
228
.endpoint = UE_ADDR_ANY,
sys/dev/usb/serial/umoscom.c
237
.endpoint = UE_ADDR_ANY,
sys/dev/usb/serial/uplcom.c
212
.endpoint = UE_ADDR_ANY,
sys/dev/usb/serial/uplcom.c
222
.endpoint = UE_ADDR_ANY,
sys/dev/usb/serial/uplcom.c
232
.endpoint = UE_ADDR_ANY,
sys/dev/usb/serial/uslcom.c
183
.endpoint = UE_ADDR_ANY,
sys/dev/usb/serial/uslcom.c
192
.endpoint = UE_ADDR_ANY,
sys/dev/usb/serial/uslcom.c
200
.endpoint = 0x00,
sys/dev/usb/serial/uvisor.c
212
.endpoint = UE_ADDR_ANY,
sys/dev/usb/serial/uvisor.c
222
.endpoint = UE_ADDR_ANY,
sys/dev/usb/serial/uvisor.c
481
config[0].endpoint = (port & 0xF); /* output */
sys/dev/usb/serial/uvisor.c
482
config[1].endpoint = (port >> 4); /* input */
sys/dev/usb/serial/uvisor.c
485
config[0].endpoint = (port & 0xF); /* output */
sys/dev/usb/serial/uvisor.c
486
config[1].endpoint = (port & 0xF); /* input */
sys/dev/usb/serial/uvscom.c
194
.endpoint = UE_ADDR_ANY,
sys/dev/usb/serial/uvscom.c
203
.endpoint = UE_ADDR_ANY,
sys/dev/usb/serial/uvscom.c
212
.endpoint = UE_ADDR_ANY,
sys/dev/usb/storage/cfumass.c
232
.endpoint = UE_ADDR_ANY,
sys/dev/usb/storage/cfumass.c
241
.endpoint = UE_ADDR_ANY,
sys/dev/usb/storage/cfumass.c
252
.endpoint = UE_ADDR_ANY,
sys/dev/usb/storage/cfumass.c
263
.endpoint = UE_ADDR_ANY,
sys/dev/usb/storage/umass.c
515
.endpoint = 0x00, /* Control pipe */
sys/dev/usb/storage/umass.c
525
.endpoint = 0x00, /* Control pipe */
sys/dev/usb/storage/umass.c
535
.endpoint = 0x00, /* Control pipe */
sys/dev/usb/storage/umass.c
545
.endpoint = UE_ADDR_ANY,
sys/dev/usb/storage/umass.c
554
.endpoint = UE_ADDR_ANY,
sys/dev/usb/storage/umass.c
564
.endpoint = 0x00, /* Control pipe */
sys/dev/usb/storage/umass.c
573
.endpoint = UE_ADDR_ANY,
sys/dev/usb/storage/umass.c
583
.endpoint = 0x00, /* Control pipe */
sys/dev/usb/storage/umass.c
592
.endpoint = UE_ADDR_ANY,
sys/dev/usb/storage/umass.c
604
.endpoint = 0x00, /* Control pipe */
sys/dev/usb/storage/umass.c
615
.endpoint = 0x00, /* Control pipe */
sys/dev/usb/storage/umass.c
625
.endpoint = 0x00, /* Control pipe */
sys/dev/usb/storage/umass.c
635
.endpoint = 0x00, /* Control pipe */
sys/dev/usb/storage/umass.c
645
.endpoint = UE_ADDR_ANY,
sys/dev/usb/storage/umass.c
655
.endpoint = 0x00, /* Control pipe */
sys/dev/usb/storage/umass.c
664
.endpoint = UE_ADDR_ANY,
sys/dev/usb/storage/umass.c
674
.endpoint = 0x00, /* Control pipe */
sys/dev/usb/storage/umass.c
683
.endpoint = UE_ADDR_ANY,
sys/dev/usb/storage/umass.c
693
.endpoint = 0x00, /* Control pipe */
sys/dev/usb/storage/urio.c
143
.endpoint = UE_ADDR_ANY,
sys/dev/usb/storage/urio.c
152
.endpoint = UE_ADDR_ANY,
sys/dev/usb/storage/urio.c
161
.endpoint = 0x00, /* Control pipe */
sys/dev/usb/storage/urio.c
171
.endpoint = 0x00, /* Control pipe */
sys/dev/usb/storage/ustorage_fs.c
275
.endpoint = UE_ADDR_ANY,
sys/dev/usb/storage/ustorage_fs.c
284
.endpoint = UE_ADDR_ANY,
sys/dev/usb/storage/ustorage_fs.c
294
.endpoint = UE_ADDR_ANY,
sys/dev/usb/storage/ustorage_fs.c
304
.endpoint = UE_ADDR_ANY,
sys/dev/usb/storage/ustorage_fs.c
314
.endpoint = UE_ADDR_ANY,
sys/dev/usb/usb_core.h
139
struct usb_endpoint *endpoint; /* our USB endpoint */
sys/dev/usb/usb_debug.c
224
if (xfer->endpoint == NULL) {
sys/dev/usb/usb_debug.c
235
udev->address, xfer->endpoint,
sys/dev/usb/usb_debug.c
236
xfer->endpoint->edesc->bEndpointAddress,
sys/dev/usb/usb_debug.c
237
xfer->endpoint->edesc->bmAttributes);
sys/dev/usb/usb_device.c
374
udev, iface_index, setup->endpoint,
sys/dev/usb/usb_device.c
407
if (setup->endpoint == UE_ADDR_ANY) {
sys/dev/usb/usb_device.c
412
ea_val |= (setup->endpoint & UE_ADDR);
sys/dev/usb/usb_device.h
82
struct usb_host_endpoint *endpoint;
sys/dev/usb/usb_generic.c
1030
usb_config[0].endpoint = ed->bEndpointAddress & UE_ADDR;
sys/dev/usb/usb_generic.c
1048
isread = ((usb_config[0].endpoint &
sys/dev/usb/usb_generic.c
1133
ep = f->fs_xfer[pstall->ep_index]->endpoint;
sys/dev/usb/usb_generic.c
257
usb_config[1].endpoint = 0;
sys/dev/usb/usb_generic.c
266
usb_config[0].endpoint = ed->bEndpointAddress & UE_ADDR;
sys/dev/usb/usb_generic.c
326
usb_config[1].endpoint = 0;
sys/dev/usb/usb_generic.c
335
usb_config[0].endpoint = ed->bEndpointAddress & UE_ADDR;
sys/dev/usb/usb_hub.c
134
.endpoint = UE_ADDR_ANY,
sys/dev/usb/usb_hub.c
145
.endpoint = 0x00, /* Control pipe */
sys/dev/usb/usb_hub.c
1933
xfer->endpoint->refcount_bw++;
sys/dev/usb/usb_hub.c
1934
if (xfer->endpoint->refcount_bw != 1)
sys/dev/usb/usb_hub.c
1939
switch (xfer->endpoint->edesc->bmAttributes & UE_XFERTYPE) {
sys/dev/usb/usb_hub.c
1947
xfer->endpoint->usb_uframe = slot;
sys/dev/usb/usb_hub.c
1948
xfer->endpoint->usb_smask = mask << slot;
sys/dev/usb/usb_hub.c
1952
xfer->endpoint->usb_cmask = 0x00 ;
sys/dev/usb/usb_hub.c
1954
xfer->endpoint->usb_cmask = (-(0x04 << slot)) & 0xFE;
sys/dev/usb/usb_hub.c
1979
xfer->endpoint->usb_uframe = slot;
sys/dev/usb/usb_hub.c
1980
xfer->endpoint->usb_cmask = 0;
sys/dev/usb/usb_hub.c
1981
xfer->endpoint->usb_smask = mask << slot;
sys/dev/usb/usb_hub.c
1985
xfer->endpoint->usb_uframe = 0;
sys/dev/usb/usb_hub.c
1986
xfer->endpoint->usb_cmask = 0;
sys/dev/usb/usb_hub.c
1987
xfer->endpoint->usb_smask = 0;
sys/dev/usb/usb_hub.c
1992
xfer->endpoint->usb_uframe,
sys/dev/usb/usb_hub.c
1993
xfer->endpoint->usb_smask >> xfer->endpoint->usb_uframe);
sys/dev/usb/usb_hub.c
2013
xfer->endpoint->refcount_bw--;
sys/dev/usb/usb_hub.c
2014
if (xfer->endpoint->refcount_bw != 0)
sys/dev/usb/usb_hub.c
2017
switch (xfer->endpoint->edesc->bmAttributes & UE_XFERTYPE) {
sys/dev/usb/usb_hub.c
2021
slot = xfer->endpoint->usb_uframe;
sys/dev/usb/usb_hub.c
2022
mask = xfer->endpoint->usb_smask;
sys/dev/usb/usb_hub.c
2031
xfer->endpoint->usb_uframe = 0;
sys/dev/usb/usb_hub.c
2032
xfer->endpoint->usb_cmask = 0;
sys/dev/usb/usb_hub.c
2033
xfer->endpoint->usb_smask = 0;
sys/dev/usb/usb_hub.c
2118
if (xfer->endpoint->methods != isoc_xfer->endpoint->methods)
sys/dev/usb/usb_hub.c
2139
TAILQ_FOREACH(pipe_xfer, &xfer->endpoint->endpoint_q[0].head,
sys/dev/usb/usb_hub.c
2408
xfer_type = xfer->endpoint->edesc->bmAttributes & UE_XFERTYPE;
sys/dev/usb/usb_msctest.c
204
.endpoint = UE_ADDR_ANY,
sys/dev/usb/usb_msctest.c
213
.endpoint = UE_ADDR_ANY,
sys/dev/usb/usb_msctest.c
223
.endpoint = 0x00, /* Control pipe */
sys/dev/usb/usb_msctest.c
232
.endpoint = UE_ADDR_ANY,
sys/dev/usb/usb_msctest.c
242
.endpoint = 0x00, /* Control pipe */
sys/dev/usb/usb_msctest.c
251
.endpoint = UE_ADDR_ANY,
sys/dev/usb/usb_msctest.c
263
.endpoint = UE_ADDR_ANY,
sys/dev/usb/usb_pf.c
275
up->up_xfertype = xfer->endpoint->edesc->bmAttributes & UE_XFERTYPE;
sys/dev/usb/usb_request.c
2247
uint8_t port, uint8_t addr, uint8_t type, uint8_t endpoint)
sys/dev/usb/usb_request.c
2258
wValue = (endpoint & 0xF) | ((addr & 0x7F) << 4) |
sys/dev/usb/usb_request.c
2259
((endpoint & 0x80) << 8) | ((type & 3) << 12);
sys/dev/usb/usb_request.h
92
uint8_t port, uint8_t addr, uint8_t type, uint8_t endpoint);
sys/dev/usb/usb_transfer.c
112
.endpoint = 0x00, /* Control endpoint */
sys/dev/usb/usb_transfer.c
1191
xfer->endpoint = ep;
sys/dev/usb/usb_transfer.c
1197
parm->methods = xfer->endpoint->methods;
sys/dev/usb/usb_transfer.c
1221
if (xfer->endpoint->refcount_alloc >= USB_EP_REF_MAX)
sys/dev/usb/usb_transfer.c
1224
xfer->endpoint->refcount_alloc++;
sys/dev/usb/usb_transfer.c
1226
if (xfer->endpoint->refcount_alloc == 0)
sys/dev/usb/usb_transfer.c
123
.endpoint = 0x00, /* Control pipe */
sys/dev/usb/usb_transfer.c
1482
xfer->endpoint->refcount_alloc--;
sys/dev/usb/usb_transfer.c
1728
xfer, xfer->endpoint, xfer->nframes, USB_GET_DATA_ISREAD(xfer) ?
sys/dev/usb/usb_transfer.c
1735
usb_dump_endpoint(xfer->endpoint);
sys/dev/usb/usb_transfer.c
1751
(xfer->endpoint->methods->open) (xfer);
sys/dev/usb/usb_transfer.c
1815
usb_command_wrapper(&xfer->endpoint->
sys/dev/usb/usb_transfer.c
1916
ep = xfer->endpoint;
sys/dev/usb/usb_transfer.c
2029
(xfer->endpoint->methods->close) (xfer);
sys/dev/usb/usb_transfer.c
2039
(xfer->endpoint->methods->close) (xfer);
sys/dev/usb/usb_transfer.c
2050
ep = xfer->endpoint;
sys/dev/usb/usb_transfer.c
2643
[xfer->endpoint->edesc->bmAttributes & UE_XFERTYPE]++;
sys/dev/usb/usb_transfer.c
2646
[xfer->endpoint->edesc->bmAttributes & UE_XFERTYPE]++;
sys/dev/usb/usb_transfer.c
2649
[xfer->endpoint->edesc->bmAttributes & UE_XFERTYPE]++;
sys/dev/usb/usb_transfer.c
2667
struct usb_endpoint *ep = xfer->endpoint;
sys/dev/usb/usb_transfer.c
2770
return (xfer->endpoint->is_stalled);
sys/dev/usb/usb_transfer.c
2807
ep = xfer->endpoint;
sys/dev/usb/usb_transfer.c
2973
(xfer->endpoint->methods->close) (xfer);
sys/dev/usb/usb_transfer.c
3058
xfer, xfer->endpoint, xfer->error, xfer->actlen, xfer->sumlen,
sys/dev/usb/usb_transfer.c
3076
uhub_tt_buffer_reset_async_locked(xfer->xroot->udev, xfer->endpoint);
sys/dev/usb/usb_transfer.c
3085
"on endpoint=%p\n", xfer, xfer->endpoint);
sys/dev/usb/usb_transfer.c
3099
xfer, xfer->endpoint);
sys/dev/usb/usb_transfer.c
3110
"active on endpoint=%p\n", xfer, xfer->endpoint);
sys/dev/usb/usb_transfer.c
3116
ep = xfer->endpoint;
sys/dev/usb/usb_transfer.c
3132
xfer->endpoint->is_synced = 0;
sys/dev/usb/usb_transfer.c
3376
usbd_clear_data_toggle(xfer2->xroot->udev, xfer2->endpoint);
sys/dev/usb/usb_transfer.c
3383
req.wIndex[0] = xfer2->endpoint->edesc->bEndpointAddress;
sys/dev/usb/usb_transfer.c
3700
delta = (xfer->endpoint->isoc_next - frame_curr) & frame_mask;
sys/dev/usb/usb_transfer.c
3707
if (xfer->endpoint->is_synced == 0 ||
sys/dev/usb/usb_transfer.c
3711
xfer->endpoint->isoc_next = (frame_curr + 2 * frame_ms + frame_min) & frame_mask;
sys/dev/usb/usb_transfer.c
3712
xfer->endpoint->is_synced = 1;
sys/dev/usb/usb_transfer.c
3721
*p_frame_start = xfer->endpoint->isoc_next & frame_mask;
sys/dev/usb/usb_transfer.c
3724
delta = xfer->endpoint->isoc_next - frame_curr + (frame_curr % frame_ms);
sys/dev/usb/usb_transfer.c
3746
xfer->endpoint->isoc_next += duration * frame_ms;
sys/dev/usb/usb_transfer.c
3747
xfer->endpoint->isoc_next &= frame_mask;
sys/dev/usb/usb_transfer.c
484
edesc = xfer->endpoint->edesc;
sys/dev/usb/usb_transfer.c
485
ecomp = xfer->endpoint->ecomp;
sys/dev/usb/usb_transfer.c
85
.endpoint = 0x00, /* Control endpoint */
sys/dev/usb/usb_transfer.c
97
.endpoint = 0x00, /* Control pipe */
sys/dev/usb/usbdi.h
238
uint8_t endpoint; /* pipe number */
sys/dev/usb/video/udl.c
112
.endpoint = UE_ADDR_ANY,
sys/dev/usb/video/udl.c
122
.endpoint = UE_ADDR_ANY,
sys/dev/usb/wlan/if_mtw.c
284
.endpoint = UE_ADDR_ANY,
sys/dev/usb/wlan/if_mtw.c
293
.endpoint = UE_ADDR_ANY,
sys/dev/usb/wlan/if_mtw.c
303
.endpoint = UE_ADDR_ANY,
sys/dev/usb/wlan/if_mtw.c
313
.endpoint = UE_ADDR_ANY,
sys/dev/usb/wlan/if_mtw.c
323
.endpoint = UE_ADDR_ANY,
sys/dev/usb/wlan/if_mtw.c
333
.endpoint = UE_ADDR_ANY,
sys/dev/usb/wlan/if_mtw.c
343
.endpoint = UE_ADDR_ANY,
sys/dev/usb/wlan/if_mtw.c
354
.endpoint = UE_ADDR_ANY,
sys/dev/usb/wlan/if_mtw.c
366
.endpoint = UE_ADDR_ANY,
sys/dev/usb/wlan/if_rsu.c
296
.endpoint = UE_ADDR_ANY,
sys/dev/usb/wlan/if_rsu.c
307
.endpoint = 0x06,
sys/dev/usb/wlan/if_rsu.c
320
.endpoint = 0x04,
sys/dev/usb/wlan/if_rsu.c
333
.endpoint = 0x0d,
sys/dev/usb/wlan/if_rum.c
445
.endpoint = UE_ADDR_ANY,
sys/dev/usb/wlan/if_rum.c
454
.endpoint = UE_ADDR_ANY,
sys/dev/usb/wlan/if_run.c
657
.endpoint = UE_ADDR_ANY,
sys/dev/usb/wlan/if_run.c
667
.endpoint = UE_ADDR_ANY,
sys/dev/usb/wlan/if_run.c
677
.endpoint = UE_ADDR_ANY,
sys/dev/usb/wlan/if_run.c
687
.endpoint = UE_ADDR_ANY,
sys/dev/usb/wlan/if_run.c
697
.endpoint = UE_ADDR_ANY,
sys/dev/usb/wlan/if_run.c
707
.endpoint = UE_ADDR_ANY,
sys/dev/usb/wlan/if_run.c
717
.endpoint = UE_ADDR_ANY,
sys/dev/usb/wlan/if_uath.c
198
.endpoint = 0x1,
sys/dev/usb/wlan/if_uath.c
209
.endpoint = 0x1,
sys/dev/usb/wlan/if_uath.c
221
.endpoint = 0x2,
sys/dev/usb/wlan/if_uath.c
233
.endpoint = 0x2,
sys/dev/usb/wlan/if_upgt.c
202
.endpoint = UE_ADDR_ANY,
sys/dev/usb/wlan/if_upgt.c
214
.endpoint = UE_ADDR_ANY,
sys/dev/usb/wlan/if_ural.c
365
.endpoint = UE_ADDR_ANY,
sys/dev/usb/wlan/if_ural.c
374
.endpoint = UE_ADDR_ANY,
sys/dev/usb/wlan/if_urtw.c
525
.endpoint = 0x83,
sys/dev/usb/wlan/if_urtw.c
537
.endpoint = 0x89,
sys/dev/usb/wlan/if_urtw.c
548
.endpoint = URTW_8187B_TXPIPE_BE,
sys/dev/usb/wlan/if_urtw.c
560
.endpoint = URTW_8187B_TXPIPE_BK,
sys/dev/usb/wlan/if_urtw.c
573
.endpoint = URTW_8187B_TXPIPE_VI,
sys/dev/usb/wlan/if_urtw.c
586
.endpoint = URTW_8187B_TXPIPE_VO,
sys/dev/usb/wlan/if_urtw.c
599
.endpoint = 0xc,
sys/dev/usb/wlan/if_urtw.c
615
.endpoint = 0x81,
sys/dev/usb/wlan/if_urtw.c
627
.endpoint = 0x2,
sys/dev/usb/wlan/if_urtw.c
639
.endpoint = 0x3,
sys/dev/usb/wlan/if_zyd.c
256
.endpoint = UE_ADDR_ANY,
sys/dev/usb/wlan/if_zyd.c
266
.endpoint = UE_ADDR_ANY,
sys/dev/usb/wlan/if_zyd.c
275
.endpoint = UE_ADDR_ANY,
sys/dev/usb/wlan/if_zyd.c
285
.endpoint = UE_ADDR_ANY,
sys/dev/wg/if_wg.c
1282
struct wg_endpoint endpoint;
sys/dev/wg/if_wg.c
1287
wg_peer_get_endpoint(peer, &endpoint);
sys/dev/wg/if_wg.c
1288
wg_send_buf(peer->p_sc, &endpoint, buf, len);
sys/dev/wg/if_wg.c
1725
struct wg_endpoint endpoint;
sys/dev/wg/if_wg.c
1731
wg_peer_get_endpoint(peer, &endpoint);
sys/dev/wg/if_wg.c
1744
rc = wg_send(sc, &endpoint, m);
sys/dev/wg/if_wg.c
1751
wg_peer_get_endpoint(peer, &endpoint);
sys/dev/wg/if_wg.c
2463
const struct sockaddr *endpoint;
sys/dev/wg/if_wg.c
2506
endpoint = nvlist_get_binary(nvl, "endpoint", &size);
sys/dev/wg/if_wg.c
2511
memcpy(&peer->p_endpoint.e_remote, endpoint, size);
sys/net/pfvar.h
2824
*endpoint);
sys/netgraph/bluetooth/drivers/ubt/ng_ubt.c
294
.endpoint = UE_ADDR_ANY,
sys/netgraph/bluetooth/drivers/ubt/ng_ubt.c
304
.endpoint = UE_ADDR_ANY,
sys/netgraph/bluetooth/drivers/ubt/ng_ubt.c
314
.endpoint = UE_ADDR_ANY,
sys/netgraph/bluetooth/drivers/ubt/ng_ubt.c
324
.endpoint = 0x00, /* control pipe */
sys/netgraph/bluetooth/drivers/ubt/ng_ubt.c
339
.endpoint = UE_ADDR_ANY,
sys/netgraph/bluetooth/drivers/ubt/ng_ubt.c
350
.endpoint = UE_ADDR_ANY,
sys/netgraph/bluetooth/drivers/ubt/ng_ubt.c
361
.endpoint = UE_ADDR_ANY,
sys/netgraph/bluetooth/drivers/ubt/ng_ubt.c
372
.endpoint = UE_ADDR_ANY,
sys/netgraph/bluetooth/drivers/ubt/ng_ubt.c
545
.endpoint = UE_ADDR_ANY,
sys/netgraph/bluetooth/drivers/ubtbcmfw/ubtbcmfw.c
132
.endpoint = 0x02, /* fixed */
sys/netgraph/bluetooth/drivers/ubtbcmfw/ubtbcmfw.c
143
.endpoint = 0x01, /* fixed */
sys/netpfil/pf/pf.c
1019
pf_hashudpendpoint(struct pf_udp_endpoint *endpoint)
sys/netpfil/pf/pf.c
1023
h = murmur3_32_hash32((uint32_t *)endpoint,
sys/netpfil/pf/pf.c
2427
struct pf_udp_endpoint *endpoint;
sys/netpfil/pf/pf.c
2442
LIST_FOREACH(endpoint, &h0->endpoints, entry) {
sys/netpfil/pf/pf.c
2443
if (bcmp(endpoint, &mapping->endpoints[0],
sys/netpfil/pf/pf.c
2447
if (endpoint != NULL)
sys/netpfil/pf/pf.c
2449
LIST_FOREACH(endpoint, &h1->endpoints, entry) {
sys/netpfil/pf/pf.c
2450
if (bcmp(endpoint, &mapping->endpoints[1],
sys/netpfil/pf/pf.c
2454
if (endpoint != NULL)
sys/netpfil/pf/pf.c
2500
struct pf_udp_endpoint *endpoint;
sys/netpfil/pf/pf.c
2505
LIST_FOREACH(endpoint, &uh->endpoints, entry) {
sys/netpfil/pf/pf.c
2506
if (bcmp(endpoint, key, sizeof(struct pf_udp_endpoint_cmp)) == 0 &&
sys/netpfil/pf/pf.c
2507
bcmp(endpoint, &endpoint->mapping->endpoints[0],
sys/netpfil/pf/pf.c
2511
if (endpoint == NULL) {
sys/netpfil/pf/pf.c
2515
refcount_acquire(&endpoint->mapping->refs);
sys/netpfil/pf/pf.c
2517
return (endpoint->mapping);
usr.sbin/usbdump/usbdump.c
180
puf->endpoint = usb_filt_ep;
usr.sbin/usbdump/usbdump.c
219
if (puf->endpoint != -1) {
usr.sbin/usbdump/usbdump.c
230
BPF_JMP | BPF_JEQ | BPF_K, htobe32(puf->endpoint), 0, 1);
usr.sbin/usbdump/usbdump.c
241
if (puf->endpoint != -1) {
usr.sbin/usbdump/usbdump.c
246
BPF_JMP | BPF_JEQ | BPF_K, htobe32(puf->endpoint), 0, 1);
usr.sbin/usbdump/usbdump.c
264
match_filter(int unit, int endpoint)
usr.sbin/usbdump/usbdump.c
273
(puf->endpoint == -1 || puf->endpoint == endpoint))
usr.sbin/usbdump/usbdump.c
74
int endpoint;