Lines Matching refs:dev_name
95 config_iov(int fd, const char *dev_name, const nvlist_t *config, int dryrun) in config_iov() argument
105 printf("Would enable SR-IOV on device '%s'.\n", dev_name); in config_iov()
122 open_device(const char *dev_name) in open_device() argument
138 if (dev_name[0] == '/') in open_device()
139 copied = strlcpy(dev, dev_name, size); in open_device()
141 copied = snprintf(dev, size, "/dev/iov/%s", dev_name); in open_device()
300 delete_action(const char *dev_name, int dryrun) in delete_action() argument
304 fd = open_device(dev_name); in delete_action()
308 dev_name); in delete_action()
380 print_schema(const char *dev_name) in print_schema() argument
386 fd = open_device(dev_name); in print_schema()