Searched refs:data_pointer (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/sys/fs/cuse/
H A Dcuse_ioctl.h58 uintptr_t data_pointer; member in struct:cuse_command
H A Dcuse.c568 pccmd->sub.data_pointer = data_ptr;
/freebsd-11-stable/lib/libcuse/
H A Dcuse_lib.c490 (int)info.argument, (int)info.data_pointer);
538 (void *)info.data_pointer, (int)info.argument);
547 (void *)info.data_pointer, (int)info.argument);
556 (unsigned int)info.argument, (void *)info.data_pointer);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp3303 const uint8_t *data_pointer = form_value.BlockData(); local
3304 if (data_pointer) {

Completed in 74 milliseconds