Searched defs:pending (Results 151 - 175 of 192) sorted by relevance

12345678

/netbsd-current/external/gpl3/binutils.old/dist/binutils/
H A Dstabs.c86 struct stab_pending_var *pending; member in struct:stab_handle
[all...]
/netbsd-current/external/gpl3/binutils/dist/binutils/
H A Dstabs.c86 struct stab_pending_var *pending; member in struct:stab_handle
[all...]
/netbsd-current/sys/external/bsd/drm/dist/shared-core/
H A Dmach64_drv.h88 struct list_head pending; /* Buffers pending completion */ member in struct:drm_mach64_private
[all...]
/netbsd-current/external/mit/xorg/lib/libxcb/files/
H A Drandr.c1411 xcb_randr_configure_output_property_checked(xcb_connection_t *c, xcb_randr_output_t output, xcb_atom_t property, uint8_t pending, uint8_t range, uint32_t values_len, const int32_t *values) argument
1451 xcb_randr_configure_output_property(xcb_connection_t *c, xcb_randr_output_t output, xcb_atom_t property, uint8_t pending, uint8_t range, uint32_t values_len, const int32_t *values) argument
1739 xcb_randr_get_output_property(xcb_connection_t *c, xcb_randr_output_t output, xcb_atom_t property, xcb_atom_t type, uint32_t long_offset, uint32_t long_length, uint8_t _delete, uint8_t pending) argument
1778 xcb_randr_get_output_property_unchecked(xcb_connection_t *c, xcb_randr_output_t output, xcb_atom_t property, xcb_atom_t type, uint32_t long_offset, uint32_t long_length, uint8_t _delete, uint8_t pending) argument
4558 xcb_randr_configure_provider_property_checked(xcb_connection_t *c, xcb_randr_provider_t provider, xcb_atom_t property, uint8_t pending, uint8_t range, uint32_t values_len, const int32_t *values) argument
4598 xcb_randr_configure_provider_property(xcb_connection_t *c, xcb_randr_provider_t provider, xcb_atom_t property, uint8_t pending, uint8_t range, uint32_t values_len, const int32_t *values) argument
4886 xcb_randr_get_provider_property(xcb_connection_t *c, xcb_randr_provider_t provider, xcb_atom_t property, xcb_atom_t type, uint32_t long_offset, uint32_t long_length, uint8_t _delete, uint8_t pending) argument
4925 xcb_randr_get_provider_property_unchecked(xcb_connection_t *c, xcb_randr_provider_t provider, xcb_atom_t property, xcb_atom_t type, uint32_t long_offset, uint32_t long_length, uint8_t _delete, uint8_t pending) argument
[all...]
H A Drandr.h577 uint8_t pending; member in struct:xcb_randr_query_output_property_reply_t
595 uint8_t pending; member in struct:xcb_randr_configure_output_property_request_t
656 uint8_t pending; member in struct:xcb_randr_get_output_property_request_t
1307 uint8_t pending; member in struct:xcb_randr_query_provider_property_reply_t
1325 uint8_t pending; member in struct:xcb_randr_configure_provider_property_request_t
1386 uint8_t pending; member in struct:xcb_randr_get_provider_property_request_t
[all...]
/netbsd-current/external/bsd/wpa/dist/wpa_supplicant/
H A Dwpa_supplicant.c992 int pending = 0; local
[all...]
/netbsd-current/sys/external/bsd/drm/dist/bsd-core/
H A DdrmP.h493 __volatile__ int pending; /* On hardware DMA queue */ member in struct:drm_buf
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dsched-deps.c2494 /* Flush all pending reads and writes to prevent the pending lists local
2625 rtx_insn_list *pending; local
3007 rtx_insn_list *pending; local
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dsched-deps.cc2494 /* Flush all pending reads and writes to prevent the pending lists local
2610 rtx_insn_list *pending; local
2992 rtx_insn_list *pending; local
[all...]
/netbsd-current/external/mit/isl/dist/
H A Disl_ast_codegen.c159 isl_set *guard, *pending; local
[all...]
/netbsd-current/sys/dev/ic/
H A Daic7xxx.c6168 int pending; local
[all...]
H A Daic79xx.c8150 int pending; local
[all...]
/netbsd-current/external/mpl/bind/dist/lib/isc/netmgr/
H A Dhttp.c1103 const size_t pending = local
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/misc/
H A Dpo-mode.el[all...]
/netbsd-current/sys/net/
H A Dzlib.c374 int pending; /* nb of bytes in the pending buffer */ member in struct:deflate_state
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libgfortran/io/
H A Dio.h431 GFC_INTEGER_4 *pending; member in struct:__anon1340
/netbsd-current/crypto/external/bsd/openssl.old/dist/ssl/
H A Dssl_lib.c1494 size_t pending = s->method->ssl_pending(s); local
/netbsd-current/external/gpl3/gdb.old/dist/sim/mips/
H A Dsim-main.h446 pending_write_queue pending; member in struct:_sim_cpu
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dinfrun.c5702 struct thread_info *pending; local
[all...]
/netbsd-current/external/gpl3/gcc/dist/libgfortran/io/
H A Dio.h435 GFC_INTEGER_4 *pending; member in struct:__anon1611
/netbsd-current/external/gpl3/gdb/dist/sim/mips/
H A Dsim-main.h450 pending_write_queue pending; member in struct:_sim_cpu
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dinfrun.c6007 struct thread_info *pending; local
[all...]
/netbsd-current/sys/dev/hyperv/
H A Dif_hvn.c2337 int pending = 0; local
/netbsd-current/sys/arch/arm/arm32/
H A Dpmap.c5287 u_int pending = atomic_swap_uint(&pmap->pm_shootdown_pending, 0); local
/netbsd-current/crypto/external/bsd/openssl/dist/ssl/
H A Dssl_lib.c1553 size_t pending = s->method->ssl_pending(s); local

Completed in 426 milliseconds

12345678