Lines Matching refs:dev_name
93 config_iov(int fd, const char *dev_name, const nvlist_t *config, int dryrun) in config_iov() argument
103 printf("Would enable SR-IOV on device '%s'.\n", dev_name); in config_iov()
120 open_device(const char *dev_name) in open_device() argument
136 if (dev_name[0] == '/') in open_device()
137 copied = strlcpy(dev, dev_name, size); in open_device()
139 copied = snprintf(dev, size, "/dev/iov/%s", dev_name); in open_device()
298 delete_action(const char *dev_name, int dryrun) in delete_action() argument
302 fd = open_device(dev_name); in delete_action()
306 dev_name); in delete_action()
384 print_schema(const char *dev_name) in print_schema() argument
390 fd = open_device(dev_name); in print_schema()