Lines Matching refs:name
142 /* backing file name */
155 /* name (and fd, below) of the file opened for writing, either the
221 char name[64];
231 snprintf(name, sizeof(name), "ide0/%s", dev_name);
232 proc_symlink(dev_name, proc_ide_root, name);
412 " COW name and the second is the backing file name. As separator you can\n"
893 ubd_devs[unit].pdev.name = DRIVER_NAME;
1017 static int ubd_get_config(char *name, char *str, int size, char **error_out)
1022 n = parse_unit(&name);
1101 .name = "ubd",
1133 .name = DRIVER_NAME,
1146 char name[sizeof("ubd_nnn\0")];
1148 snprintf(name, sizeof(name), "ubd_%d", fake_major);