Home
last modified time | relevance | path

Searched refs:setup_data (Results 1 – 17 of 17) sorted by relevance

/external/u-boot/arch/x86/lib/
Dzimage.c100 struct setup_data *sd; in setup_device_tree()
113 size += sizeof(struct setup_data); in setup_device_tree()
114 sd = (struct setup_data *)malloc(size); in setup_device_tree()
120 sd->next = hdr->setup_data; in setup_device_tree()
124 hdr->setup_data = (unsigned long)sd; in setup_device_tree()
/external/libevent/test/
Dregress_listener.c86 if (data->setup_data && strstr((char*)data->setup_data, "ts")) { in regress_pick_a_port()
163 if (data->setup_data && strstr((char*)data->setup_data, "ts")) { in regress_listener_error()
Dregress_main.c261 data->setup_data = testcase->setup_data; in basic_test_setup()
317 data->legacy_test_fn = testcase->setup_data; in legacy_test_setup()
Dregress_bufferevent.c725 if (strstr((char*)data->setup_data, "defer")) { in test_bufferevent_connect()
728 if (strstr((char*)data->setup_data, "unlocked")) { in test_bufferevent_connect()
731 if (strstr((char*)data->setup_data, "lock")) { in test_bufferevent_connect()
736 if (!strcmp((char*)data->setup_data, "unset_connectex")) { in test_bufferevent_connect()
794 int flags = BEV_OPT_CLOSE_ON_FREE | (long)data->setup_data; in test_bufferevent_connect_fail_eventcb()
955 if (strstr((char*)data->setup_data, "pair")) in test_bufferevent_timeouts()
957 if (strstr((char*)data->setup_data, "filter")) in test_bufferevent_timeouts()
1128 if (strstr((char*)data->setup_data, "defer")) { in test_bufferevent_trigger()
1133 if (strstr((char*)data->setup_data, "postpone")) { in test_bufferevent_trigger()
Dtinytest.h58 void *setup_data; /**< Extra data usable by setup function */ member
Dregress_ssl.c408 type = (enum regress_openssl_type)data->setup_data; in regress_bufferevent_openssl()
527 type = (enum regress_openssl_type)data->setup_data; in acceptcb()
679 type = (enum regress_openssl_type)data->setup_data; in regress_bufferevent_openssl_connect()
Dregress.h78 void *setup_data; member
Dregress_thread.c188 if (data->setup_data && !strcmp(data->setup_data, "forking")) { in thread_basic()
Dregress_util.c1286 const int precise = strstr(data->setup_data, "precise") != NULL; in test_evutil_monotonic_res()
1287 const int fallback = strstr(data->setup_data, "fallback") != NULL; in test_evutil_monotonic_res()
1343 const int precise = strstr(data->setup_data, "precise") != NULL; in test_evutil_monotonic_prc()
1344 const int fallback = strstr(data->setup_data, "fallback") != NULL; in test_evutil_monotonic_prc()
Dregress.c3023 int one_at_a_time = data->setup_data != NULL; in test_many_events()
3221 int cached_time_disable = strstr(data->setup_data, "disable") != NULL; in test_gettimeofday_cached()
3237 cached_time_reset = strstr(data->setup_data, "reset") != NULL; in test_gettimeofday_cached()
3238 cached_time_sleep = strstr(data->setup_data, "sleep") != NULL; in test_gettimeofday_cached()
Dregress_buffer.c928 const char *impl = testdata->setup_data; in test_evbuffer_add_file()
2488 return testcase->setup_data; in setup_passthrough()
Dregress_http.c1425 (enum http_cancel_test_type)data->setup_data; in http_cancel_test()
/external/u-boot/arch/x86/include/asm/
Dbootparam.h20 struct setup_data { struct
68 __u64 setup_data; member
/external/kernel-headers/original/uapi/asm-x86/asm/
Dbootparam.h43 struct setup_data { struct
85 __u64 setup_data; member
/external/u-boot/drivers/usb/gadget/
Dci_udc.h123 unsigned char setup_data[8]; member
Dci_udc.c675 memcpy(&r, head->setup_data, sizeof(struct usb_ctrlrequest)); in handle_setup()
/external/avb/examples/uefi/
Duefi_avb_boot.c76 UINT64 setup_data; member