Lines Matching refs:outstr
5202 char *outstr;
5400 outstr = "";
5402 outstr = zone->zone_bootargs;
5403 size = strlen(outstr) + 1;
5407 err = copyoutstr(outstr, buf, bufsize, NULL);
5424 outstr = "";
5426 outstr = sclass[zone->zone_defaultcid].cl_name;
5427 size = strlen(outstr) + 1;
5431 err = copyoutstr(outstr, buf, bufsize, NULL);
5451 outstr = "";
5453 outstr = zone->zone_fs_allowed;
5454 size = strlen(outstr) + 1;
5458 err = copyoutstr(outstr, buf, bufsize, NULL);