/src/share/examples/puffs/pgfs/ |
pgfs_subs.c | 222 error = sendcmd(xc, c, fd, size); 251 error = sendcmd(xc, c, fd, offset, whence); 298 error = sendcmd(xc, c, fd, buf, (int32_t)size); 328 error = sendcmd(xc, c, loid, mode); 351 error = sendcmd(xc, c, fd); 373 error = sendcmd(xc, c, fileid); 494 error = sendcmd(xc, c, fileid); 519 error = sendcmd(xc, c, fileid); 646 error = sendcmd(xc, c, fileid); 681 error = sendcmd(xc, c, type, (uint64_t)mode, (uint64_t)uid [all...] |
pgfs_db.h | 46 int sendcmd(struct Xconn *, struct cmd *, ...);
|
pgfs_puffs.c | 202 error = sendcmd(xc, c, parent_fileid, offset); 336 error = sendcmd(xc, c, parent_fileid, name); 338 DPRINTF("sendcmd %d\n", error); 1198 error = sendcmd(xc, c_nfiles); 1208 error = sendcmd(xc, c_bytes); 1218 error = sendcmd(xc, c_lobytes);
|
pgfs_db.c | 453 sendcmd(struct Xconn *xc, struct cmd *c, ...) function in typeref:typename:int 922 error = sendcmd(xc, c); 983 error = sendcmd(xc, c);
|
/src/usr.bin/telnet/ |
commands.c | 128 static int sendcmd(int, char **); 352 sendcmd(int argc, char **argv) 2308 { "send", sendhelp, sendcmd, 0 }, 351 sendcmd(int argc, char **argv) function in typeref:typename:int
|