Searched refs:section_name (Results 1 – 8 of 8) sorted by relevance
/illumos-gate/usr/src/cmd/ndmpd/tlm/ |
H A D | tlm_backup_reader.c | 251 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 …]
|
/illumos-gate/usr/src/lib/brand/shared/zone/ |
H A D | common.ksh | 408 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" ]];
|
/illumos-gate/usr/src/lib/libdwarf/common/ |
H A D | dwarf_gdbindex.c | 139 const char ** section_name, in dwarf_gdbindex_header() argument 252 *section_name = dbg->de_debug_gdbindex.dss_name; in dwarf_gdbindex_header()
|
H A D | dwarf_init_finish.c | 2075 const char *section_name, in dwarf_get_section_info_by_name() argument 2106 if (!strcmp(section_name,doas.name)) { in dwarf_get_section_info_by_name() 2120 const char **section_name, in dwarf_get_section_info_by_index() argument 2127 *section_name = NULL; in dwarf_get_section_info_by_index() 2146 *section_name = doas.name; in dwarf_get_section_info_by_index()
|
H A D | dwarf_xu_index.c | 199 const char ** section_name, in dwarf_get_xu_index_header() argument 416 *section_name = indexptr->gx_section_name; in dwarf_get_xu_index_header()
|
H A D | dwarf_loc.c | 1063 const char *section_name = 0; in dwarf_loclist_from_expr_b() local 1066 expression_in,§ion_name,§ion_start, in dwarf_loclist_from_expr_b() 1254 const char *section_name = 0; in _dwarf_fill_in_locdesc_op_c() local 1265 blockdataptr,§ion_name,§ion_start, in _dwarf_fill_in_locdesc_op_c()
|
H A D | generated_libdwarf.h.in | 3440 const char ** /*section_name*/, 5305 const char * /*section_name*/, 5313 const char ** /*section_name*/,
|
H A D | libdwarf.h.in | 3440 const char ** /*section_name*/, 5305 const char * /*section_name*/, 5313 const char ** /*section_name*/,
|