Symbol: sendcmd
share/examples/puffs/pgfs/pgfs_db.c
922
error = sendcmd(xc, c);
share/examples/puffs/pgfs/pgfs_db.c
983
error = sendcmd(xc, c);
share/examples/puffs/pgfs/pgfs_db.h
46
int sendcmd(struct Xconn *, struct cmd *, ...);
share/examples/puffs/pgfs/pgfs_puffs.c
1198
error = sendcmd(xc, c_nfiles);
share/examples/puffs/pgfs/pgfs_puffs.c
1208
error = sendcmd(xc, c_bytes);
share/examples/puffs/pgfs/pgfs_puffs.c
1218
error = sendcmd(xc, c_lobytes);
share/examples/puffs/pgfs/pgfs_puffs.c
202
error = sendcmd(xc, c, parent_fileid, offset);
share/examples/puffs/pgfs/pgfs_puffs.c
336
error = sendcmd(xc, c, parent_fileid, name);
share/examples/puffs/pgfs/pgfs_subs.c
222
error = sendcmd(xc, c, fd, size);
share/examples/puffs/pgfs/pgfs_subs.c
251
error = sendcmd(xc, c, fd, offset, whence);
share/examples/puffs/pgfs/pgfs_subs.c
298
error = sendcmd(xc, c, fd, buf, (int32_t)size);
share/examples/puffs/pgfs/pgfs_subs.c
328
error = sendcmd(xc, c, loid, mode);
share/examples/puffs/pgfs/pgfs_subs.c
351
error = sendcmd(xc, c, fd);
share/examples/puffs/pgfs/pgfs_subs.c
373
error = sendcmd(xc, c, fileid);
share/examples/puffs/pgfs/pgfs_subs.c
494
error = sendcmd(xc, c, fileid);
share/examples/puffs/pgfs/pgfs_subs.c
519
error = sendcmd(xc, c, fileid);
share/examples/puffs/pgfs/pgfs_subs.c
646
error = sendcmd(xc, c, fileid);
share/examples/puffs/pgfs/pgfs_subs.c
681
error = sendcmd(xc, c, type, (uint64_t)mode, (uint64_t)uid,
share/examples/puffs/pgfs/pgfs_subs.c
779
error = sendcmd(xc, c, new_fileid);
share/examples/puffs/pgfs/pgfs_subs.c
806
error = sendcmd(xc, c, fileid);
share/examples/puffs/pgfs/pgfs_subs.c
827
error = sendcmd(xc, c_datafork, fileid);
share/examples/puffs/pgfs/pgfs_subs.c
905
error = sendcmd(xc, c, child_fileid);
share/examples/puffs/pgfs/pgfs_subs.c
937
error = sendcmd(xc, c, fileid);
usr.bin/telnet/commands.c
128
static int sendcmd(int, char **);
usr.bin/telnet/commands.c
2300
{ "send", sendhelp, sendcmd, 0 },