Symbol: throw_rude_remark
sys/dev/raid/vinum/vinumconfig.c
1007
throw_rude_remark(drive->lasterror,
sys/dev/raid/vinum/vinumconfig.c
1011
throw_rude_remark(drive->lasterror,
sys/dev/raid/vinum/vinumconfig.c
1030
throw_rude_remark(drive->lasterror,
sys/dev/raid/vinum/vinumconfig.c
1062
throw_rude_remark(EINVAL,
sys/dev/raid/vinum/vinumconfig.c
1071
throw_rude_remark(EINVAL, "No device name for %s", drive->label.name);
sys/dev/raid/vinum/vinumconfig.c
1124
throw_rude_remark(EINVAL,
sys/dev/raid/vinum/vinumconfig.c
1146
throw_rude_remark(EINVAL, "Duplicate subdisk %s", token[parameter]);
sys/dev/raid/vinum/vinumconfig.c
1163
throw_rude_remark(EINVAL,
sys/dev/raid/vinum/vinumconfig.c
1177
throw_rude_remark(EINVAL,
sys/dev/raid/vinum/vinumconfig.c
1191
throw_rude_remark(EINVAL, "sd %s, length %jd not multiple of sector size", sd->name, (intmax_t)size);
sys/dev/raid/vinum/vinumconfig.c
1229
throw_rude_remark(EINVAL,
sys/dev/raid/vinum/vinumconfig.c
1240
throw_rude_remark(EINVAL, "%s: invalid keyword: %s", sd->name, token[parameter]);
sys/dev/raid/vinum/vinumconfig.c
1248
throw_rude_remark(EINVAL, "Subdisk %s is not associated with a drive", sd->name);
sys/dev/raid/vinum/vinumconfig.c
1276
throw_rude_remark(EINVAL, "Unnamed sd is not associated with a plex");
sys/dev/raid/vinum/vinumconfig.c
1282
throw_rude_remark(EINVAL, "sd %s has no length spec", sd->name);
sys/dev/raid/vinum/vinumconfig.c
1327
throw_rude_remark(EINVAL,
sys/dev/raid/vinum/vinumconfig.c
1350
throw_rude_remark(EINVAL, "Duplicate plex %s", token[parameter]);
sys/dev/raid/vinum/vinumconfig.c
1373
throw_rude_remark(EINVAL, "plex %s: stripe size %d not a multiple of sector size",
sys/dev/raid/vinum/vinumconfig.c
1387
throw_rude_remark(EINVAL, "plex %s: stripe size %d not a multiple of sector size",
sys/dev/raid/vinum/vinumconfig.c
1401
throw_rude_remark(EINVAL, "plex %s: stripe size %d not a multiple of sector size",
sys/dev/raid/vinum/vinumconfig.c
1410
throw_rude_remark(EINVAL, "Invalid plex organization");
sys/dev/raid/vinum/vinumconfig.c
1414
throw_rude_remark(EINVAL, "Need a stripe size parameter");
sys/dev/raid/vinum/vinumconfig.c
1438
throw_rude_remark(EINVAL, "plex %s, invalid keyword: %s",
sys/dev/raid/vinum/vinumconfig.c
1445
throw_rude_remark(EINVAL, "No plex organization specified");
sys/dev/raid/vinum/vinumconfig.c
1462
throw_rude_remark(EINVAL, "Unnamed plex is not associated with a volume");
sys/dev/raid/vinum/vinumconfig.c
1492
throw_rude_remark(EINVAL, "Volume has no name");
sys/dev/raid/vinum/vinumconfig.c
1512
throw_rude_remark(EINVAL,
sys/dev/raid/vinum/vinumconfig.c
1517
throw_rude_remark(EINVAL,
sys/dev/raid/vinum/vinumconfig.c
1544
throw_rude_remark(EINVAL, "Too many plexes");
sys/dev/raid/vinum/vinumconfig.c
1553
throw_rude_remark(EINVAL, "Invalid read policy");
sys/dev/raid/vinum/vinumconfig.c
1587
throw_rude_remark(EINVAL, "volume %s, invalid keyword: %s",
sys/dev/raid/vinum/vinumconfig.c
1658
throw_rude_remark(EINVAL, /* should we die? */
sys/dev/raid/vinum/vinumconfig.c
199
throw_rude_remark(ENOSPC,
sys/dev/raid/vinum/vinumconfig.c
251
throw_rude_remark(ENOSPC, /* crap out */
sys/dev/raid/vinum/vinumconfig.c
319
throw_rude_remark(ENOSPC,
sys/dev/raid/vinum/vinumconfig.c
327
throw_rude_remark(ENOSPC, "No space for %s on %s", sd->name, drive->label.name);
sys/dev/raid/vinum/vinumconfig.c
344
throw_rude_remark(ENOSPC, /* give up */
sys/dev/raid/vinum/vinumconfig.c
380
throw_rude_remark(ENOSPC, "No space for %s on %s", sd->name, drive->label.name);
sys/dev/raid/vinum/vinumconfig.c
394
throw_rude_remark(ENOSPC,
sys/dev/raid/vinum/vinumconfig.c
963
throw_rude_remark(EINVAL, "Drive has no name\n");
sys/dev/raid/vinum/vinumconfig.c
984
throw_rude_remark(EEXIST, /* and complain */
sys/dev/raid/vinum/vinumext.h
123
void throw_rude_remark(int, char *,...) __printflike(2, 3);
sys/dev/raid/vinum/vinumutil.c
227
throw_rude_remark(EINVAL, "Invalid length specification: %s", spec);
sys/dev/raid/vinum/vinumutil.c
229
throw_rude_remark(EINVAL, "Missing length specification");