Lines Matching defs:propstr
1807 char propstr[DLADM_STRSIZE];
1813 bzero(propstr, DLADM_STRSIZE);
1880 (void) strlcat(propstr, optarg, DLADM_STRSIZE);
1881 if (strlcat(propstr, ",", DLADM_STRSIZE) >=
1883 die("property list too long '%s'", propstr);
1935 if (dladm_parse_link_props(propstr, &proplist, B_FALSE)
2348 char propstr[DLADM_STRSIZE];
2353 bzero(propstr, DLADM_STRSIZE);
2379 (void) strlcat(propstr, optarg, DLADM_STRSIZE);
2380 if (strlcat(propstr, ",", DLADM_STRSIZE) >=
2382 die("property list too long '%s'", propstr);
2419 if (dladm_parse_link_props(propstr, &proplist, B_FALSE)
4622 char propstr[DLADM_STRSIZE];
4629 bzero(propstr, DLADM_STRSIZE);
4677 (void) strlcat(propstr, optarg, DLADM_STRSIZE);
4678 if (strlcat(propstr, ",", DLADM_STRSIZE) >=
4680 die("property list too long '%s'", propstr);
4769 if (dladm_parse_link_props(propstr, &proplist, B_FALSE)
6675 char propstr[DLADM_STRSIZE];
6686 bzero(propstr, DLADM_STRSIZE);
6699 (void) strlcat(propstr, optarg, DLADM_STRSIZE);
6700 if (strlcat(propstr, ",", DLADM_STRSIZE) >=
6702 die("property list too long '%s'", propstr);
6729 if (dladm_parse_link_props(propstr, &proplist, B_TRUE)
6857 char propstr[DLADM_STRSIZE];
6861 bzero(propstr, DLADM_STRSIZE);
6867 (void) strlcat(propstr, optarg, DLADM_STRSIZE);
6868 if (strlcat(propstr, ",", DLADM_STRSIZE) >=
6870 die("property list too long '%s'", propstr);
6888 if (dladm_parse_link_props(propstr, &proplist, reset) !=
9484 char propstr[DLADM_STRSIZE];
9487 propstr[0] = '\0';
9511 (void) strlcat(propstr, optarg, DLADM_STRSIZE);
9512 if (strlcat(propstr, ",", DLADM_STRSIZE) >=
9514 die("property list too long '%s'", propstr);
9576 if (dladm_parse_link_props(propstr, &proplist, B_FALSE)