Searched refs:clone (Results 1 - 10 of 10) sorted by relevance

/ast/src/cmd/cs/
H A Drsh.c37 svc_connect(void* handle, int fd, Cs_id_t* id, int clone, char** argv) argument
46 NoP(clone);
H A Dtst-old.c40 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 Dfs_env.c70 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 Dnam.c52 svc_connect(void* handle, int fd, CSID* id, int clone, char** args) argument
58 NoP(clone);
H A Dcat.c86 svc_connect(void* handle, int fd, Cs_id_t* id, int clone, char** argv) argument
97 NoP(clone);
H A Ddbm.c124 svc_connect(void* handle, int fd, Cs_id_t* id, int clone, char** args) argument
130 NoP(clone);
/ast/src/lib/libcs/
H A Dcsbind.c206 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 Dfork3d.c43 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 Dvcs.c90 svc_connect( handle, fd, id, clone, args )
94 int clone;
/ast/src/cmd/coshell/
H A Dmain.c231 user(void* handle, int fd, Cs_id_t* id, int clone, char** argv) argument
235 NoP(clone);

Completed in 20 milliseconds