Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/Commands/
DCommandObjectPlatform.cpp154 CommandArgumentData platform_arg{eArgTypePlatform, eArgRepeatPlain}; in CommandObjectPlatformSelect() local
155 m_arguments.push_back({platform_arg}); in CommandObjectPlatformSelect()
278 CommandArgumentData platform_arg{eArgTypeConnectURL, eArgRepeatPlain}; in CommandObjectPlatformConnect() local
279 m_arguments.push_back({platform_arg}); in CommandObjectPlatformConnect()
/openbsd/src/sys/dev/ic/
Daic79xx.h1342 struct ahd_softc *ahd_alloc(void *platform_arg, char *name);
Daic79xx.c5241 ahd_alloc(void *platform_arg, char *name) in ahd_alloc() argument
5243 struct ahd_softc *ahd = (struct ahd_softc *)platform_arg; in ahd_alloc()