Home
last modified time | relevance | path

Searched refs:NFS (Results 1 – 10 of 10) sorted by relevance

/external/netcat/data/
Dnfs-0.d1 # UDP NFS null-proc call; finds active NFS listeners on port 2049.
/external/qemu/target-arm/
Dneon_helper.c22 #define NFS &neon_float_status macro
1397 return (float32_compare_quiet(f0, f1, NFS) == -1) ? a : b; in HELPER()
1404 return (float32_compare_quiet(f0, f1, NFS) == 1) ? a : b; in HELPER()
1411 return vfp_stoi((float32_compare_quiet(f0, f1, NFS) == 1) in HELPER()
1412 ? float32_sub(f0, f1, NFS) in HELPER()
1413 : float32_sub(f1, f0, NFS)); in HELPER()
1418 return vfp_stoi(float32_add(vfp_itos(a), vfp_itos(b), NFS)); in HELPER()
1423 return vfp_stoi(float32_sub(vfp_itos(a), vfp_itos(b), NFS)); in HELPER()
1428 return vfp_stoi(float32_mul(vfp_itos(a), vfp_itos(b), NFS)); in HELPER()
1435 if (float32_compare_quiet(vfp_itos(a), vfp_itos(b), NFS) cmp 0) \
[all …]
/external/tcpdump/
DCHANGES19 NFS: Print unsigned values as such.
27 NFS: from NetBSD; don't interpret the reply as a possible NFS reply
72 Fix printing for 4.4BSD/NetBSD NFS Filehandles
212 Fixed buffer overflow with certain malformed NFS packets.
219 Print request header and file handle for NFS v3 FSINFO and PATHCONF
221 Fix NFS packet truncation checks.
347 - Incorporate NFS parsing code from NetBSD. Adds support for nfsv3.
/external/grub/netboot/
Dtulip.txt12 (bootp/dhcp/NFS) set up, and you need a Linux kernel with v0.91g
/external/openssl/crypto/dh/
Dgenerate27 "secure NFS" was certainly not long enough.)
/external/e2fsprogs/ext2ed/
Dext2.descriptors103 __u32 i_version; /* File version (for NFS) */
/external/netcat/
DREADME540 perhaps to TCP NFS servers, X servers, Prospero, ciscos that listen on 200x
550 ports, but what if you are on a machine that also happens to be an NFS server?
/external/e2fsprogs/debian/
Dchangelog544 * Avoid trying to mount the root device if it is an NFS device.
/external/dropbear/libtomcrypt/
Dcrypt.tex4958 The following chart gives the work factor for solving a DH/RSA public key using the NFS. The work …
/external/sqlite/dist/
Dsqlite3.c.orig21907 /* random NFS retry error, unless during file system support
22694 ** of bytes to be read or written, we give hints to NFS to help it
22696 ** is slower, so we don't want to use it except for NFS.
24861 ** is useful on NFS-mounted files since it helps NFS to maintain cache
25895 ** supported network file systems. NFS and AFP both observe the
25900 ** [http://www.nabble.com/SQLite-on-NFS-cache-coherency-td15655701.html].