Home
last modified time | relevance | path

Searched refs:advice (Results 1 – 25 of 43) sorted by relevance

12

/minix3/lib/libc/sys/
H A Dposix_madvise.c32 posix_madvise(void *addr, size_t len, int advice) in posix_madvise() argument
35 return madvise(addr, len, advice); in posix_madvise()
/minix3/sys/ufs/ext2fs/
H A Dext2fs_readwrite.c106 int advice; in ext2fs_read() local
130 advice = IO_ADV_DECODE(ap->a_ioflag); in ext2fs_read()
137 error = ubc_uiomove(&vp->v_uobj, uio, bytelen, advice, in ext2fs_read()
275 int advice; in ext2fs_write() local
278 advice = IO_ADV_DECODE(ioflag); in ext2fs_write()
318 error = ubc_uiomove(&vp->v_uobj, uio, bytelen, advice, in ext2fs_write()
/minix3/sys/ufs/lfs/
H A Dulfs_readwrite.c83 int error, ioflag, advice; in READ() local
119 advice = IO_ADV_DECODE(ap->a_ioflag); in READ()
127 error = ubc_uiomove(&vp->v_uobj, uio, bytelen, advice, in READ()
/minix3/sys/uvm/
H A Duvm_map.h147 int advice; /* madvise advice */ member
/minix3/crypto/external/
H A DREADME59 contact <core@NetBSD.org> for advice.
/minix3/sys/ufs/ufs/
H A Dufs_readwrite.c94 int error, ioflag, advice; in READ() local
130 advice = IO_ADV_DECODE(ap->a_ioflag); in READ()
138 error = ubc_uiomove(&vp->v_uobj, uio, bytelen, advice, in READ()
/minix3/external/bsd/llvm/dist/llvm/docs/
H A DHowToBuildOnARM.rst18 ARM encompasses a wide variety of CPUs; this advice is primarily based
H A DDeveloperPolicy.rst469 This section deals with legal matters but does not provide legal advice. We
/minix3/external/
H A DREADME98 contact <core@NetBSD.org> for advice.
/minix3/sys/fs/v7fs/
H A Dv7fs_vnops.c579 const int advice = IO_ADV_DECODE(a->a_ioflag); in v7fs_read() local
588 error = ubc_uiomove(&vp->v_uobj, uio, sz, advice, UBC_READ | in v7fs_read()
611 int advice = IO_ADV_DECODE(a->a_ioflag); in v7fs_write() local
640 if ((error = ubc_uiomove(&vp->v_uobj, uio, sz, advice, in v7fs_write()
/minix3/sys/fs/udf/
H A Dudf_vnops.c200 int advice = IO_ADV_DECODE(ap->a_ioflag); in udf_read() local
259 error = ubc_uiomove(uobj, uio, len, advice, in udf_read()
295 int advice = IO_ADV_DECODE(ap->a_ioflag); in udf_write() local
377 error = ubc_uiomove(uobj, uio, len, advice, in udf_write()
/minix3/sys/fs/cd9660/
H A Dcd9660_vnops.c234 const int advice = IO_ADV_DECODE(ap->a_ioflag); in cd9660_read() local
243 error = ubc_uiomove(&vp->v_uobj, uio, bytelen, advice, in cd9660_read()
/minix3/external/bsd/llvm/dist/clang/include/clang/Driver/
H A DCC1Options.td359 HelpText<"Apply fix-it advice to the input source">;
361 HelpText<"Apply fix-it advice creating a file with the given suffix">;
417 HelpText<"Apply fix-it advice even in the presence of unfixable errors">;
419 HelpText<"Apply fix-it advice only for warnings, not errors">;
/minix3/external/bsd/llvm/dist/llvm/docs/CommandGuide/
H A Dbugpoint.rst18 advice for using bugpoint, see *llvm/docs/Bugpoint.html* in the LLVM
/minix3/minix/commands/autopart/
H A Dautopart.c1731 static char *advice[] = { in m_help() local
1766 for (ap= advice; ap < arraylimit(advice); ap++) { in m_help()
/minix3/minix/commands/part/
H A Dpart.c1856 static char *advice[] = { in m_help() local
1891 for (ap= advice; ap < arraylimit(advice); ap++) { in m_help()
/minix3/external/bsd/top/dist/
H A DREADME63 directions and advice contained therein.
/minix3/sys/ufs/chfs/
H A Dchfs_vnops.c664 const int advice = IO_ADV_DECODE(ap->a_ioflag); in chfs_read() local
674 error = ubc_uiomove(&vp->v_uobj, uio, bytelen, advice, in chfs_read()
/minix3/sys/fs/msdosfs/
H A Dmsdosfs_vnops.c483 const int advice = IO_ADV_DECODE(ap->a_ioflag); in msdosfs_read() local
491 error = ubc_uiomove(&vp->v_uobj, uio, bytelen, advice, in msdosfs_read()
/minix3/external/historical/nawk/dist/
H A DFIXES72 after advice from todd miller, kevin lo, ruslan ermilov,
224 kiefel, arnold robbins and ruslan ermilov for advice, though they
511 thanks to arnold robbins for advice here.
/minix3/share/misc/
H A Dacronyms480 TINLA this is not legal advice
/minix3/sys/fs/puffs/
H A Dpuffs_vnops.c2295 const int advice = IO_ADV_DECODE(ap->a_ioflag); in puffs_vnop_read() local
2306 error = ubc_uiomove(&vp->v_uobj, uio, bytelen, advice, in puffs_vnop_read()
/minix3/external/bsd/flex/dist/
H A DABOUT-NLS93 Special advice for Norwegian users: The language code for Norwegian
/minix3/external/bsd/bind/dist/contrib/zkt-1.1.3/doc/
H A Ddraft-ietf-dnsop-rfc4641bis-01.txt600 "heavily used". That advice may have been true 15 years ago, but it
1303 Our advice is to have a documented procedure ready for when a key
1365 If we follow this advice, the timing of the replacement of the KSK is
/minix3/games/fortune/datfiles/
H A Dstartrek383 advice without necessarily having to take it.

12