Searched refs:platform_arg (Results 1 – 3 of 3) sorted by relevance
154 CommandArgumentData platform_arg{eArgTypePlatform, eArgRepeatPlain}; in CommandObjectPlatformSelect() local155 m_arguments.push_back({platform_arg}); in CommandObjectPlatformSelect()278 CommandArgumentData platform_arg{eArgTypeConnectURL, eArgRepeatPlain}; in CommandObjectPlatformConnect() local279 m_arguments.push_back({platform_arg}); in CommandObjectPlatformConnect()
1342 struct ahd_softc *ahd_alloc(void *platform_arg, char *name);
5241 ahd_alloc(void *platform_arg, char *name) in ahd_alloc() argument5243 struct ahd_softc *ahd = (struct ahd_softc *)platform_arg; in ahd_alloc()