Searched refs:platform_arg (Results 1 – 9 of 9) sorted by relevance
| /freebsd-14.2/sys/dev/aic7xxx/ |
| H A D | aic79xx_osm.h | 249 int ahd_platform_alloc(struct ahd_softc *ahd, void *platform_arg);
|
| H A D | aic7xxx_osm.h | 192 int ahc_platform_alloc(struct ahc_softc *ahc, void *platform_arg);
|
| H A D | aic7xxx.h | 1218 struct ahc_softc *ahc_alloc(void *platform_arg, char *name);
|
| H A D | aic79xx.h | 1409 struct ahd_softc *ahd_alloc(void *platform_arg, char *name);
|
| H A D | aic79xx_osm.c | 1273 ahd_platform_alloc(struct ahd_softc *ahd, void *platform_arg) in ahd_platform_alloc() argument
|
| H A D | aic7xxx_osm.c | 1333 ahc_platform_alloc(struct ahc_softc *ahc, void *platform_arg) in ahc_platform_alloc() argument
|
| H A D | aic7xxx.c | 3876 ahc_alloc(void *platform_arg, char *name) in ahc_alloc() argument 3889 ahc = device_get_softc((device_t)platform_arg); in ahc_alloc() 3922 if (ahc_platform_alloc(ahc, platform_arg) != 0) { in ahc_alloc()
|
| H A D | aic79xx.c | 5222 ahd_alloc(void *platform_arg, char *name) in ahd_alloc() argument 5234 ahd = device_get_softc((device_t)platform_arg); in ahd_alloc() 5268 if (ahd_platform_alloc(ahd, platform_arg) != 0) { in ahd_alloc()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectPlatform.cpp | 158 CommandArgumentData platform_arg{eArgTypePlatform, eArgRepeatPlain}; in CommandObjectPlatformSelect() local 159 m_arguments.push_back({platform_arg}); in CommandObjectPlatformSelect() 279 CommandArgumentData platform_arg{eArgTypeConnectURL, eArgRepeatPlain}; in CommandObjectPlatformConnect() local 280 m_arguments.push_back({platform_arg}); in CommandObjectPlatformConnect()
|