Searched defs:handle (Results 576 - 600 of 1084) sorted by relevance

<<21222324252627282930>>

/netbsd-current/external/gpl2/lvm2/dist/daemons/clvmd/
H A Dclvmd-cman.c197 static void event_callback(cman_handle_t handle, void *private, int reason, int arg) argument
248 static void data_callback(cman_handle_t handle, void *private, argument
/netbsd-current/sys/arch/ofppc/stand/ofwboot/
H A DLocore.c154 OF_getprop(int handle, char *prop, void *buf, int buflen) argument
182 OF_setprop(int handle, char *prop, void *buf, int len) argument
217 int handle; member in struct:__anon8837
242 OF_close(int handle) argument
248 int handle; member in struct:__anon8838
263 OF_write(int handle, void *addr, int len) argument
300 OF_read(int handle, void *addr, int len) argument
337 OF_seek(int handle, u_quad_t pos) argument
343 int handle; member in struct:__anon8841
608 OF_nextprop(int handle, const char *prop, void *nextprop) argument
[all...]
/netbsd-current/sys/dev/ic/
H A Di82365var.h154 struct pcic_handle handle[PCIC_NSLOTS]; member in struct:pcic_softc
H A Dtcic2var.h134 struct tcic_handle handle[TCIC_NSLOTS]; member in struct:tcic_softc
/netbsd-current/sys/dev/sbus/
H A Disp_sbus.c544 isp_sbus_dmateardown(ispsoftc_t *isp, XS_T *xs, uint32_t handle) argument
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/src/
H A Dx-glade.c157 void *handle; local
[all...]
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/hx509/
H A Dks_keychain.c175 CSSM_CC_HANDLE handle = 0; local
/netbsd-current/external/bsd/libpcap/dist/msdos/
H A Dpktdrvr.h55 WORD handle; /* Handle associated with session */ member in struct:__anon1283
94 WORD handle; /* instance that upcalled */ member in struct:__anon1286
/netbsd-current/crypto/external/cpl/trousers/dist/src/tcs/
H A Dtcs_pbg.c798 UINT32 *handle; local
827 UINT32 *handle = va_arg(ap, UINT32 *); local
846 UINT32 *handle = va_arg(ap, UINT32 *); local
[all...]
/netbsd-current/include/
H A Dnsswitch.h204 void *handle; /* handle from dlopen() */ member in struct:__anon16262
/netbsd-current/external/bsd/wpa/dist/src/wps/
H A Dhttpread.c729 httpread_create( int sd, void (*cb)(struct httpread *handle, void *cookie, enum httpread_event e), void *cookie, int max_bytes, int timeout_seconds ) argument
/netbsd-current/sys/sys/
H A Dtimepps.h191 time_pps_create(int filedes, pps_handle_t *handle) argument
199 time_pps_destroy(pps_handle_t handle) argument
206 time_pps_setparams(pps_handle_t handle, const pps_params_t *ppsparams) argument
213 time_pps_getparams(pps_handle_t handle, pps_params_t *ppsparams) argument
220 time_pps_getcap(pps_handle_t handle, int *mode) argument
227 time_pps_fetch(pps_handle_t handle, cons argument
235 time_pps_kcbind(pps_handle_t handle, const int kernel_consumer, const int edge, const int tsformat) argument
[all...]
/netbsd-current/sys/arch/sparc/stand/ofwboot/
H A Dofdev.c438 int handle, part, try = 0; local
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/utils/KillTheDoctor/
H A DKillTheDoctor.cpp87 explicit ScopedHandle(handle_type handle) argument
94 ScopedHandle& operator=(handle_type handle) { argument
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Dchangepw.c522 krb5_krbhst_handle handle = NULL; local
/netbsd-current/sys/external/bsd/vchiq/dist/interface/vchiq_arm/
H A Dvchiq_shim.c45 VCHIQ_SERVICE_HANDLE_T handle; member in struct:__anon243
97 int32_t vchi_msg_peek(VCHI_SERVICE_HANDLE_T handle, argument
132 int32_t vchi_msg_remove(VCHI_SERVICE_HANDLE_T handle) argument
159 int32_t vchi_msg_queue(VCHI_SERVICE_HANDLE_T handle, argument
202 vchi_bulk_queue_receive(VCHI_SERVICE_HANDLE_T handle, void *data_dst, uint32_t data_size, VCHI_FLAGS_T flags, void *bulk_handle) argument
261 vchi_bulk_queue_transmit(VCHI_SERVICE_HANDLE_T handle, void *data_src, uint32_t data_size, VCHI_FLAGS_T flags, void *bulk_handle) argument
321 vchi_msg_dequeue(VCHI_SERVICE_HANDLE_T handle, void *data, uint32_t max_data_size_to_read, uint32_t *actual_msg_size, VCHI_FLAGS_T flags) argument
371 vchi_msg_queuev(VCHI_SERVICE_HANDLE_T handle, VCHI_MSG_VECTOR_T *vector, uint32_t count, VCHI_FLAGS_T flags, void *msg_handle) argument
430 vchi_msg_hold(VCHI_SERVICE_HANDLE_T handle, void **data, uint32_t *msg_size, VCHI_FLAGS_T flags, VCHI_HELD_MSG_T *message_handle) argument
545 shim_callback(VCHIQ_REASON_T reason, VCHIQ_HEADER_T *header, VCHIQ_SERVICE_HANDLE_T handle, void *bulk_user) argument
634 vchi_service_open(VCHI_INSTANCE_T instance_handle, SERVICE_CREATION_T *setup, VCHI_SERVICE_HANDLE_T *handle) argument
667 vchi_service_create(VCHI_INSTANCE_T instance_handle, SERVICE_CREATION_T *setup, VCHI_SERVICE_HANDLE_T *handle) argument
699 vchi_service_close(const VCHI_SERVICE_HANDLE_T handle) argument
716 vchi_service_destroy(const VCHI_SERVICE_HANDLE_T handle) argument
733 vchi_service_set_option(const VCHI_SERVICE_HANDLE_T handle, VCHI_SERVICE_OPTION_T option, int value) argument
763 vchi_get_peer_version( const VCHI_SERVICE_HANDLE_T handle, short *peer_version ) argument
836 vchi_service_use(const VCHI_SERVICE_HANDLE_T handle) argument
856 vchi_service_release(const VCHI_SERVICE_HANDLE_T handle) argument
[all...]
/netbsd-current/external/bsd/ntp/dist/include/
H A Dtimepps-Solaris.h304 time_pps_setparams( pps_handle_t handle, const pps_params_t *params ) argument
396 time_pps_getparams( pps_handle_t handle, pps_params_t *params ) argument
427 time_pps_getcap( pps_handle_t handle, int *mode ) argument
454 time_pps_fetch( pps_handle_t handle, const int tsformat, pps_info_t *ppsinfo, const struct timespec *timeout ) argument
549 time_pps_kcbind( pps_handle_t handle, const int kernel_consumer, const int edge, const int tsformat ) argument
[all...]
H A Dtimepps-SunOS.h270 time_pps_setparams( pps_handle_t handle, const pps_params_t *params ) argument
333 time_pps_getparams( pps_handle_t handle, pps_params_t *params ) argument
361 time_pps_getcap( pps_handle_t handle, int *mode ) argument
388 time_pps_fetch( pps_handle_t handle, const int tsformat, pps_info_t *ppsinfo, const struct timespec *timeout ) argument
485 time_pps_kcbind( pps_handle_t handle, const int kernel_consumer, const int edge, const int tsformat ) argument
[all...]
H A Dtimepps-SCO.h269 time_pps_setparams( pps_handle_t handle, const pps_params_t *params ) argument
332 time_pps_getparams( pps_handle_t handle, pps_params_t *params ) argument
360 time_pps_getcap( pps_handle_t handle, int *mode ) argument
387 time_pps_fetch( pps_handle_t handle, const int tsformat, pps_info_t *ppsinfo, const struct timespec *timeout ) argument
484 time_pps_kcbind( pps_handle_t handle, const int kernel_consumer, const int edge, const int tsformat ) argument
[all...]
/netbsd-current/sys/dev/pci/
H A Dpci_map.c573 bus_space_handle_t handle; local
/netbsd-current/sys/dev/acpi/
H A Dsony_acpi.c201 sony_acpi_eval_set_integer(ACPI_HANDLE handle, const char *path, argument
H A Dfujbp_acpi.c311 fujitsu_bp_notify_handler(ACPI_HANDLE handle, uint32_t evt, void *context) argument
632 fujitsu_bp_cap(ACPI_HANDLE handle, const char *path, ACPI_OBJECT_TYPE type) argument
H A Dfujhk_acpi.c222 fujitsu_hk_notify_handler(ACPI_HANDLE handle, uint32_t evt, void *context) argument
433 fujitsu_hk_cap(ACPI_HANDLE handle, const char *path, ACPI_OBJECT_TYPE type) argument
461 fujitsu_hk_eval_nary_integer(ACPI_HANDLE handle, const char *path, const argument
H A Dacpi_cppc.c116 ACPI_HANDLE handle; local
140 ACPI_HANDLE handle = aa->aa_node->ad_handle; local
/netbsd-current/sys/arch/powerpc/powerpc/
H A Dopenfirm.c198 OF_getproplen(int handle, const char *prop) argument
229 OF_getprop(int handle, const char *prop, void *buf, int buflen) argument
272 OF_setprop(int handle, const char *prop, const void *buf, int buflen) argument
310 OF_nextprop(int handle, const char *prop, void *nextprop) argument
561 int handle; member in struct:__anon16
587 OF_close(int handle) argument
593 int handle; member in struct:__anon17
612 OF_read(int handle, void *addr, int len) argument
659 OF_write(int handle, const void *addr, int len) argument
700 OF_seek(int handle, u_quad_t pos) argument
706 int handle; member in struct:__anon20
[all...]

Completed in 397 milliseconds

<<21222324252627282930>>