Home
last modified time | relevance | path

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

/freebsd/sys/dev/cfe/
H A Dcfe_api.c168 xiocb.plist.xiocb_envbuf.name_ptr = XPTR_FROM_NATIVE(name); in cfe_enumenv()
191 xiocb.plist.xiocb_envbuf.name_ptr = XPTR_FROM_NATIVE(name); in cfe_enumdev()
301 xiocb.plist.xiocb_envbuf.name_ptr = XPTR_FROM_NATIVE(name); in cfe_getenv()
504 xiocb.plist.xiocb_envbuf.name_ptr = XPTR_FROM_NATIVE(name); in cfe_setenv()
H A Dcfe_api_int.h109 cfe_xptr_t name_ptr; /* name string buffer */ member
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV1.cpp217 lldb::addr_t name_ptr = in Initialize() local
228 name_ptr, (char *)buffer_sp->GetBytes(), 1024, error); in Initialize()
/freebsd/contrib/tcpdump/
H A Dsmbutil.c183 name_ptr(netdissect_options *ndo, in name_ptr() function
225 const u_char *p = name_ptr(ndo, buf, ofs, maxbuf); in name_extract()