Home
last modified time | relevance | path

Searched refs:section_name (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/cmd/ndmpd/tlm/
H A Dtlm_backup_reader.c251 char *section_name = ndmp_malloc(TLM_MAX_PATH_NAME); in output_xattr_header() local
256 if (section_name == NULL) in output_xattr_header()
261 free(section_name); in output_xattr_header()
270 (void) snprintf(section_name, TLM_MAX_PATH_NAME, in output_xattr_header()
273 (void) snprintf(section_name, in output_xattr_header()
276 namesz = strlen(section_name) + strlen(fname) + 2; /* 2 nulls */ in output_xattr_header()
283 free(section_name); in output_xattr_header()
287 (void) strlcpy(tar_hdr->th_name, section_name, TLM_NAME_SIZE); in output_xattr_header()
311 free(section_name); in output_xattr_header()
337 free(section_name); in output_xattr_header()
[all …]
/titanic_41/usr/src/lib/brand/shared/zone/
H A Dcommon.ksh408 section_name=${input_line##*=}
411 if [[ "$section_name" == "archive" ]]; then
419 if [[ "$section_name" == "identification" ]]; then
431 "section_end=$section_name" ]]; then
449 if [[ $input_line == "section_end=$section_name" ]];