Searched refs:mybus (Results 1 – 1 of 1) sorted by relevance
| /dragonfly/sbin/camcontrol/ |
| HD | camcontrol.c | 1042 parse_btl(char *tstr, int *mybus, int *mytarget, int *mylun, in parse_btl() argument 1053 *mybus = strtol(tmpstr, NULL, 0); in parse_btl() 1079 int mybus = -1, mytarget = -1, mylun = -1; in dorescan_or_reset() local 1093 rv = parse_btl(argv[optind], &mybus, &mytarget, &mylun, in dorescan_or_reset() 1104 error = scanlun_or_reset_dev(mybus, mytarget, mylun, rescan); in dorescan_or_reset() 1106 error = rescan_or_reset_bus(mybus, rescan); in dorescan_or_reset() 1112 rescan_or_reset_bus(int mybus, int rescan) in rescan_or_reset_bus() argument 1126 if (mybus != -1) { in rescan_or_reset_bus() 1128 ccb.ccb_h.path_id = mybus; in rescan_or_reset_bus() 1144 rescan ? "Re-scan" : "Reset", mybus); in rescan_or_reset_bus() [all …]
|