Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/cfe/
H A Dcfe_api.c170 xiocb.plist.xiocb_envbuf.name_ptr = XPTR_FROM_NATIVE(name); in cfe_enumenv()
193 xiocb.plist.xiocb_envbuf.name_ptr = XPTR_FROM_NATIVE(name); in cfe_enumdev()
303 xiocb.plist.xiocb_envbuf.name_ptr = XPTR_FROM_NATIVE(name); in cfe_getenv()
506 xiocb.plist.xiocb_envbuf.name_ptr = XPTR_FROM_NATIVE(name); in cfe_setenv()
H A Dcfe_api_int.h111 cfe_xptr_t name_ptr; /* name string buffer */ member
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV1.cpp228 lldb::addr_t name_ptr = in Initialize() local
239 name_ptr, (char *)buffer_sp->GetBytes(), 1024, error); in Initialize()
/freebsd-13.1/contrib/tcpdump/
H A Dsmbutil.c168 name_ptr(netdissect_options *ndo, in name_ptr() function
211 const u_char *p = name_ptr(ndo, buf, ofs, maxbuf); in name_extract()