Searched refs:datafile (Results 1 – 8 of 8) sorted by relevance
| /plan9/sys/src/cmd/aquarela/ |
| H A D | nblistener.c | 11 char dir[64], datafile[64+6], addr[NETPATHLEN]; in nbudpannounce() local 18 snprint(datafile, sizeof(datafile), "%s/data", dir); in nbudpannounce() 24 data = open(datafile, ORDWR); in nbudpannounce()
|
| H A D | client.c | 29 char datafile[64+6]; in udpannounce() local 37 snprint(datafile, sizeof(datafile), "%s/data", dir); in udpannounce() 42 data = open(datafile, ORDWR); in udpannounce()
|
| /plan9/sys/src/cmd/ndb/ |
| H A D | dnudpserver.c | 280 char dir[64], datafile[64+6]; in udpannounce() local 284 sprint(datafile, "%s/udp!*!dns", mntpt); in udpannounce() 285 ctl = announce(datafile, dir); in udpannounce() 288 warning("can't announce on %s", datafile); in udpannounce() 296 snprint(datafile, sizeof(datafile), "%s/data", dir); in udpannounce() 297 data = open(datafile, ORDWR); in udpannounce() 302 datafile); in udpannounce()
|
| /plan9/sys/src/cmd/ssh2/ |
| H A D | sshsession.c | 339 char *p, *reqfile, *datafile; in newchannel() local 354 datafile = smprint("%s/%d/data", conndir, channum); in newchannel() 355 if (datafile == nil) in newchannel() 357 datafd = open(datafile, ORDWR); in newchannel() 359 syslog(0, "ssh", "can't open data file %s: %r", datafile); in newchannel()
|
| H A D | netssh.h | 242 File *datafile; member
|
| H A D | magic.out | 147 netssh.c:1609: c->datafile = createfile(c->dir, "data", uid, 0666, 219 netssh.c:3135: c->datafile->ref <= 2 && c->listenfile->ref <= 2 &&
|
| H A D | netssh.c | 1609 c->datafile = createfile(c->dir, "data", uid, 0666, in alloc_conn() 3135 c->datafile->ref <= 2 && c->listenfile->ref <= 2 && in shutdown() 3144 c->clonefile->ref, c->ctlfile->ref, c->datafile->ref, in shutdown()
|
| /plan9/sys/src/cmd/ip/ftpfs/ |
| H A D | proto.c | 1223 char datafile[Maxpath + 6]; in active() local 1244 sprint(datafile, "%s/data", newdir); in active() 1245 dfd = open(datafile, ORDWR); in active()
|