Home
last modified time | relevance | path

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

/freebsd/contrib/mandoc/
H A 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()
993 struct inodev inodev; in mlink_add() local
1017 memset(&inodev, 0, sizeof(inodev)); /* Clear padding. */ in mlink_add()
1018 inodev.st_ino = st->st_ino; in mlink_add()
1019 inodev.st_dev = st->st_dev; in mlink_add()
1020 slot = ohash_lookup_memory(&mpages, (char *)&inodev, in mlink_add()
1021 sizeof(struct inodev), inodev.st_ino); in mlink_add()
[all …]
H A DNEWS739 having padding in struct inodev (typically 64bit platforms).