Searched defs:handle (Results 326 - 350 of 1084) sorted by relevance

<<11121314151617181920>>

/netbsd-current/crypto/external/cpl/trousers/dist/src/tspi/
H A Dtsp_aik.c38 TCS_HANDLE *handles, handle; local
H A Dtsp_audit.c191 TCS_HANDLE *handles, handle; local
H A Dtsp_migration.c43 TCS_HANDLE *handles, handle; local
132 TCS_HANDLE *handles, handle; local
H A Dobj.c88 obj_list_get_obj(struct obj_list *list, UINT32 handle) argument
[all...]
/netbsd-current/external/bsd/libbind/dist/nameser/
H A Dns_newmsg.c34 ns_newmsg_init(u_char *buffer, size_t bufsiz, ns_newmsg *handle) { argument
53 ns_newmsg_copy(ns_newmsg *handle, ns_msg *msg) argument
93 ns_newmsg_id(ns_newmsg *handle, u_int16_t id) argument
102 ns_newmsg_flag(ns_newmsg *handle, ns_flag flag, u_int value) argument
115 ns_newmsg_q(ns_newmsg *handle, ns_nname_ct qname, ns_type qtype, ns_class qclass) argument
148 ns_newmsg_rr(ns_newmsg *handle, ns_sect sect, ns_nname_ct name, ns_type type, ns_class rr_class, u_int32_t ttl, u_int16_t rdlen, const u_char *rdata) argument
190 ns_newmsg_done(ns_newmsg *handle) argument
212 rdcpy(ns_newmsg *handle, ns_type type, const u_char *rdata, size_t rdlen) argument
[all...]
/netbsd-current/external/gpl2/lvm2/dist/tools/
H A Dpolldaemon.c199 _poll_vg(struct cmd_context *cmd, const char *vgname, struct volume_group *vg, void *handle) argument
/netbsd-current/lib/libc/rpc/
H A Dclnt_generic.c160 void *handle; local
[all...]
/netbsd-current/sys/dev/cardbus/
H A Dcardbus_map.c235 bus_space_handle_t handle; local
311 cardbus_mapreg_unmap(struct cardbus_softc *sc, int func, int reg, bus_space_tag_t tag, bus_space_handle_t handle, bus_size_t size) argument
/netbsd-current/sys/arch/playstation2/ee/
H A Ddmac.c238 dmac_intr_disestablish(void *handle) argument
/netbsd-current/usr.sbin/sdpd/
H A Dsdpd.h74 uint32_t handle; /* ServiceRecord handle */ member in struct:record
111 uint32_t handle; /* next ServiceRecordHandle */ member in struct:server
/netbsd-current/sys/arch/dreamcast/dev/g1/
H A Dg1bus_bus_mem.c150 g1bus_bus_mem_subregion(void *v, bus_space_handle_t handle, bus_size_t offset, argument
/netbsd-current/external/bsd/libpcap/dist/msdos/
H A Dpkt_rx0.asm48 handle dw 0 ; handle for upcall define
/netbsd-current/crypto/external/cpl/trousers/dist/src/tcs/
H A Dtcs_context.c80 get_context(TCS_CONTEXT_HANDLE handle) argument
94 get_previous_context(TCS_CONTEXT_HANDLE handle) argument
110 destroy_context(TCS_CONTEXT_HANDLE handle) argument
[all...]
H A Dtcs_evlog_imaem.c63 ima_open(void *source, FILE **handle) argument
78 ima_get_entries_by_pcr(FILE *handle, UINT32 pcr_index, UINT32 first, argument
229 ima_get_entry(FILE *handle, UINT32 pcr_index, UINT32 *num, TSS_PCR_EVENT **ppEvent) argument
352 ima_close(FILE *handle) argument
/netbsd-current/external/bsd/wpa/dist/src/drivers/
H A Ddriver_nl80211_android.c185 int android_nl_socket_set_nonblocking(struct nl_handle *handle) argument
/netbsd-current/external/bsd/wpa/dist/src/eap_peer/
H A Deap_methods.c186 void *handle; local
236 void *handle; local
355 void *handle; local
[all...]
/netbsd-current/sys/arch/arm/imx/
H A Dimx23_space.c156 imx23_bs_unmap(void *space, bus_space_handle_t handle, bus_size_t size) argument
167 imx23_bs_subregion(void *space, bus_space_handle_t handle, argument
184 imx23_bs_free(void *space, bus_space_handle_t handle, bus_size_t size) argument
190 imx23_bs_vaddr(void *space, bus_space_handle_t handle) argument
203 imx23_bs_barrier(void *space, bus_space_handle_t handle, argument
/netbsd-current/sys/arch/dreamcast/dev/g2/
H A Dg2rtc.c122 g2rtc_todr_gettime(todr_chip_handle_t handle, struct timeval *tv) argument
152 g2rtc_todr_settime(todr_chip_handle_t handle, struct timeval *tv) argument
/netbsd-current/sys/external/bsd/vchiq/dist/interface/vchiq_arm/
H A Dvchiq_kern_lib.c309 vchiq_queue_bulk_transmit(VCHIQ_SERVICE_HANDLE_T handle, argument
319 vchiq_queue_bulk_receive(VCHIQ_SERVICE_HANDLE_T handle, void *data, argument
329 vchiq_bulk_transmit(VCHIQ_SERVICE_HANDLE_T handle, void *data, argument
354 vchiq_bulk_receive(VCHIQ_SERVICE_HANDLE_T handle, void *data, unsigned int size, void *userdata, VCHIQ_BULK_MODE_T mode) argument
379 vchiq_blocking_bulk_transfer(VCHIQ_SERVICE_HANDLE_T handle, void *data, unsigned int size, VCHIQ_BULK_DIR_T dir) argument
[all...]
/netbsd-current/external/mit/libuv/dist/docs/code/multi-echo-server/
H A Dmain.c26 void alloc_buffer(uv_handle_t *handle, size_t suggested_size, uv_buf_t *buf) { argument
/netbsd-current/external/mit/libuv/dist/docs/code/uvwget/
H A Dmain.c30 void curl_close_cb(uv_handle_t *handle) { argument
51 CURL *handle = curl_easy_init(); local
/netbsd-current/external/mit/libuv/dist/test/
H A Dbenchmark-ping-pongs.c79 static void pinger_close_cb(uv_handle_t* handle) { argument
H A Dbenchmark-spawn.c60 static void process_close_cb(uv_handle_t* handle) { argument
76 static void on_alloc(uv_handle_t* handle, argument
H A Dtest-tcp-close-accept.c45 static void close_cb(uv_handle_t* handle) { argument
81 static void alloc_cb(uv_handle_t* handle, size_t size, uv_buf_t* buf) { argument
H A Dtest-udp-ipv6.c65 static void alloc_cb(uv_handle_t* handle, argument
75 static void close_cb(uv_handle_t* handle) { argument
109 static void ipv6_recv_fail(uv_udp_t* handle, argument
121 ipv6_recv_ok(uv_udp_t* handle, ssize_t nread, const uv_buf_t* buf, const struct sockaddr* addr, unsigned flags) argument
[all...]

Completed in 188 milliseconds

<<11121314151617181920>>