Lines Matching refs:dev_name
92 config_iov(int fd, const char *dev_name, const nvlist_t *config, int dryrun) in config_iov() argument
102 printf("Would enable SR-IOV on device '%s'.\n", dev_name); in config_iov()
119 open_device(const char *dev_name) in open_device() argument
135 if (dev_name[0] == '/') in open_device()
136 copied = strlcpy(dev, dev_name, size); in open_device()
138 copied = snprintf(dev, size, "/dev/iov/%s", dev_name); in open_device()
297 delete_action(const char *dev_name, int dryrun) in delete_action() argument
301 fd = open_device(dev_name); in delete_action()
305 dev_name); in delete_action()
383 print_schema(const char *dev_name) in print_schema() argument
389 fd = open_device(dev_name); in print_schema()