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

  /src/tests/fs/msdosfs/
t_snapshot.c 30 struct msdosfs_args margs; local in function:mount_diskfs
32 memset(&margs, 0, sizeof(margs));
33 margs.fspec = __UNCONST(fspec);
34 margs.version = MSDOSFSMNT_VERSION;
36 if (rump_sys_mount(MOUNT_MSDOS, path, 0, &margs, sizeof(margs)) == -1)
  /src/sys/dev/virtio/arch/x86/
virtio_mmio_cmdline.c 83 struct mmio_args margs; member in struct:virtio_mmio_cmdline_softc
111 parsearg(struct mmio_args *margs, const char *arg)
116 margs->sz = strtoull(arg, (char **)&p, 0);
117 if ((margs->sz == 0) || (margs->sz == UINT64_MAX))
122 if (margs->sz > (UINT64_MAX >> 60))
124 margs->sz <<= 10;
127 if (margs->sz > (UINT64_MAX >> 50))
129 margs->sz <<= 10;
132 if (margs->sz > (UINT64_MAX >> 40)
194 struct mmio_args *margs = &sc->margs; local in function:virtio_mmio_cmdline_attach
    [all...]

Completed in 12 milliseconds