Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dsubr_blist.c450 update_gap_stats(struct gap_stats *stats, daddr_t posn) in update_gap_stats() argument
456 stats->start = posn; in update_gap_stats()
459 size = posn - stats->start; in update_gap_stats()
/f-stack/freebsd/netgraph/
H A Dng_parse.c119 int index, enum comptype ctype, int posn);
1594 int index, enum comptype ctype, int posn) in ng_parse_get_elem_pad() argument
1610 return (align ? (align - (posn % align)) % align : 0); in ng_parse_get_elem_pad()