Searched refs:psection (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/processor-trace/libipt/test/src/ |
H A D | ptunit-mapped_section.c | 157 struct pt_section *psection; in section() local 161 psection = pt_msec_section(&msec); in section() 162 ptu_ptr_eq(psection, §ion); 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 D | ptunit-image_section_cache.c | 72 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 D | ptunit-image.c | 211 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 D | conf_def.c | 222 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 D | pt_section.c | 40 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 D | pt_section.h | 172 extern int pt_mk_section(struct pt_section **psection, const char *filename,
|