Lines Matching defs:unit
363 char unit[10];
366 /* create the per-unit directory */
367 snprintf(unit, sizeof(unit), "%u", dd->unit);
368 ret = create_file(unit, S_IFDIR|S_IRUGO|S_IXUGO, sb->s_root, &dir,
371 pr_err("create_file(%s) failed: %d\n", unit, ret);
380 unit, ret);
387 unit, ret);
394 unit, "portcounter_names", ret);
406 unit, fname, ret);
416 unit, fname, ret);
425 unit, ret);
465 char unit[10];
470 snprintf(unit, sizeof(unit), "%u", dd->unit);
471 dir = lookup_one_len(unit, root, strlen(unit));
475 pr_err("Lookup of %s failed\n", unit);
567 * On first unit initialized, qib_super will not yet exist