/kernel/linux/linux-6.6/tools/tracing/rtla/src/ |
H A D | utils.h | 15 #define container_of(ptr, type, member)({ \ 16 const typeof(((type *)0)->member) *__mptr = (ptr); \
|
/kernel/linux/linux-6.6/security/tomoyo/ |
H A D | environ.c | 14 * @ptr: Pointer to "struct tomoyo_acl_info". 19 const struct tomoyo_acl_info *ptr) in tomoyo_check_env_acl() 22 container_of(ptr, typeof(*acl), head); in tomoyo_check_env_acl() 18 tomoyo_check_env_acl(struct tomoyo_request_info *r, const struct tomoyo_acl_info *ptr) tomoyo_check_env_acl() argument
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/ |
H A D | cb_refs.c | 8 struct prog_test_ref_kfunc __kptr *ptr; member 61 p = bpf_kptr_xchg(&v->ptr, p); in leak_prog()
|
/kernel/liteos_a/kernel/base/include/ |
H A D | los_queue_pri.h | 149 #define GET_QUEUE_LIST(ptr) LOS_DL_LIST_ENTRY(ptr, LosQueueCB, readWriteList[OS_QUEUE_WRITE])
|
/kernel/liteos_m/kal/posix/src/ |
H A D | mqueue_impl.h | 107 #define GET_QUEUE_LIST(ptr) LOS_DL_LIST_ENTRY(ptr, LosQueueCB, readWriteList[OS_QUEUE_WRITE])
|
/kernel/liteos_m/kernel/include/ |
H A D | los_mux.h | 354 #define GET_MUX_LIST(ptr) LOS_DL_LIST_ENTRY(ptr, LosMuxCB, muxList)
|
H A D | los_sem.h | 333 #define GET_SEM_LIST(ptr) LOS_DL_LIST_ENTRY(ptr, LosSemCB, semList)
|
/kernel/uniproton/src/core/kernel/include/ |
H A D | prt_list_external.h | 84 #define COMPLEX_OF(ptr, type, field) ((type *)((uintptr_t)(ptr) - OFFSET_OF_FIELD(type, field))) 86 /* 根据成员地址得到控制块首地址, ptr成员地址, type控制块结构, field成员名 */
|
/kernel/linux/linux-6.6/net/openvswitch/ |
H A D | dp_notify.c | 60 void *ptr) in dp_device_event() 63 struct net_device *dev = netdev_notifier_info_to_dev(ptr); in dp_device_event() 59 dp_device_event(struct notifier_block *unused, unsigned long event, void *ptr) dp_device_event() argument
|
/third_party/curl/tests/libtest/ |
H A D | lib579.c | 69 static size_t read_callback(char *ptr, size_t size, size_t nmemb, void *userp) in read_callback() argument 81 memcpy(ptr, data, len); in read_callback()
|
H A D | lib1507.c | 41 static size_t read_callback(char *ptr, size_t size, size_t nmemb, void *userp) in read_callback() argument 43 (void)ptr; in read_callback()
|
H A D | lib1662.c | 32 static size_t read_callback(char *ptr, size_t size, size_t nmemb, void *userp) in read_callback() argument 41 memcpy(ptr, data, strlen(data)); in read_callback()
|
H A D | lib668.c | 35 static size_t read_callback(char *ptr, size_t size, size_t nmemb, void *userp) in read_callback() argument 45 memcpy(ptr, pooh->readptr, len); in read_callback()
|
H A D | lib667.c | 36 static size_t read_callback(char *ptr, size_t size, size_t nmemb, void *userp) in read_callback() argument 49 *ptr = *pooh->readptr; /* copy one single byte */ in read_callback()
|
H A D | lib1527.c | 36 static size_t read_callback(char *ptr, size_t size, size_t nmemb, void *stream) in read_callback() argument 43 memcpy(ptr, data, strlen(data)); in read_callback()
|
H A D | lib547.c | 36 static size_t readcallback(char *ptr, in readcallback() argument 52 strcpy(ptr, UPLOADTHIS); in readcallback()
|
H A D | lib553.c | 35 static size_t myreadfunc(char *ptr, size_t size, size_t nmemb, void *stream) in myreadfunc() argument 50 memcpy(ptr, buf, size); in myreadfunc()
|
H A D | lib1526.c | 36 static size_t read_callback(char *ptr, size_t size, size_t nmemb, void *stream) in read_callback() argument 43 memcpy(ptr, data, strlen(data)); in read_callback()
|
H A D | lib1525.c | 37 static size_t read_callback(char *ptr, size_t size, size_t nmemb, void *stream) in read_callback() argument 44 memcpy(ptr, data, strlen(data)); in read_callback()
|
H A D | lib510.c | 41 static size_t read_callback(char *ptr, size_t size, size_t nmemb, void *userp) in read_callback() argument 57 memcpy(ptr, data, len); in read_callback()
|
H A D | lib1591.c | 37 static size_t read_callback(char *ptr, size_t size, size_t nmemb, void *stream) in read_callback() argument 51 memcpy(ptr, data, amount); in read_callback()
|
H A D | lib3102.c | 84 static size_t wrfu(void *ptr, size_t size, size_t nmemb, void *stream) in wrfu() argument 87 (void)ptr; in wrfu()
|
/third_party/ffmpeg/libavcodec/ |
H A D | zlib_wrapper.c | 35 static void free_wrapper(void *opaque, void *ptr) in free_wrapper() argument 37 av_free(ptr); in free_wrapper()
|
/third_party/ffmpeg/libavformat/ |
H A D | subviewer1dec.c | 36 const unsigned char *ptr = p->buf; in subviewer1_probe() local 38 if (strstr(ptr, "******** START SCRIPT ********")) in subviewer1_probe()
|
/third_party/gn/src/gn/ |
H A D | config_values_extractors.h | 47 return target_->configs()[cur_index_].ptr->resolved_values(); in cur() 65 return target_->configs()[cur_index_].ptr; in GetCurrentConfig()
|