HomeSort by: relevance | last modified time | path
    Searched refs:am (Results 1 - 25 of 169) sorted by relevancy

1 2 3 4 5 6 7

  /src/sys/dev/ieee1394/
fwdma.h 63 fwdma_v_addr(struct fwdma_alloc_multi *am, int index)
65 bus_size_t ssize = am->ssize;
66 int offset = am->esize * index;
68 return (char *)am->seg[offset / ssize].v_addr + (offset % ssize);
72 fwdma_bus_addr(struct fwdma_alloc_multi *am, int index)
74 bus_size_t ssize = am->ssize;
75 int offset = am->esize * index;
77 return am->seg[offset / ssize].bus_addr + (offset % ssize);
81 fwdma_sync_multiseg(struct fwdma_alloc_multi *am, int start, int end, int op)
86 off = (am->esize * start) % am->ssize
    [all...]
fwdma.c 152 struct fwdma_alloc_multi *am; local
169 am = (struct fwdma_alloc_multi *)malloc(size, M_FW, M_WAITOK | M_ZERO);
170 if (am == NULL) {
174 am->ssize = ssize;
175 am->esize = esize;
176 am->nseg = 0;
177 am->dma_tag = fc->dmat;
179 for (seg = am->seg; nseg--; seg++) {
180 seg->v_addr = fwdma_malloc(fc->dev, am->dma_tag, &seg->dma_map,
184 am->nseg)
    [all...]
  /src/external/bsd/am-utils/dist/m4/
amdgrep 5 Makefile.am \
6 [a-z]*/Makefile.am \
  /src/external/gpl2/diffutils/dist/m4/
Makefile.am.in 6 Makefile.am: Makefile.am.in
10 echo " README jm-glibc-io.m4 Makefile.am.in" \
Makefile.am 5 README jm-glibc-io.m4 Makefile.am.in \
39 Makefile.am: Makefile.am.in
43 echo " README jm-glibc-io.m4 Makefile.am.in" \
  /src/sbin/mount_autofs/
mount_autofs.c 75 struct autofs_args *am = v; local
81 strlcpy(am->from, optarg, MAXPATHLEN);
90 strlcpy(am->master_options, optarg, MAXPATHLEN);
93 strlcpy(am->master_prefix, optarg, MAXPATHLEN);
116 struct autofs_args am = { local
122 mount_autofs_parseargs(argc, argv, &am, &mntflags,
124 if (mount(MOUNT_KERNFS, canon_dir, mntflags, &am, sizeof(am)) == -1)
128 am.from, am.master_options, am.master_prefix)
    [all...]
  /src/external/bsd/am-utils/dist/amd/
ops_ext.c 38 * File: am-utils/amd/ops_ext.c
54 static int ext2_mount(am_node *am, mntfs *mf);
55 static int ext3_mount(am_node *am, mntfs *mf);
56 static int ext4_mount(am_node *am, mntfs *mf);
57 static int ext_umount(am_node *am, mntfs *mf);
184 ext_mount(am_node *am, mntfs *mf, char *mount_type,
202 ext2_mount(am_node *am, mntfs *mf)
204 return ext_mount(am, mf, MOUNT_TYPE_EXT2, MNTTAB_TYPE_EXT2);
208 ext3_mount(am_node *am, mntfs *mf)
210 return ext_mount(am, mf, MOUNT_TYPE_EXT3, MNTTAB_TYPE_EXT3)
    [all...]
amfs_error.c 38 * File: am-utils/amd/amfs_error.c
57 static int amfs_error_mount(am_node *am, mntfs *mf);
58 static int amfs_error_umount(am_node *am, mntfs *mf);
98 amfs_error_mount(am_node *am, mntfs *mf)
105 amfs_error_umount(am_node *am, mntfs *mf)
amfs_union.c 38 * File: am-utils/amd/amfs_union.c
93 am_node *am; local
94 am = amfs_generic_lookup_child(arg, dir, &error, VLOOK_CREATE);
95 if (am && error < 0)
96 (void)amfs_generic_mount_child(am, &error);
ops_efs.c 38 * File: am-utils/amd/ops_efs.c
54 static int efs_mount(am_node *am, mntfs *mf);
55 static int efs_umount(am_node *am, mntfs *mf);
150 efs_mount(am_node *am, mntfs *mf)
167 efs_umount(am_node *am, mntfs *mf)
ops_lofs.c 38 * File: am-utils/amd/ops_lofs.c
54 static int lofs_mount(am_node *am, mntfs *mf);
55 static int lofs_umount(am_node *am, mntfs *mf);
136 lofs_mount(am_node *am, mntfs *mf)
152 lofs_umount(am_node *am, mntfs *mf)
ops_ufs.c 38 * File: am-utils/amd/ops_ufs.c
54 static int ufs_mount(am_node *am, mntfs *mf);
55 static int ufs_umount(am_node *am, mntfs *mf);
160 ufs_mount(am_node *am, mntfs *mf)
177 ufs_umount(am_node *am, mntfs *mf)
ops_xfs.c 38 * File: am-utils/amd/ops_xfs.c
54 static int xfs_mount(am_node *am, mntfs *mf);
55 static int xfs_umount(am_node *am, mntfs *mf);
147 xfs_mount(am_node *am, mntfs *mf)
164 xfs_umount(am_node *am, mntfs *mf)
  /src/external/bsd/am-utils/dist/doc/
Makefile.am 3 # Package: am-utils
9 info_TEXINFOS = am-utils.texi
18 $(srcdir)/version.texi: am-utils.texi $(top_srcdir)/configure.ac
19 @(set `$(SHELL) $(srcdir)/mdate-sh $(srcdir)/am-utils.texi`; \
30 dist-hook: $(distdir)/am-utils.dvi $(distdir)/am-utils.ps
32 $(distdir)/am-utils.dvi: am-utils.dvi
35 $(distdir)/am-utils.ps: am-utils.p
    [all...]
  /src/sys/modules/lua/
test.lua 6 systm.print('I am about to be closed\n')
  /src/external/bsd/openldap/dist/doc/devel/variadic_debug/
script.sh 45 git am "$PATCH_DIR/00-fixes.patch"
46 git am "$PATCH_DIR/01-logging.patch"
47 git am "$PATCH_DIR/02-manual.patch"
63 git am "$PATCH_DIR/05-back-sql.patch"
64 git am "$PATCH_DIR/06-nssov.patch"
73 git am "$PATCH_DIR/08-snprintf-manual.patch"
  /src/usr.bin/make/unit-tests/
doterror.exp 1 At first, I am
  /src/external/bsd/am-utils/man/
Makefile 12 TEXINFO= am-utils.texi
17 am-utils.info: version.texi
  /src/sys/arch/sgimips/sgimips/
arcemu.c 485 static struct arcbios_mem am; local
495 am.Type = ARCBIOS_MEM_ExceptionBlock;
496 am.BasePage = 0;
497 am.PageCount = 2;
500 return (&am);
537 am.BasePage = 2;
538 am.PageCount = 894;
539 am.Type = ARCBIOS_MEM_FreeContiguous;
544 am.BasePage = 896;
545 am.PageCount = 128
572 static struct arcbios_mem am; local
    [all...]
  /src/external/bsd/am-utils/dist/
cvs-server.txt 4 (1) Get an SSH Public key installed on cvs.am-utils.org. You can generate a
6 your ~/.ssh/authorized_keys file on cvs.am-utils.org. If you don't have
7 login access on cvs.am-utils.org, then email
8 am-utils-developers@am-utils.org.
13 $ cvs -d ${USER}@cvs.am-utils.org:/home/cvsroot checkout am-utils
17 $ cvs -d ${USER}@cvs.am-utils.org:/home/cvsroot checkout -r amd-6-1-stable am-utils
21 $ cvs -d ${USER}@cvs.am-utils.org:/home/cvsroot checkout -r amd-6-0-stable am-util
    [all...]
  /src/external/gpl2/gmake/dist/w32/
Makefile 1 # Makefile.in generated by automake 1.9.6 from Makefile.am.
17 # Makefile.am to create libw32.a for mingw32 host.
57 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
206 all: all-am
210 $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
214 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
226 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
233 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
236 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
238 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refres
    [all...]
  /src/sys/dev/vme/
vmevar.h 108 #define vme_space_map(vc, vmeaddr, len, am, datasize, swap, tag, handle, resc) \
109 (*((vc)->vct_map))((vc)->cookie, (vmeaddr), (len), (am), (datasize), \
117 #define vme_probe(vc, vmeaddr, len, am, datasize, callback, cbarg) \
118 (*((vc)->vct_probe))((vc)->cookie, (vmeaddr), (len), (am), \
137 #define vme_dmamap_create(vc, size, am, datasize, swap, nsegs, segsz, bound, \
139 (*((vc)->vct_dmamap_create))((vc)->cookie, (size), (am), (datasize), \
147 #define vme_dmamem_alloc(vc, size, am, datasize, swap, \
149 (*((vc)->vct_dmamem_alloc))((vc)->cookie, (size), (am), (datasize), (swap), \
185 vme_am_t am; member in struct:vme_range
  /src/external/bsd/am-utils/
amd2netbsd 37 # $ sh /usr/src/external/bsd/am-utils/dist/amd2netbsd am-utils-6.x.y `pwd`
38 # $ cd src/external/bsd/dist/am-utils
39 # $ cvs -d cvs.netbsd.org:/cvsroot import -m "Import am-utils 6.x.y" src/external/bsd/am-utils/dist ezk am-utils-6-x-y
40 # $ cd ../../../am-utils-6.x.y
45 # $ rm -r src am-utils-6.x.y
47 # $ cvs commit -m "Updated autoconf generated files for am-utils 6.x.y."
55 d=$2/src/external/bsd/am-utils/dis
    [all...]
  /src/external/gpl2/gettext/dist/gettext-tools/examples/hello-objc-gnustep/
autogen.sh 8 if test -r ../Makefile.am; then
  /src/external/gpl2/xcvs/dist/maint-aux/
gnulib-update 47 # Restore lib/Makefile.am.
48 if test -f lib/Makefile.am.save; then
49 mv lib/Makefile.am.save lib/Makefile.am
57 # Prevent lib/Makefile.am from being overwritten.
58 mv lib/Makefile.am lib/Makefile.am.save
99 # Warn the user if changes have been made to the Makefile.am.
100 if cmp lib/Makefile.am lib/Makefile.gnulib >/dev/null; then
102 rm lib/Makefile.am
    [all...]

Completed in 47 milliseconds

1 2 3 4 5 6 7