/external/qemu/ |
D | charpipe.c | 269 CharDriverState* endpoint; /* NULL if closed */ member 285 cbuf->endpoint = NULL; in charbuffer_close() 287 if (cbuf->endpoint != NULL) { in charbuffer_close() 288 qemu_chr_close(cbuf->endpoint); in charbuffer_close() 289 cbuf->endpoint = NULL; in charbuffer_close() 297 CharDriverState* peer = cbuf->endpoint; in charbuffer_write() 348 CharDriverState* peer = cbuf->endpoint; in charbuffer_poll() 391 qemu_chr_add_handlers( cbuf->endpoint, in charbuffer_update_handlers() 400 charbuffer_init( CharBuffer* cbuf, CharDriverState* endpoint ) in charbuffer_init() argument 406 cbuf->endpoint = endpoint; in charbuffer_init() [all …]
|
D | charpipe.h | 28 extern CharDriverState* qemu_chr_open_buffer( CharDriverState* endpoint );
|
D | usb-linux.c | 450 urb->endpoint = p->devep | 0x80; in usb_host_handle_data() 452 urb->endpoint = p->devep; in usb_host_handle_data() 455 ret = ioctl(s->fd, USBDEVFS_CLEAR_HALT, &urb->endpoint); in usb_host_handle_data() 458 urb->endpoint, errno); in usb_host_handle_data() 482 dprintf("husb: data submit. ep 0x%x len %u aurb %p\n", urb->endpoint, p->len, aurb); in usb_host_handle_data() 596 urb->endpoint = p->devep; in usb_host_handle_control()
|
/external/ipsec-tools/src/racoon/doc/ |
D | README.gssapi | 37 GSS endpoint attribute will be specified in the first SA sent. 38 However, if the initiator does specify a GSS endpoint attribute, 39 racoon will always respond with its own GSS endpoint name 64 insert the (variable-length) GSS endpoint name attribute. 85 the config file must be used, as Windows 2000 expects the GSS endpoint 87 because the spec describes the GSS endpoint name sent by W2K as
|
/external/qemu/docs/ |
D | CHAR-DEVICES.TXT | 157 given CS object, called the endpoint. You can create one with: 160 CharDriverState* qemu_chr_open_buffer( CharDriverState* endpoint ); 163 that is sent to it, but cannot be sent to the endpoint yet. On each event loop 164 iteration, the CharBuffer will try to send data to the endpoint until it 171 same on the endpoint. Any endpoint-initiated calls to can_read()/read()
|
/external/ppp/pppd/ |
D | lcp.c | 314 if (str_to_epdisc(&lcp_wantoptions[0].endpoint, *argv)) { 328 printer(arg, "%s", epdisc_to_str(&lcp_wantoptions[0].endpoint)); 676 (go->neg_endpoint? CILEN_CHAR + go->endpoint.length: 0)); 753 ADDCIENDP(CI_EPDISC, go->neg_endpoint, go->endpoint.class, 754 go->endpoint.value, go->endpoint.length); 902 ACKCIENDP(CI_EPDISC, go->neg_endpoint, go->endpoint.class, 903 go->endpoint.value, go->endpoint.length); 1451 REJCIENDP(CI_EPDISC, neg_endpoint, go->endpoint.class, 1452 go->endpoint.value, go->endpoint.length); 1804 ho->endpoint.class = cichar; [all …]
|
D | lcp.h | 96 struct epdisc endpoint; /* endpoint discriminator */ member
|
D | multilink.c | 96 wo->neg_endpoint = get_default_epdisc(&wo->endpoint); in mp_check_options() 156 l += 3 * ho->endpoint.length + 8; in mp_join_bundle() 169 epdisc_to_str(&ho->endpoint)); in mp_join_bundle()
|
/external/opencore/baselibs/gen_data_structures/src/ |
D | rtsp_range_utils.cpp | 44 const char *endpoint; in parse_range_integer() local 48 endpoint = start + max_digits; in parse_range_integer() 52 endpoint = end; in parse_range_integer() 59 for (eptr = sptr; eptr < endpoint && in parse_range_integer() 64 eptr = endpoint; in parse_range_integer()
|
/external/webkit/WebCore/rendering/ |
D | RenderBlockLineLayout.cpp | 370 InlineIterator& endpoint = midpoints[lineMidpointState.numMidpoints - 2]; in checkMidpoints() local 372 InlineIterator currpoint = endpoint; in checkMidpoints() 378 if (endpoint.obj->style()->collapseWhiteSpace()) { in checkMidpoints() 379 if (endpoint.obj->isText()) { in checkMidpoints() 381 RenderText* textObj = toRenderText(endpoint.obj); in checkMidpoints() 382 if (endpoint.pos + 1 < textObj->textLength()) { in checkMidpoints() 383 if (textObj->characters()[endpoint.pos+1] == softHyphen) in checkMidpoints() 391 endpoint.pos--; in checkMidpoints()
|
/external/webkit/V8Binding/v8/src/ |
D | objects.cc | 4333 int endpoint = length - kStepSize; in CompareRawStringContents() local 4335 for (; i <= endpoint; i += kStepSize) { in CompareRawStringContents()
|
/external/webkit/WebCore/ |
D | ChangeLog-2007-10-14 | 7832 the Range constructor here. The position [hr, 0] is not a valid DOM Range endpoint 10625 has an endpoint in the delete button DOM, because it removes that DOM 10638 removing the delete button, so the endpoint is where the delete button was, 10639 rather than having an endpoint that's not in the document. 59786 documents, so this code is only necessary for one endpoint.
|
D | ChangeLog-2003-10-25 | 10697 an off-by-one error with the endpoint I set up. I used a position
|
D | ChangeLog-2005-08-23 | 32295 calculates the downstream position to use as the endpoint for the deletion, and
|
D | ChangeLog-2009-06-16 | 28188 (WebCore::MediaPlayerPrivate::didEnd): No more endpoint timer.
|