Home
last modified time | relevance | path

Searched refs:data_pointer (Results 1 – 3 of 3) sorted by relevance

/freebsd/lib/libcuse/
H A Dcuse_lib.c484 (int)info.argument, (int)info.data_pointer); in cuse_wait_and_process()
532 (void *)info.data_pointer, (int)info.argument); in cuse_wait_and_process()
541 (void *)info.data_pointer, (int)info.argument); in cuse_wait_and_process()
550 (unsigned int)info.argument, (void *)info.data_pointer); in cuse_wait_and_process()
/freebsd/sys/fs/cuse/
H A Dcuse_ioctl.h59 uintptr_t data_pointer; member
H A Dcuse.c585 pccmd->sub.data_pointer = data_ptr; in cuse_client_send_command_locked()