/ast/src/cmd/cs/ |
H A D | rsh.c | 37 svc_connect(void* handle, int fd, Cs_id_t* id, int clone, char** argv) argument 46 NoP(clone);
|
H A D | tst-old.c | 40 int clone; member in struct:__anon82 66 svc_connect(void* handle, int fd, Cs_id_t* id, int clone, char** argv) argument 73 NoP(clone); 77 state->id[fd].clone = clone; 117 n = sfsprintf(buf, sizeof(buf), "I [%s] server=%s version=%s %s=%s server.pid=%d pid=%d uid=%d gid=%d clone=%d args=`%s'\n", fmttime(*dat ? dat : "%K", time(NiL)), csname(0), TST_VERSION, CS_HOST_LOCAL, csntoa(state->id[fd].id.hid), getpid(), state->id[fd].id.pid, state->id[fd].id.uid, state->id[fd].id.gid, state->id[fd].clone, state->id[fd].args);
|
H A D | fs_env.c | 70 char* clone; member in struct:__anon78 85 error(ERROR_SYSTEM|3, "cannot create clone connect stream"); 86 if (!(state->clone = strdup(cspath(fd, 0)))) 87 error(ERROR_SYSTEM|3, "out of space [clone]"); 94 svc_connect(void* handle, int fd, CSID* id, int clone, char** args) argument 99 NoP(clone); 150 n = sfsprintf(buf, sizeof(buf), "/#%s/#%s\n", path, state->clone);
|
H A D | nam.c | 52 svc_connect(void* handle, int fd, CSID* id, int clone, char** args) argument 58 NoP(clone);
|
H A D | cat.c | 86 svc_connect(void* handle, int fd, Cs_id_t* id, int clone, char** argv) argument 97 NoP(clone);
|
H A D | dbm.c | 124 svc_connect(void* handle, int fd, Cs_id_t* id, int clone, char** args) argument 130 NoP(clone);
|
/ast/src/lib/libcs/ |
H A D | csbind.c | 206 csbind(register Cs_t* state, const char* type, unsigned long addr, unsigned long port, unsigned long clone) argument 210 messagef((state->id, NiL, -8, "bind(%s,%s,%u,%lu) call", type, csntoa(state, addr), port, clone)); 247 if (clone) 252 n = sfsprintf(buf, sizeof(buf), "%d %lu\n", CS_KEY_CLONE, clone); 256 messagef((state->id, NiL, -8, "bind(%s,%s,%u,%lu) = %d", type, csntoa(state, addr), port, clone, fd)); 261 _cs_bind(const char* type, unsigned long addr, unsigned long port, unsigned long clone) argument 263 return csbind(&cs, type, addr, port, clone);
|
/ast/src/cmd/3d/ |
H A D | fork3d.c | 43 long clone; local 74 clone = strtol(b, &b, 0); 75 fd = csbind(&cs, type, addr, port, clone);
|
/ast/src/cmd/cs/vcs_src/ |
H A D | vcs.c | 90 svc_connect( handle, fd, id, clone, args ) 94 int clone;
|
/ast/src/cmd/coshell/ |
H A D | main.c | 231 user(void* handle, int fd, Cs_id_t* id, int clone, char** argv) argument 235 NoP(clone);
|