Home
last modified time | relevance | path

Searched refs:sendcmd (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/share/examples/puffs/pgfs/
H A Dpgfs_subs.c222 error = sendcmd(xc, c, fd, size); in my_lo_truncate()
251 error = sendcmd(xc, c, fd, offset, whence); in my_lo_lseek()
298 error = sendcmd(xc, c, fd, buf, (int32_t)size); in my_lo_write()
328 error = sendcmd(xc, c, loid, mode); in my_lo_open()
351 error = sendcmd(xc, c, fd); in my_lo_close()
373 error = sendcmd(xc, c, fileid); in lo_lookup_by_fileid()
494 error = sendcmd(xc, c, fileid); in getattr()
519 error = sendcmd(xc, c, fileid); in getattr()
646 error = sendcmd(xc, c, fileid); in lookupp()
681 error = sendcmd(xc, c, type, (uint64_t)mode, (uint64_t)uid, in mkfile()
[all …]
H A Dpgfs_db.h46 int sendcmd(struct Xconn *, struct cmd *, ...);
H A Dpgfs_puffs.c202 error = sendcmd(xc, c, parent_fileid, offset); in pgfs_node_readdir()
336 error = sendcmd(xc, c, parent_fileid, name); in pgfs_node_lookup()
1198 error = sendcmd(xc, c_nfiles); in pgfs_fs_statvfs()
1208 error = sendcmd(xc, c_bytes); in pgfs_fs_statvfs()
1218 error = sendcmd(xc, c_lobytes); in pgfs_fs_statvfs()
H A Dpgfs_db.c453 sendcmd(struct Xconn *xc, struct cmd *c, ...) in sendcmd() function
922 error = sendcmd(xc, c); in pgfs_connectdb()
983 error = sendcmd(xc, c); in flush_xacts()
/netbsd-src/external/mpl/bind/dist/bin/tests/system/xfer/
H A Dtests.sh267 sendcmd() { function
275 sendcmd <ans5/goodaxfr
312 sendcmd <ans5/ixfrnotimp
331 sendcmd <ans5/unsigned
351 sendcmd <ans5/badkeydata
370 sendcmd <ans5/partial
389 sendcmd <ans5/unknownkey
408 sendcmd <ans5/wrongkey
427 sendcmd <ans5/wrongname
446 sendcmd <ans
[all...]
/netbsd-src/external/bsd/ntp/dist/ntpd/
H A Drefclock_palisade.h199 static void sendcmd (struct packettx *buffer, int c);
/netbsd-src/usr.bin/telnet/
H A Dcommands.c128 static int sendcmd(int, char **);
351 sendcmd(int argc, char **argv) in sendcmd() function
2300 { "send", sendhelp, sendcmd, 0 },