Home
last modified time | relevance | path

Searched refs:cts_type (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/cddl/contrib/opensolaris/uts/common/ctf/
H A Dctf_mod.c130 ctfsect.cts_type = SHT_PROGBITS; in ctf_modopen()
138 symsect.cts_type = SHT_SYMTAB; in ctf_modopen()
150 strsect.cts_type = SHT_STRTAB; in ctf_modopen()
/freebsd/cddl/contrib/opensolaris/lib/libctf/common/
H A Dctf_lib.c259 ctfsect.cts_type = SHT_PROGBITS; in ctf_fdopen()
401 ctfsect.cts_type = shp->sh_type; in ctf_fdopen()
409 symsect.cts_type = shp->sh_type; in ctf_fdopen()
416 strsect.cts_type = lhp->sh_type; in ctf_fdopen()
426 if (ctfsect.cts_type == SHT_NULL) { in ctf_fdopen()
440 if (symsect.cts_type != SHT_NULL && in ctf_fdopen()
441 strsect.cts_type != SHT_NULL) { in ctf_fdopen()
/freebsd/sys/cam/
H A Dcam_compat.h114 cts_type type; /* Current or User settings */
172 cts_type type; /* Current or User settings */
H A Dcam_ccb.h953 } cts_type;
1120 cts_type type; /* Current or User settings */
945 } cts_type; global() typedef
/freebsd/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Dctf_api.h70 ulong_t cts_type; /* section type (ELF SHT_... value) */ member
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_module.c580 if (sh.sh_type == ctsp->cts_type && in dt_module_load_sect()
771 dmp->dm_ctdata.cts_type = SHT_PROGBITS; in dt_module_load()
779 dmp->dm_symtab.cts_type = SHT_SYMTAB; in dt_module_load()
788 dmp->dm_strtab.cts_type = SHT_STRTAB; in dt_module_load()
/freebsd/cddl/contrib/opensolaris/common/ctf/
H A Dctf_create.c66 cts.cts_type = SHT_PROGBITS; in ctf_create()
523 cts.cts_type = SHT_PROGBITS; in ctf_update()