Home
last modified time | relevance | path

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

/NextBSD/usr.sbin/fstyp/
HDntfs.c70 uint32_t fr_size; member
/NextBSD/sys/geom/label/
HDg_label_ntfs.c69 uint32_t fr_size; member
/NextBSD/contrib/ipfilter/
HDip_fil_compat.c1960 fr->fr_size = sizeof(*fr) + LIFNAMSIZ * 7 + FR_GROUPLEN * 2;
1961 fr->fr_size += sizeof(fripf_t) + 16;
1962 fr->fr_size += 9; /* room for \0's */
1967 fr->fr_size = size;
2092 fr->fr_size = sizeof(*fr) + LIFNAMSIZ * 7 + FR_GROUPLEN * 2;
2093 fr->fr_size += 9; /* room for \0's */
2098 fr->fr_size = size;
2179 fr->fr_size = sizeof(*fr);
2225 fr->fr_size = sizeof(*fr) + LIFNAMSIZ * 7 + FR_GROUPLEN * 2;
2226 fr->fr_size += 9; /* room for \0's */
[all …]
/NextBSD/sys/contrib/ipfilter/netinet/
HDfil.c4452 if (fr1->fr_size != fr2->fr_size) in ipf_rule_compare()
4457 fr1->fr_size - offsetof(struct frentry, fr_func)) != 0) in ipf_rule_compare()
4517 KMALLOCS(f, frentry_t *, fp->fr_size);
4522 bzero(f, fp->fr_size);
4524 fp->fr_size);
4526 KFREES(f, fp->fr_size);
4749 uptr < (void *)((char *)fp + fp->fr_size)) {
4984 bcopy((char *)f, (char *)fp, f->fr_size);
5013 KFREES(fp, fp->fr_size);
5170 KFREES(fp, fp->fr_size);
[all …]
HDip_fil.h703 int fr_size; /* size of this structure */ member
/NextBSD/contrib/ipfilter/tools/
HDipfstat.c853 fp->fr_data = (char *)fp + fp->fr_size;
877 binprint(fp, fp->fr_size);
937 fb.fr_size) == -1) {
982 binprint(fp, fp->fr_size);
HDipf_y.y2409 obj.ipfo_size = fr->fr_size;
2612 f = realloc(*frp, (*frp)->fr_size + nlen);
2620 f->fr_size += nlen;
2635 fr->fr_size = sizeof(*fr); in allocfr()