Searched refs:ep (Results 1 - 25 of 40) sorted by path

12

/haiku/headers/cpp/
H A Dstreambuf.h320 void setp(char* p, char* ep) argument
321 { _IO_write_base=_IO_write_ptr=p; _IO_write_end=ep; }
/haiku/src/add-ons/kernel/busses/scsi/usb/
H A Dusb_scsi.c240 size_t ep = 0;
241 for(; ep < uii->endpoint_count; ep++){
242 usb_endpoint_descriptor *ed = uii->endpoint[ep].descr;
243 TRACE("try endpoint:%d %x %x %x\n", ep, (int32)ed->attributes, (int32)ed->endpoint_address, uii->endpoint[ep].handle);
246 epts[epIn] = ep;
248 epts[epOut] = ep;
252 epts[epIntr] = ep;
/haiku/src/add-ons/kernel/drivers/network/wlan/marvell88w8363/dev/mwl/
H A Dmwlhal.c2537 const uint8_t *fp, *ep; local
2605 for (fp = fmdata, ep = fp + fmsize; fp < ep; ) {
2630 if (blocksize > ep - fp) {
2632 blocksize = ep - fp;
2641 for (fp = fmdata, ep = fp + fmsize; fp < ep;) {
2642 nbytes = ep - fp;
/haiku/src/add-ons/print/transports/hp_jetdirect/
H A DSetupWindow.cpp129 BNetEndpoint* ep = new(std::nothrow) BNetEndpoint(SOCK_STREAM); local
130 if (ep != NULL && ep->InitCheck() == B_NO_ERROR) {
136 if (ep->Connect(fServerAddress->Text(), port) != B_OK) {
143 delete ep;
151 delete ep;
154 delete ep;
/haiku/src/bin/network/telnet/
H A Dcommands.c1632 struct env_lst *ep;
1634 for (ep = envlisthead.next; ep; ep = ep->next) {
1635 if (strcmp(ep->var, var) == 0)
1636 return(ep);
1646 struct env_lst *ep;
1651 ep = env_define((unsigned char *)*epp,
1653 ep
1624 struct env_lst *ep; local
1638 struct env_lst *ep; local
1683 struct env_lst *ep; local
1708 struct env_lst *ep; local
1725 struct env_lst *ep; local
1734 struct env_lst *ep; local
1743 struct env_lst *ep; local
1769 struct env_lst *ep; local
1798 struct env_lst *ep; local
2856 char *cp, *cp2, *lsrp, *ep; local
[all...]
H A Dmain.c122 char *ep; local
205 ultmp = strtoul(optarg, &ep, 0);
206 if (*ep || ep == optarg || ultmp > MAXTOS)
H A Dtelnet.c1426 unsigned char *ep = 0, *epc = 0;
1458 if (ep) {
1460 env_opt_add(ep);
1462 ep = epc = &buf[i+1];
1473 if (ep) {
1475 env_opt_add(ep);
1524 env_opt_add(unsigned char *ep)
1531 if (ep == NULL || *ep == '\0') {
1534 while ((ep
1422 unsigned char *ep = 0, *epc = 0; local
1520 env_opt_add(unsigned char *ep) argument
1597 opt_welldefined(const char *ep) argument
[all...]
/haiku/src/bin/network/telnetd/
H A Dtelnetd.c141 char *ep; local
286 ultmp = strtoul(optarg, &ep, 0);
287 if (*ep || ep == optarg || ultmp > MAXTOS)
/haiku/src/kits/tracker/
H A DRegExp.cpp987 const char **ep; local
994 ep = prog->endp;
997 *ep++ = NULL;
/haiku/src/libs/libtelnet/
H A Dencrypt.c151 Encryptions *ep = encryptions; local
155 while (ep->type && ep->type != type)
156 ++ep;
157 return(ep->type ? ep : 0);
163 Encryptions *ep = encryptions; local
167 while (ep->type && ep->type != type)
168 ++ep;
190 Encryptions *ep = encryptions; local
223 Encryptions *ep = encryptions; local
248 Encryptions *ep; local
281 Encryptions *ep; local
486 Encryptions *ep; local
525 Encryptions *ep; local
569 Encryptions *ep; local
617 Encryptions *ep; local
653 Encryptions *ep = encryptions; local
720 Encryptions *ep; local
802 Encryptions *ep; local
942 Encryptions *ep; local
[all...]
/haiku/src/system/libnetwork/netresolv/inet/
H A Dinet_neta.c58 char *ep; local
69 ep = dst + size;
70 if (ep <= dst)
77 advance = snprintf(dst, (size_t)(ep - dst), "%u", b);
78 if (advance <= 0 || advance >= ep - dst)
82 if (dst + 1 >= ep)
/haiku/src/system/libnetwork/netresolv/resolv/
H A Dres_mkquery.c113 register u_char *cp, *ep; local
138 ep = buf + buflen;
149 if (ep - cp < QFIXEDSZ)
151 if ((n = dn_comp(dname, cp, (int)(ep - cp - QFIXEDSZ), dnptrs,
165 if ((ep - cp) < RRFIXEDSZ)
167 n = dn_comp((const char *)data, cp, (int)(ep - cp - RRFIXEDSZ),
187 if (ep - cp < 1 + RRFIXEDSZ + datalen)
223 register u_char *cp, *ep; local
233 ep = buf + buflen;
235 if ((ep
282 register u_char *cp, *ep; local
[all...]
/haiku/src/system/libroot/posix/glibc/extensions/
H A Dgetopt_init.c50 char *cp, **ep; local
62 for (ep = env; *ep != NULL; ++ep)
63 if ((*ep)[0] == '_'
64 && __builtin_expect (strncmp (*ep + 1, cp, len) == 0, 0))
67 char **dp = ep;
68 __getopt_nonoption_flags = &(*ep)[len];
/haiku/src/add-ons/kernel/busses/usb/
H A Dxhci.cpp2150 XHCI::ConfigureEndpoint(xhci_endpoint* ep, uint8 slot, uint8 number, uint8 type, argument
2227 qwendpoint2 |= ENDPOINT_2_DCS_BIT | ep->trb_addr;
2231 ep->max_burst_payload = (maxBurst + 1) * maxPacketSize;
2232 if (ep->max_burst_payload == 0) {
2249 dwendpoint4 |= ENDPOINT_4_AVGTRBLENGTH(ep->max_burst_payload);
H A Dxhci.h140 status_t ConfigureEndpoint(xhci_endpoint* ep, uint8 slot,
145 uint8 _GetEndpointState(xhci_endpoint* ep);
/haiku/src/add-ons/kernel/drivers/bluetooth/h2/h2generic/
H A Dh2generic.cpp241 const usb_endpoint_info* ep; local
322 ep = &uif->endpoint[e];
323 switch (ep->descr->attributes & USB_ENDPOINT_ATTR_MASK) {
325 if (ep->descr->endpoint_address & USB_ENDPOINT_ADDR_DIR_IN)
327 new_bt_dev->intr_in_ep = ep;
329 = ep->descr->max_packet_size;
337 if (ep->descr->endpoint_address & USB_ENDPOINT_ADDR_DIR_IN) {
338 new_bt_dev->bulk_in_ep = ep;
340 = ep->descr->max_packet_size;
343 new_bt_dev->bulk_out_ep = ep;
[all...]
/haiku/src/add-ons/kernel/drivers/network/ether/dec21xxx/dev/de/
H A Dif_de.c2476 const u_int8_t *ep; local
2484 ep = dp + length;
2718 dp = ep;
/haiku/src/add-ons/kernel/drivers/network/ether/pegasus/
H A Ddriver.c272 size_t ep = 0; local
273 for(; ep < uii->endpoint_count; ep++){
274 usb_endpoint_descriptor *ed = uii->endpoint[ep].descr;
275 DPRINTF_INFO("try endpoint:%ld %x %x %lx\n", ep, ed->attributes,
276 ed->endpoint_address, uii->endpoint[ep].handle);
280 epts[0] = ep;
282 epts[1] = ep;
285 epts[2] = ep;
/haiku/src/add-ons/kernel/drivers/network/ether/usb_asix/
H A DASIXDevice.cpp481 for (size_t ep = 0; ep < interface->endpoint_count; ep++) {
482 usb_endpoint_descriptor *epd = interface->endpoint[ep].descr;
485 notifyEndpoint = ep;
498 readEndpoint = ep;
504 writeEndpoint = ep;
/haiku/src/add-ons/kernel/drivers/network/ether/usb_davicom/
H A DDavicomDevice.cpp563 for (size_t ep = 0; ep < interface->endpoint_count; ep++) {
564 usb_endpoint_descriptor *epd = interface->endpoint[ep].descr;
568 notifyEndpoint = ep;
583 readEndpoint = ep;
590 writeEndpoint = ep;
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5212/
H A Dar2316.c258 const int16_t *ep = lp+listSize; local
268 if (target >= ep[-1]) {
274 for (tp = lp; tp < ep; tp++) {
H A Dar2317.c235 const int16_t *ep = lp+listSize; local
245 if (target >= ep[-1]) {
251 for (tp = lp; tp < ep; tp++) {
H A Dar2413.c252 const uint16_t *ep = lp+listSize; local
262 if (target >= ep[-1]) {
268 for (tp = lp; tp < ep; tp++) {
H A Dar2425.c253 const uint16_t *ep = lp+listSize; local
263 if (target >= ep[-1]) {
269 for (tp = lp; tp < ep; tp++) {
H A Dar5112.c571 uint16_t *ep = lp+listSize; local
581 if (target >= ep[-1]) {
587 for (tp = lp; tp < ep; tp++) {

Completed in 205 milliseconds

12