HomeSort by: relevance | last modified time | path
    Searched defs:ace (Results 1 - 5 of 5) sorted by relevancy

  /src/external/bsd/libarchive/dist/libarchive/
archive_disk_acl_sunos.c 176 ace_t *ace; local
200 * Create list of trivial ace's to be compared
287 ace = &((ace_t *)aclp)[p];
292 if (ace->a_flags != tace[i].a_flags ||
293 ace->a_type != tace[i].a_type ||
294 (ace->a_access_mask != tace[i].a_access_mask &&
296 ace->a_access_mask !=
325 ace_t *ace; local
338 ace = &((ace_t *)aclp)[e];
339 ae_id = ace->a_who
451 ace_t *ace; local
    [all...]
  /src/external/cddl/osnet/dist/uts/common/fs/zfs/
zfs_replay.c 958 ace_t *ace = (ace_t *)(lr + 1); /* ace array follows lr_acl_t */ local
966 zfs_oldace_byteswap(ace, lr->lr_aclcnt);
977 vsa.vsa_aclentp = ace;
1006 ace_t *ace = (ace_t *)(lr + 1); local
1014 zfs_ace_byteswap(ace, lr->lr_acl_bytes, B_FALSE);
1016 byteswap_uint64_array((caddr_t)ace +
1028 vsa.vsa_aclentp = ace;
1033 void *fuidstart = (caddr_t)ace +
  /src/external/cddl/osnet/dist/uts/common/sys/
acl.h 45 typedef struct ace { struct
195 /* cmd's to manipulate ace acls. */
  /src/sys/arch/emips/ebus/
ace_ebus.c 197 static void ace_set_geometry(struct ace_softc *ace);
212 if (strcmp("ace", d->ia_name) != 0)
223 struct ace_softc *ace = device_private(self); local
227 ace->sc_dev = self;
232 ace->sc_dr = (struct _Sac *)ia->ia_vaddr;
234 printf(" virt=%p", (void*)ace->sc_dr);
236 printf(" : System ACE\n");
239 ace_ebus_intr, ace); local
244 ace, NULL, "%s", device_xname(ace->sc_dev))
1714 struct ace_softc *ace; local
1795 struct ace_softc *ace = arg; local
1902 struct ace_softc *ace = v; local
1936 struct ace_softc *ace; local
2016 struct ace_softc *ace = device_lookup_private(&ace_cd, ACEUNIT(dev)); local
2141 struct ace_softc *ace = device_lookup_private(&ace_cd, ACEUNIT(dev)); local
2279 struct ace_softc *ace; local
2314 struct ace_softc *ace; \/* disk unit to do the I\/O *\/ local
    [all...]
  /src/external/public-domain/sqlite/dist/
shell.c 25344 char ace[3] = "\\?"; local
25368 ace[1] = cbsSay;
25369 cli_puts(ace, out);
25373 ace[1] = (char)c;
25374 cli_puts(ace+1, out);
25389 char ace[3] = "\\?"; local
25413 ace[1] = cbsSay;
25414 sqlite3_str_appendall(out,ace);
25418 ace[1] = (char)c;
25419 sqlite3_str_appendall(out, ace+1)
    [all...]

Completed in 53 milliseconds