/src/sys/arch/prep/pnpbus/ |
if_we_pnpbus.c | 90 static const char *we_params(bus_space_tag_t, bus_space_handle_t, 177 typestr = we_params(asict, asich, &wsc->sc_type, &memsize, 257 we_params(bus_space_tag_t asict, bus_space_handle_t asich, u_int8_t *typep, bus_size_t *memsizep, u_int8_t *flagp, int *is790p) function in typeref:typename:const char * 383 aprint_debug("we_params: type = 0x%x, typestr = %s,"
|
if_we_pnpbus.c | 90 static const char *we_params(bus_space_tag_t, bus_space_handle_t, 177 typestr = we_params(asict, asich, &wsc->sc_type, &memsize, 257 we_params(bus_space_tag_t asict, bus_space_handle_t asich, u_int8_t *typep, bus_size_t *memsizep, u_int8_t *flagp, int *is790p) function in typeref:typename:const char * 383 aprint_debug("we_params: type = 0x%x, typestr = %s,"
|
/src/sys/dev/isa/ |
if_we_isa.c | 94 static const char *we_params(bus_space_tag_t, bus_space_handle_t, 188 if (we_params(asict, asich, &type, &memsize, NULL, &is790) == NULL) 287 typestr = we_params(asict, asich, &wsc->sc_type, NULL, 346 we_params(bus_space_tag_t asict, bus_space_handle_t asich, uint8_t *typep, function in typeref:typename:const char * 473 printf("we_params: type = 0x%x, typestr = %s, is16bit = %d, "
|
if_we_isa.c | 94 static const char *we_params(bus_space_tag_t, bus_space_handle_t, 188 if (we_params(asict, asich, &type, &memsize, NULL, &is790) == NULL) 287 typestr = we_params(asict, asich, &wsc->sc_type, NULL, 346 we_params(bus_space_tag_t asict, bus_space_handle_t asich, uint8_t *typep, function in typeref:typename:const char * 473 printf("we_params: type = 0x%x, typestr = %s, is16bit = %d, "
|