| /freebsd-12-stable/sbin/camcontrol/ |
| D | camcontrol.h | 82 char *combinedopt, int printerrors, int task_attr, 84 int zone(struct cam_device *device, int argc, char **argv, char *combinedopt, 86 int epc(struct cam_device *device, int argc, char **argv, char *combinedopt, 89 char *combinedopt, int task_attr, int retry_count, int timeout, 103 char *combinedopt, int task_attr, int retry_count, 111 char *combinedopt, int task_attr, int retry_count, 114 char *combinedopt, int task_attr, int retry_count, int timeout,
|
| D | camcontrol.c | 280 static int getdevtree(int argc, char **argv, char *combinedopt); 309 char *combinedopt, int task_attr, int retry_count, 312 char *combinedopt, int task_attr, int retry_count, 315 char *combinedopt, int task_attr, int retry_count, 318 char *combinedopt, int retry_count, int timeout); 320 char *combinedopt, int retry_count, int timeout); 322 char *combinedopt, int retry_count, int timeout); 324 char *combinedopt, int retry_count, int timeout); 326 char *combinedopt, int retry_count, int timeout); 333 char *combinedopt, int retry_count, int timeout); [all …]
|
| D | attrib.c | 108 scsiattrib(struct cam_device *device, int argc, char **argv, char *combinedopt, in scsiattrib() argument 165 while ((c = getopt(argc, argv, combinedopt)) != -1) { in scsiattrib()
|
| D | timestamp.c | 331 timestamp(struct cam_device *device, int argc, char **argv, char *combinedopt, in timestamp() argument 343 while ((c = getopt(argc, argv, combinedopt)) != -1) { in timestamp()
|
| D | fwdownload.c | 927 char *combinedopt, int printerrors, int task_attr, int retry_count, in fwdownload() argument 943 while ((c = getopt(argc, argv, combinedopt)) != -1) { in fwdownload() 1019 if (scsidoinquiry(device, argc, argv, combinedopt, in fwdownload()
|
| D | zone.c | 324 zone(struct cam_device *device, int argc, char **argv, char *combinedopt, in zone() argument 352 while ((c = getopt(argc, argv, combinedopt)) != -1) { in zone()
|
| D | epc.c | 612 epc(struct cam_device *device, int argc, char **argv, char *combinedopt, in epc() argument 638 while ((c = getopt(argc, argv, combinedopt)) != -1) { in epc()
|
| D | persist.c | 427 scsipersist(struct cam_device *device, int argc, char **argv, char *combinedopt, in scsipersist() argument 458 while ((c = getopt(argc, argv, combinedopt)) != -1) { in scsipersist()
|
| /freebsd-12-stable/usr.sbin/ctladm/ |
| D | ctladm.c | 209 static int cctl_port(int fd, int argc, char **argv, char *combinedopt); 212 char *combinedopt); 215 int argc, char **argv, char *combinedopt); 217 int start, int argc, char **argv, char *combinedopt); 219 int argc, char **argv, char *combinedopt); 222 char *combinedopt); 224 int argc, char **argv, char *combinedopt, 238 char *combinedopt, int retry_count); 241 char *combinedopt, int retry_count); 242 static int cctl_create_lun(int fd, int argc, char **argv, char *combinedopt); [all …]
|