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

  /src/share/man/man4/man4.emips/
Makefile 4 MAN= ace.4 autoconf.4 dz.4 ebus.4 eclock.4 enic.4 intro.4
  /src/sys/arch/emips/ebus/
ace_ebus.c 200 static void ace_set_geometry(struct ace_softc *ace);
215 if (strcmp("ace", d->ia_name) != 0)
226 struct ace_softc *ace = device_private(self); local in function:ace_ebus_attach
230 ace->sc_dev = self;
235 ace->sc_dr = (struct _Sac *)ia->ia_vaddr;
237 printf(" virt=%p", (void*)ace->sc_dr);
239 printf(" : System ACE\n");
242 ace_ebus_intr, ace);
247 ace, NULL, "%s", device_xname(ace->sc_dev))
1721 struct ace_softc *ace; local in function:acestrategy
1802 struct ace_softc *ace = arg; local in function:acestart
1909 struct ace_softc *ace = v; local in function:acerestart
1943 struct ace_softc *ace; local in function:aceopen
2023 struct ace_softc *ace = device_lookup_private(&ace_cd, ACEUNIT(dev)); local in function:aceclose
2157 struct ace_softc *ace = device_lookup_private(&ace_cd, ACEUNIT(dev)); local in function:aceioctl
2304 struct ace_softc *ace; local in function:acesize
2339 struct ace_softc *ace; \/* disk unit to do the I\/O *\/ local in function:acedump
    [all...]
  /src/sys/fs/nfs/common/
nfs_commonacl.c 43 * Handle xdr for an ace.
185 * Turn an NFSv4 ace mask into R/W/X flag bits.
282 * This function builds an NFS ace.
286 enum vtype type, int group, int owner, struct acl_entry *ace)
295 * Fill in the ace type.
297 if (ace->ae_entry_type & ACL_ENTRY_TYPE_ALLOW)
299 else if (ace->ae_entry_type & ACL_ENTRY_TYPE_DENY)
301 else if (ace->ae_entry_type & ACL_ENTRY_TYPE_AUDIT)
310 if (ace->ae_flags & ACL_ENTRY_FILE_INHERIT)
312 if (ace->ae_flags & ACL_ENTRY_DIRECTORY_INHERIT
    [all...]
  /src/sys/arch/emips/stand/boot/
Makefile 10 SRCS+= enic.c ace.c raw.c init_board.c
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
uniphier-pro4-ace.dts 3 // Device Tree Source for UniPhier Pro4 Ace Board
12 model = "UniPhier Pro4 Ace Board";
13 compatible = "socionext,uniphier-pro4-ace", "socionext,uniphier-pro4";
mt7629.dtsi 184 interface-type = "ace-lite";
190 interface-type = "ace";
196 interface-type = "ace";
exynos5260.dtsi 235 interface-type = "ace";
241 interface-type = "ace";
vexpress-v2p-ca15_a7.dts 170 interface-type = "ace";
176 interface-type = "ace";
exynos5420.dtsi 167 interface-type = "ace";
172 interface-type = "ace";
Makefile 1336 uniphier-pro4-ace.dtb \
  /src/etc/
MAKEDEV.tmpl 1213 ace[0-9]*)
1214 name=ace; unit=${i#ace}; blk=%ace_blk%; chr=%ace_chr%

Completed in 19 milliseconds