Home
last modified time | relevance | path

Searched refs:inodev (Results 1 – 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/mandoc/
Dmandocdb.c79 struct inodev { struct
85 struct inodev inodev; /* used for hashing routine */ argument
433 mandoc_ohash_init(&mpages, 6, offsetof(struct mpage, inodev)); in mandocdb()
506 offsetof(struct mpage, inodev)); in mandocdb()
990 struct inodev inodev; in mlink_add() local
1014 memset(&inodev, 0, sizeof(inodev)); /* Clear padding. */ in mlink_add()
1015 inodev.st_ino = st->st_ino; in mlink_add()
1016 inodev.st_dev = st->st_dev; in mlink_add()
1017 slot = ohash_lookup_memory(&mpages, (char *)&inodev, in mlink_add()
1018 sizeof(struct inodev), inodev.st_ino); in mlink_add()
[all …]
DNEWS739 having padding in struct inodev (typically 64bit platforms).