Home
last modified time | relevance | path

Searched refs:aces (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/contrib/openzfs/module/os/freebsd/spl/
H A Dspl_acl.c104 acl_from_aces(struct acl *aclp, const ace_t *aces, int nentries) in acl_from_aces() argument
131 ace = &(aces[i]); in acl_from_aces()
174 aces_from_acl(ace_t *aces, int *nentries, const struct acl *aclp) in aces_from_acl() argument
180 bzero(aces, sizeof (*aces) * aclp->acl_cnt); in aces_from_acl()
186 ace = &(aces[i]); in aces_from_acl()
/f-stack/freebsd/contrib/device-tree/Bindings/spi/
H A Dspi-synquacer.txt13 - socionext,set-aces: boolean, if same active clock edges field to be set.
26 socionext,set-aces;
/f-stack/freebsd/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dacl.h204 extern void aces_from_acl(ace_t *aces, int *nentries, const struct acl *aclp);
205 extern int acl_from_aces(struct acl *aclp, const ace_t *aces, int nentries);