Home
last modified time | relevance | path

Searched refs:out_storage (Results 1 – 4 of 4) sorted by relevance

/haiku/src/system/libnetwork/netresolv/dst/
H A Ddst_api.c709 dst_key_to_dnskey(const DST_KEY *key, u_char *out_storage, in dst_key_to_dnskey() argument
723 memset(out_storage, 0, out_len); in dst_key_to_dnskey()
725 dst_s_put_int16(out_storage, val); in dst_key_to_dnskey()
728 out_storage[loc++] = (u_char) key->dk_proto; in dst_key_to_dnskey()
729 out_storage[loc++] = (u_char) key->dk_alg; in dst_key_to_dnskey()
733 dst_s_put_int16(&out_storage[loc], val); in dst_key_to_dnskey()
740 (u_char *) &out_storage[loc], in dst_key_to_dnskey()
/haiku/src/add-ons/kernel/drivers/midi/mpu401/
H A Dmpu401.c33 create_device(int port, void ** out_storage, uint32 workarounds, in create_device() argument
55 *out_storage = (void *)mpuptr; in create_device()
66 create_device_v2(int port, void ** out_storage, uint32 workarounds, in create_device_v2() argument
96 *out_storage = (void *)mpuptr; in create_device_v2()
/haiku/src/add-ons/kernel/drivers/audio/cmedia/
H A Dmidi_driver.h98 …status_t (*create_device)(int port, void ** out_storage, uint32 workarounds, void (*interrupt_op)(…
/haiku/headers/private/device/
H A Djoystick_driver.h164 status_t (*create_device)(int port, void ** out_storage);