Searched refs:thename (Results 1 – 2 of 2) sorted by relevance
| /netbsd/src/usr.bin/units/ |
| D | units.c | 757 const char *thename; in listunits() local 777 thename = unittable[i].uname; in listunits() 780 printf("%s\t%s\n", thename, thedefn); in listunits() 788 thename = prefixtable[i].prefixname; in listunits() 801 mywarnx("Error in prefix '%s-'", thename); in listunits() 805 printf("%s-", thename); in listunits() 808 printf("%s-\t%s\n", thename, thedefn); in listunits() 815 thename = unittable[i].uname; in listunits() 827 if (addunit(&theunit, thename, 0) != 0 in listunits() 831 mywarnx("Error in unit '%s'", thename); in listunits() [all …]
|
| /netbsd/src/external/cddl/osnet/dist/lib/libzfs/common/ |
| D | libzfs_pool.c | 1658 char *thename; in zpool_import_props() local 1675 thename = (char *)newname; in zpool_import_props() 1677 thename = origname; in zpool_import_props() 1697 (void) strlcpy(zc.zc_name, thename, sizeof (zc.zc_name)); in zpool_import_props() 1736 zpool_rewind_exclaim(hdl, newname ? origname : thename, in zpool_import_props() 1745 thename); in zpool_import_props() 1749 origname, thename); in zpool_import_props() 1811 newname ? origname : thename, -error, nv); in zpool_import_props() 1823 if (zpool_open_silent(hdl, thename, &zhp) != 0) in zpool_import_props() 1829 zpool_rewind_exclaim(hdl, newname ? origname : thename, in zpool_import_props()
|