OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:evpd
(Results
1 - 2
of
2
) sorted by null
/external/chromium/third_party/libevent/
evport.c
141
struct evport_data *
evpd
;
local
149
if (!(
evpd
= calloc(1, sizeof(struct evport_data))))
152
if ((
evpd
->ed_port = port_create()) == -1) {
153
free(
evpd
);
160
evpd
->ed_fds = calloc(DEFAULT_NFDS, sizeof(struct fd_info));
161
if (
evpd
->ed_fds == NULL) {
162
close(
evpd
->ed_port);
163
free(
evpd
);
166
evpd
->ed_nevents = DEFAULT_NFDS;
168
evpd
->ed_pending[i] = -1
402
struct evport_data *
evpd
= arg;
local
444
struct evport_data *
evpd
= arg;
local
504
struct evport_data *
evpd
= arg;
local
[
all
...]
/external/qemu/hw/
scsi-disk.c
454
BADF("Error: Inquiry (
EVPD
[%02X]) buffer size %d is "
463
DPRINTF("Inquiry
EVPD
[Supported pages] "
488
BADF("Error:
EVPD
[Serial number] Inquiry buffer "
493
DPRINTF("Inquiry
EVPD
[Serial number] buffer size %d\n", len);
521
DPRINTF("Inquiry
EVPD
[Device identification] "
545
BADF("Error: unsupported Inquiry (
EVPD
[%02X]) "
549
/* done with
EVPD
*/
Completed in 82 milliseconds