Searched refs:rst_cmd (Results 1 - 7 of 7) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/rexd/
H A Drex.h51 char **rst_cmd; /* list of command and args */ member in struct:rex_start
H A Drpc.rexd.c1180 rst->rst_cmd); /* BSM */
1203 rst->rst_cmd); /* BSM */
1213 rst->rst_cmd); /* BSM */
1247 if (rst->rst_cmd == (char **)NULL) {
1264 for (len = 0; rst->rst_cmd[len] != (char *)NULL &&
1265 *rst->rst_cmd[len] != NULL; len++)
1266 printf("cmds: %s (%d)\n", rst->rst_cmd[len], errno);
1276 execvp(rst->rst_cmd[0], rst->rst_cmd);
1279 fprintf(stderr, "rexd: can't exec %s (%d)\n", *rst->rst_cmd, errn
[all...]
H A Drex.c52 xdr_argv(xdrs, &rst->rst_cmd) &&
H A Drex.x46 rexstring rst_cmd<>; /* list of command and args */
H A Dunix_login.c145 rst->rst_cmd); /* BSM */
162 rst->rst_cmd); /* BSM */
199 rst->rst_cmd); /* BSM */
H A Don.c421 rst.rst_cmd = (void *)(cmdp);
/opensolaris-onvv-gate/usr/src/head/rpcsvc/
H A Drex.x52 rexstring rst_cmd<>; /* list of command and args */

Completed in 113 milliseconds