Searched refs:setup_data (Results 1 – 17 of 17) sorted by relevance
/external/u-boot/arch/x86/lib/ |
D | zimage.c | 100 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/ |
D | regress_listener.c | 86 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()
|
D | regress_main.c | 261 data->setup_data = testcase->setup_data; in basic_test_setup() 317 data->legacy_test_fn = testcase->setup_data; in legacy_test_setup()
|
D | regress_bufferevent.c | 725 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()
|
D | tinytest.h | 58 void *setup_data; /**< Extra data usable by setup function */ member
|
D | regress_ssl.c | 408 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()
|
D | regress.h | 78 void *setup_data; member
|
D | regress_thread.c | 188 if (data->setup_data && !strcmp(data->setup_data, "forking")) { in thread_basic()
|
D | regress_util.c | 1286 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()
|
D | regress.c | 3023 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()
|
D | regress_buffer.c | 928 const char *impl = testdata->setup_data; in test_evbuffer_add_file() 2488 return testcase->setup_data; in setup_passthrough()
|
D | regress_http.c | 1425 (enum http_cancel_test_type)data->setup_data; in http_cancel_test()
|
/external/u-boot/arch/x86/include/asm/ |
D | bootparam.h | 20 struct setup_data { struct 68 __u64 setup_data; member
|
/external/kernel-headers/original/uapi/asm-x86/asm/ |
D | bootparam.h | 43 struct setup_data { struct 85 __u64 setup_data; member
|
/external/u-boot/drivers/usb/gadget/ |
D | ci_udc.h | 123 unsigned char setup_data[8]; member
|
D | ci_udc.c | 675 memcpy(&r, head->setup_data, sizeof(struct usb_ctrlrequest)); in handle_setup()
|
/external/avb/examples/uefi/ |
D | uefi_avb_boot.c | 76 UINT64 setup_data; member
|