Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/filesync/
H A Drules.c446 list = &bp->b_restrictions; in add_rule()
611 for (rp = bp->b_restrictions; rp; rp = rp->r_next) { in check_restr()
H A Ddatabase.h79 struct rule *b_restrictions; /* chain of restrictions */ member