Lines Matching refs:type

79 	fprintf(stderr, "\t\t\t-A [-dnv] %s[-m <name>] [-o <role>] [-S <seed>] [-t <type>]\n",
82 fprintf(stderr, "\t\t\t-F [-dv] %s[-o <role>] [-t <type>]\n", zoneopt);
83 fprintf(stderr, "\t\t\t-l [-dv] %s[-m <name>] [-t <type>]\n", zoneopt);
86 fprintf(stderr, "\t\t\t-R [-dnv] %s[-m <name>] [-o <role>] [-t <type>]\n",
222 int type, role, c, err;
229 type = 0;
265 type = gettype(optarg, &iph.iph_type);
266 if (type == IPLT_NONE) {
267 fprintf(stderr, "unknown type '%s'\n", optarg);
287 if (type == IPLT_HASH) {
291 } else if (type == IPLT_POOL) {
298 switch (type)
308 switch (type)
384 int c, role, type, live_kernel;
394 type = IPLT_ALL;
429 type = gettype(optarg, NULL);
430 if (type == IPLT_NONE) {
431 fprintf(stderr, "unknown type '%s'\n", optarg);
467 poollist_dead(role, poolname, type, kernel, core);
471 if (type == IPLT_ALL || type == IPLT_POOL) {
505 if (type == IPLT_ALL || type == IPLT_HASH) {
539 void poollist_dead(role, poolname, type, kernel, core)
540 int role, type;
549 if (type == IPLT_ALL || type == IPLT_POOL) {
577 if (type == IPLT_ALL || type == IPLT_HASH) {
645 int c, type, role, live_kernel;
654 type = IPLT_ALL;
684 type = gettype(optarg, NULL);
685 if (type != IPLT_POOL) {
687 "-s not supported for this type yet\n");
715 if (type == IPLT_ALL || type == IPLT_POOL) {
730 if (type == IPLT_ALL || type == IPLT_HASH) {
753 int c, role, type, arg;
757 type = IPLT_ALL;
774 type = gettype(optarg, NULL);
775 if (type == IPLT_NONE) {
776 fprintf(stderr, "unknown type '%s'\n", optarg);
805 flush.iplf_type = type;
858 int type;
861 type = IPLT_POOL;
863 type = IPLT_HASH;
867 type = IPLT_HASH;
871 type = IPLT_NONE;
873 return type;