Searched refs:exthdr (Results 1 – 3 of 3) sorted by relevance
7 ATF_TESTS_SH= exthdr \21 TEST_METADATA.exthdr+= execenv="jail" \37 ${PACKAGE}FILES+= exthdr.py \
65 typedef struct exthdr exthdr_t;69 STAILQ_HEAD(extlist, exthdr);142 struct exthdr { struct143 STAILQ_ENTRY(exthdr) next;
438 char *exthdr = NULL, *name = NULL, *link = NULL; in tarfs_alloc_one() local471 if (exthdr != NULL) { in tarfs_alloc_one()474 free(exthdr, M_TEMP); in tarfs_alloc_one()565 if (exthdr != NULL) { in tarfs_alloc_one()574 exthdr = malloc(sz, M_TEMP, M_WAITOK); in tarfs_alloc_one()575 res = tarfs_io_read_buf(tmp, false, exthdr, in tarfs_alloc_one()586 char *line = exthdr; in tarfs_alloc_one()587 while (line < exthdr + sz) { in tarfs_alloc_one()597 line + len > exthdr + sz) { in tarfs_alloc_one()828 if (exthdr != NULL) { in tarfs_alloc_one()[all …]