Home
last modified time | relevance | path

Searched refs:length_param (Results 1 – 2 of 2) sorted by relevance

/NextBSD/sys/dev/buslogic/
HDbt.c414 u_int8_t length_param; in bt_fetch_adapter_info() local
487 length_param = sizeof(esetup_info); in bt_fetch_adapter_info()
488 error = bt_cmd(bt, BOP_INQUIRE_ESETUP_INFO, &length_param, /*parmlen*/1, in bt_fetch_adapter_info()
519 length_param = sizeof(model_data); in bt_fetch_adapter_info()
520 error = bt_cmd(bt, BOP_INQUIRE_MODEL, &length_param, 1, in bt_fetch_adapter_info()
641 length_param = sizeof(setup_info); in bt_fetch_adapter_info()
642 error = bt_cmd(bt, BOP_INQUIRE_SETUP_INFO, &length_param, in bt_fetch_adapter_info()
/NextBSD/sys/dev/aha/
HDaha.c328 uint8_t length_param; in aha_fetch_adapter_info() local
398 length_param = sizeof(setup_info); in aha_fetch_adapter_info()
399 error = aha_cmd(aha, AOP_INQUIRE_SETUP_INFO, &length_param, in aha_fetch_adapter_info()