Searched refs:firstace (Results 1 - 1 of 1) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dacls.c1475 const struct POSIX_ACE *firstace,
1489 if ((firstace->tag == secondace->tag)
1490 && (firstace->id == secondace->id)) {
1494 if ((firstace->tag < secondace->tag)
1495 || ((firstace->tag == secondace->tag)
1496 && (firstace->id < secondace->id))) {
1497 targetace->tag = firstace->tag;
1498 targetace->id = firstace->id;
1499 targetace->perms = firstace->perms;
1500 firstace
1474 merge_lists_posix(struct POSIX_ACE *targetace, const struct POSIX_ACE *firstace, const struct POSIX_ACE *secondace, int firstcnt, int secondcnt) argument
1550 const struct POSIX_ACE *firstace; local
[all...]

Completed in 44 milliseconds