/external/libdrm/ |
D | util_double_list.h | 110 #ifndef container_of 111 #define container_of(ptr, sample, member) \ macro 117 for (pos = container_of((head)->next, pos, member); \ 119 pos = container_of(pos->member.next, pos, member)) 122 for (pos = container_of((head)->next, pos, member), \ 123 storage = container_of(pos->member.next, pos, member); \ 125 pos = storage, storage = container_of(storage->member.next, storage, member)) 128 for (pos = container_of((head)->prev, pos, member), \ 129 storage = container_of(pos->member.prev, pos, member); \ 131 pos = storage, storage = container_of(storage->member.prev, storage, member)) [all …]
|
/external/mesa3d/src/util/ |
D | list.h | 173 #ifndef container_of 174 #define container_of(ptr, sample, member) \ macro 187 for (pos = NULL, pos = container_of((head)->next, pos, member); \ 189 pos = container_of(pos->member.next, pos, member)) 192 for (pos = NULL, pos = container_of((head)->next, pos, member), \ 193 storage = container_of(pos->member.next, pos, member); \ 195 pos = storage, storage = container_of(storage->member.next, storage, member)) 198 for (pos = NULL, pos = container_of((head)->prev, pos, member), \ 199 storage = container_of(pos->member.prev, pos, member); \ 201 pos = storage, storage = container_of(storage->member.prev, storage, member)) [all …]
|
/external/syslinux/gpxe/src/core/ |
D | downloader.c | 63 container_of ( refcnt, struct downloader, refcnt ); in downloader_free() 130 container_of ( job, struct downloader, job ); in downloader_job_kill() 145 container_of ( job, struct downloader, job ); in downloader_job_progress() 180 container_of ( xfer, struct downloader, xfer ); in downloader_xfer_deliver_iob() 216 container_of ( xfer, struct downloader, xfer ); in downloader_xfer_close()
|
D | resolv.c | 109 container_of ( process, struct numeric_resolv, process ); in numeric_step() 208 container_of ( resolv, struct resolv_mux, child ); in resolv_mux_done() 329 container_of ( xfer, struct named_socket, xfer ); in named_xfer_close() 354 container_of ( resolv, struct named_socket, resolv ); in named_resolv_done()
|
D | hw.c | 31 struct hw *hw = container_of ( xfer, struct hw, xfer ); in hw_xfer_close() 46 struct hw *hw = container_of ( process, struct hw, process ); in hw_step()
|
D | posix_io.c | 72 container_of ( refcnt, struct posix_file, refcnt ); in posix_file_free() 103 container_of ( xfer, struct posix_file, xfer ); in posix_file_xfer_close() 121 container_of ( xfer, struct posix_file, xfer ); in posix_file_xfer_deliver_iob()
|
/external/syslinux/gpxe/src/interface/efi/ |
D | efi_snp.c | 175 container_of ( snp, struct efi_snp_device, snp ); in efi_snp_start() 192 container_of ( snp, struct efi_snp_device, snp ); in efi_snp_stop() 212 container_of ( snp, struct efi_snp_device, snp ); in efi_snp_initialize() 239 container_of ( snp, struct efi_snp_device, snp ); in efi_snp_reset() 267 container_of ( snp, struct efi_snp_device, snp ); in efi_snp_shutdown() 292 container_of ( snp, struct efi_snp_device, snp ); in efi_snp_receive_filters() 319 container_of ( snp, struct efi_snp_device, snp ); in efi_snp_station_address() 352 container_of ( snp, struct efi_snp_device, snp ); in efi_snp_statistics() 397 container_of ( snp, struct efi_snp_device, snp ); in efi_snp_mcast_ip_to_mac() 431 container_of ( snp, struct efi_snp_device, snp ); in efi_snp_nvdata() [all …]
|
/external/kmod/libkmod/ |
D | libkmod-list.c | 202 return container_of(node, struct kmod_list, node); in kmod_list_remove() 225 return container_of(node, struct kmod_list, node); in kmod_list_remove_data() 268 return container_of(curr->node.prev, struct kmod_list, node); in kmod_list_prev() 293 return container_of(curr->node.next, struct kmod_list, node); in kmod_list_next() 313 return container_of(list->node.prev, struct kmod_list, node); in kmod_list_last()
|
/external/syslinux/gpxe/src/net/tcp/ |
D | ftp.c | 79 container_of ( refcnt, struct ftp_request, refcnt ); in ftp_free() 180 container_of ( control, struct ftp_request, control ); in ftp_control_close() 311 container_of ( control, struct ftp_request, control ); in ftp_control_deliver_raw() 387 container_of ( data, struct ftp_request, data ); in ftp_data_closed() 412 container_of ( data, struct ftp_request, data ); in ftp_data_deliver_iob() 448 container_of ( xfer, struct ftp_request, xfer ); in ftp_xfer_closed()
|
D | http.c | 96 container_of ( refcnt, struct http_request, refcnt ); in http_free() 361 container_of ( socket, struct http_request, socket ); in http_socket_deliver_iob() 419 container_of ( process, struct http_request, process ); in http_step() 480 container_of ( socket, struct http_request, socket ); in http_socket_close() 506 container_of ( xfer, struct http_request, xfer ); in http_xfer_close()
|
/external/syslinux/com32/include/ |
D | stddef.h | 24 #undef container_of 30 #define container_of(p, c, m) ((c *)((char *)(p) - offsetof(c,m))) macro
|
/external/syslinux/gpxe/src/net/udp/ |
D | slam.c | 156 container_of ( refcnt, struct slam_request, refcnt ); in slam_free() 314 container_of ( timer, struct slam_request, master_timer ); in slam_master_timer_expired() 338 container_of ( timer, struct slam_request, slave_timer ); in slam_slave_timer_expired() 484 container_of ( mc_socket, struct slam_request, mc_socket ); in slam_mc_socket_deliver() 567 container_of ( socket, struct slam_request, socket ); in slam_socket_deliver() 608 container_of ( socket, struct slam_request, socket ); in slam_socket_close() 634 container_of ( mc_socket, struct slam_request, mc_socket ); in slam_mc_socket_close() 666 container_of ( xfer, struct slam_request, xfer ); in slam_xfer_close()
|
/external/syslinux/gpxe/src/include/ |
D | stddef.h | 15 #undef container_of 16 #define container_of(ptr, type, member) ({ \ macro
|
/external/blktrace/btt/ |
D | list.h | 13 #ifndef container_of 21 #define container_of(ptr, type, member) ({ \ macro 147 container_of(ptr, type, member)
|
/external/syslinux/core/thread/ |
D | schedule.c | 49 nt = st = container_of(curr->list.next, struct thread, list); in __schedule() 65 nt = container_of(nt->list.next, struct thread, list); in __schedule()
|
/external/fio/ |
D | goptions.c | 474 struct gopt_int *i_inv = container_of(b_inv, struct gopt_int, gopt); in gopt_int_changed() 589 struct gopt_bool *b_inv = container_of(g_inv, struct gopt_bool, gopt); in gopt_bool_toggled() 880 g = container_of(gopt, struct gopt_str_val, gopt); in gopt_set_option() 892 i = container_of(gopt, struct gopt_int, gopt); in gopt_set_option() 905 c = container_of(gopt, struct gopt_combo, gopt); in gopt_set_option() 915 i = container_of(gopt, struct gopt_int, gopt); in gopt_set_option() 928 b = container_of(gopt, struct gopt_bool, gopt); in gopt_set_option() 941 c = container_of(gopt, struct gopt_combo, gopt); in gopt_set_option() 954 s = container_of(gopt, struct gopt_str, gopt); in gopt_set_option() 972 s = container_of(gopt, struct gopt_str, gopt); in gopt_set_option() [all …]
|
/external/syslinux/gpxe/src/net/infiniband/ |
D | ib_cmrc.c | 112 container_of ( process, struct ib_cmrc_connection, shutdown ); in ib_cmrc_shutdown() 275 container_of ( xfer, struct ib_cmrc_connection, xfer ); in ib_cmrc_xfer_deliver_iob() 334 container_of ( xfer, struct ib_cmrc_connection, xfer ); in ib_cmrc_xfer_window() 350 container_of ( xfer, struct ib_cmrc_connection, xfer ); in ib_cmrc_xfer_close()
|
/external/syslinux/gpxe/src/net/ |
D | netdev_settings.c | 58 struct net_device *netdev = container_of ( settings, struct net_device, in netdev_store() 82 struct net_device *netdev = container_of ( settings, struct net_device, in netdev_fetch()
|
D | aoe.c | 54 container_of ( refcnt, struct aoe_session, refcnt ); in aoe_free() 193 container_of ( timer, struct aoe_session, timer ); in aoe_timer_expired() 359 container_of ( ata->backend, struct aoe_session, refcnt ); in aoe_command() 401 container_of ( ata->backend, struct aoe_session, refcnt ); in aoe_detach()
|
/external/blktrace/ |
D | rbtree.h | 120 #define container_of(ptr, type, member) ({ \ macro 141 #define rb_entry(ptr, type, member) container_of(ptr, type, member)
|
/external/ltp/utils/ffsb-6.0-rc2/ |
D | list.h | 31 #define container_of(ptr, type, member) ({ \ macro 36 container_of(ptr, type, member)
|
/external/e2fsprogs/lib/ext2fs/ |
D | rbtree.h | 107 #define container_of(ptr, type, member) ({ \ macro 144 #define ext2fs_rb_entry(ptr, type, member) container_of(ptr, type, member)
|
/external/mesa3d/src/gallium/drivers/rbug/ |
D | rbug_core.c | 50 #define container_of(ptr, type, field) \ macro 76 rb_context = container_of(ptr, struct rbug_context, list); in rbug_get_context_locked() 92 tr_shdr = container_of(ptr, struct rbug_shader, list); in rbug_get_shader_locked() 188 tr_tex = container_of(ptr, struct rbug_resource, list); in rbug_texture_list() 211 tr_tex = container_of(ptr, struct rbug_resource, list); in rbug_texture_info() 260 tr_tex = container_of(ptr, struct rbug_resource, list); in rbug_texture_read() 307 rb_context = container_of(ptr, struct rbug_context, list); in rbug_context_list() 534 tr_shdr = container_of(ptr, struct rbug_shader, list); in rbug_shader_list()
|
/external/syslinux/gpxe/src/drivers/block/ |
D | srp.c | 376 container_of ( xfer, struct srp_device, socket ); in srp_xfer_deliver_iob() 416 container_of ( xfer, struct srp_device, socket ); in srp_xfer_close() 443 container_of ( scsi->backend, struct srp_device, refcnt ); in srp_command() 515 container_of ( scsi->backend, struct srp_device, refcnt ); in srp_detach()
|
/external/f2fs-tools/include/ |
D | list.h | 9 #define container_of(ptr, type, member) ({ \ macro 72 container_of(ptr, type, member)
|