Home
last modified time | relevance | path

Searched refs:psection (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/processor-trace/libipt/test/src/
H A Dptunit-mapped_section.c157 struct pt_section *psection; in section() local
161 psection = pt_msec_section(&msec); in section()
162 ptu_ptr_eq(psection, &section); in section()
170 struct pt_section *psection; in section_null() local
174 psection = pt_msec_section(&msec); in section_null()
175 ptu_ptr_eq(psection, NULL); in section_null()
H A Dptunit-image_section_cache.c72 extern int pt_mk_section(struct pt_section **psection, const char *filename,
96 int pt_mk_section(struct pt_section **psection, const char *filename, in pt_mk_section() argument
134 *psection = section; in pt_mk_section()
H A Dptunit-image.c211 int pt_mk_section(struct pt_section **psection, const char *filename, in pt_mk_section() argument
214 (void) psection; in pt_mk_section()
/freebsd/crypto/openssl/crypto/conf/
H A Dconf_def.c222 char *start, *psection, *pname; in def_load_bio() local
388 psection = pname; in def_load_bio()
392 psection = section; in def_load_bio()
470 if (!str_copy(conf, psection, &include, p)) in def_load_bio()
549 if (!str_copy(conf, psection, &(v->value), start)) in def_load_bio()
552 if (strcmp(psection, section) != 0) { in def_load_bio()
553 if ((tv = _CONF_get_section(conf, psection)) in def_load_bio()
555 tv = _CONF_new_section(conf, psection); in def_load_bio()
/freebsd/contrib/processor-trace/libipt/src/
H A Dpt_section.c40 int pt_mk_section(struct pt_section **psection, const char *filename, in pt_mk_section() argument
50 if (!psection) in pt_mk_section()
115 *psection = section; in pt_mk_section()
/freebsd/contrib/processor-trace/libipt/internal/include/
H A Dpt_section.h172 extern int pt_mk_section(struct pt_section **psection, const char *filename,