Searched refs:platform_arg (Results 1 - 9 of 9) sorted by relevance

/freebsd-current/sys/dev/aic7xxx/
H A Daic7xxx_osm.h192 int ahc_platform_alloc(struct ahc_softc *ahc, void *platform_arg);
H A Daic79xx_osm.h249 int ahd_platform_alloc(struct ahd_softc *ahd, void *platform_arg);
H A Daic7xxx.h1214 struct ahc_softc *ahc_alloc(void *platform_arg, char *name);
H A Daic79xx.h1405 struct ahd_softc *ahd_alloc(void *platform_arg, char *name);
H A Daic7xxx_osm.c1332 ahc_platform_alloc(struct ahc_softc *ahc, void *platform_arg) argument
H A Daic79xx_osm.c1272 ahd_platform_alloc(struct ahd_softc *ahd, void *platform_arg) argument
H A Daic7xxx.c3867 ahc_alloc(void *platform_arg, char *name) argument
3872 ahc = device_get_softc((device_t)platform_arg);
3901 if (ahc_platform_alloc(ahc, platform_arg) != 0) {
H A Daic79xx.c5213 ahd_alloc(void *platform_arg, char *name) argument
5217 ahd = device_get_softc((device_t)platform_arg);
5247 if (ahd_platform_alloc(ahd, platform_arg) != 0) {
/freebsd-current/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectPlatform.cpp158 CommandArgumentData platform_arg{eArgTypePlatform, eArgRepeatPlain};
159 m_arguments.push_back({platform_arg});
279 CommandArgumentData platform_arg{eArgTypeConnectURL, eArgRepeatPlain};
280 m_arguments.push_back({platform_arg});

Completed in 236 milliseconds