MCPcopy Create free account
hub / github.com/F-Stack/f-stack / abi_aware

Function abi_aware

freebsd/kern/kern_tc.c:1532–1537  ·  view source on GitHub ↗

* Return true if the driver is aware of the abi version extensions in the * pps_state structure, and it supports at least the given abi version number. */

Source from the content-addressed store, hash-verified

1530 * pps_state structure, and it supports at least the given abi version number.
1531 */
1532static inline int
1533abi_aware(struct pps_state *pps, int vers)
1534{
1535
1536 return ((pps->kcmode & KCMODE_ABIFLAG) && pps->driver_abi >= vers);
1537}
1538
1539static int
1540pps_fetch(struct pps_fetch_args *fapi, struct pps_state *pps)

Callers 1

pps_fetchFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected