Lines Matching defs:use
6 * You may not use this file except in compliance with the License.
64 static int build_usage_string(char *dname, char *by, char *data, char **use,
447 * the in use checking if the user has set stat_type
840 * Returns 'in use' details, if found, about a specific dev_name,
842 * for there to be more than one 'in use' statistic regarding a dev_name.
843 * The **msg parameter returns a list of 'in use' details. This message
861 * If the user doesn't want to do in use checking, return.
870 * for in use statistics. So, return found, which is == 0.
879 * are ignored, so we add a special check here to use swapctl(2)
880 * to perform in-use checking.
928 * about this in use scenario
947 * mkfs is not in use for these cases.
948 * All others are in use.
964 * Not in use for this.
988 * Not in use for this.
1042 * nothing found in use for this client
1043 * of libdiskmgt. Default is 'not in use'.
1079 "Please remove this entry to use this device.\n");
1088 "%s is in use for live upgrade %s. Please see ludelete(1M)."
1092 "%s is in use by %s. Please see dumpadm(1M)."
1108 "%s is in use as a cache device for ZFS pool %s. "
1243 * Build the usage string for the in use data. Return the build string in
1254 char *use;
1259 dm_get_usage_string(by, data, &use);
1260 if (!use) {
1269 len1 = snprintf(NULL, 0, use, dname, data);
1272 * If multiple in use details they
1285 (void) snprintf(*msg + len0, len1 + 1, use, dname, data);