Home
last modified time | relevance | path

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

/freebsd-13.1/lib/libcuse/
H A Dcuse_lib.c490 (int)info.argument, (int)info.data_pointer); in cuse_wait_and_process()
538 (void *)info.data_pointer, (int)info.argument); in cuse_wait_and_process()
547 (void *)info.data_pointer, (int)info.argument); in cuse_wait_and_process()
556 (unsigned int)info.argument, (void *)info.data_pointer); in cuse_wait_and_process()
/freebsd-13.1/sys/fs/cuse/
H A Dcuse_ioctl.h58 uintptr_t data_pointer; member
H A Dcuse.c563 pccmd->sub.data_pointer = data_ptr; in cuse_client_send_command_locked()