Searched refs:ncmd (Results 1 - 13 of 13) sorted by relevance

/freebsd-9.3-release/usr.sbin/sade/
H A Dwizard.c71 int ncmd,i; local
91 ncmd = cp - cmds;
92 if(!ncmd)
98 if (!strcasecmp(*cmds,"delete") && ncmd == 2) {
112 if (!strcasecmp(*cmds,"bios") && ncmd == 4) {
130 if (!strcasecmp(*cmds,"create") && ncmd == 7) {
142 if (!strcasecmp(*cmds,"create") && ncmd == 6) {
155 if (ncmd > 1)
/freebsd-9.3-release/usr.sbin/sysinstall/
H A Dwizard.c72 int ncmd,i; local
92 ncmd = cp - cmds;
93 if(!ncmd)
99 if (!strcasecmp(*cmds,"delete") && ncmd == 2) {
113 if (!strcasecmp(*cmds,"bios") && ncmd == 4) {
131 if (!strcasecmp(*cmds,"create") && ncmd == 7) {
143 if (!strcasecmp(*cmds,"create") && ncmd == 6) {
156 if (ncmd > 1)
/freebsd-9.3-release/lib/libdisk/
H A Dtst01.c134 int ncmd, i; local
167 ncmd = cp - cmds;
168 if (!ncmd)
178 if (!strcasecmp(*cmds, "dwim") && ncmd == 6) {
188 if (!strcasecmp(*cmds, "delete") && ncmd == 2) {
207 if (!strcasecmp(*cmds, "bios") && ncmd == 4) {
225 if (!strcasecmp(*cmds, "create") && ncmd == 7) {
227 if (!strcasecmp(*cmds,"create") && ncmd == 6) {
245 if (ncmd > 1)
/freebsd-9.3-release/contrib/tcsh/
H A Dma.setp.c159 int ncmd; local
167 for (ncmd = 0; cmd = cmds[ncmd]; ncmd++) {
170 cmd1 = cmds[ncmd+1];
171 cmd2 = cmds[ncmd+2];
180 ncmd++;
184 ncmd++;
190 ncmd += 2;
200 ncmd
[all...]
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dmain.c141 int ncmd; local
181 ncmd = 0;
386 cmdarg[ncmd++] = optarg;
387 if (ncmd >= cmdsize)
712 for (i = 0; i < ncmd; i++)
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/common/zfs/
H A Dzfs_ioctl_compat.c579 unsigned long ncmd;
584 ncmd = _IOWR('Z', request, struct zfs_iocparm);
588 return (ioctl(fd, ncmd, &zp));
590 ncmd = _IOWR('Z', request, struct zfs_cmd);
591 return (ioctl(fd, ncmd, zc));
594 ncmd = _IOWR('Z', request, struct zfs_cmd_deadman);
598 ncmd = _IOWR('Z', request, struct zfs_cmd_v28);
603 ncmd = _IOWR('Z', nc, struct zfs_cmd_v15);
609 if (ZFS_IOCREQ(ncmd) == ZFS_IOC_COMPAT_FAIL)
614 ret = ioctl(fd, ncmd, zc_
[all...]
/freebsd-9.3-release/bin/sh/
H A Deval.c775 for (argp = cmd->ncmd.args ; argp ; argp = argp->narg.next) {
786 expredir(cmd->ncmd.redirect);
957 cmd->ncmd.redirect == NULL &&
1009 redirect(cmd->ncmd.redirect, REDIR_PUSH);
1057 redirect(cmd->ncmd.redirect, mode);
1103 redirect(cmd->ncmd.redirect, 0);
1149 if (n && n->type == NCMD && n->ncmd.args)
1150 if (goodname(n->ncmd.args->narg.text))
1151 find_command(n->ncmd.args->narg.text, &entry, 0,
H A Dshow.c130 for (np = cmd->ncmd.args ; np ; np = np->narg.next) {
136 for (np = cmd->ncmd.redirect ; np ; np = np->nfile.next) {
H A Dparser.c693 n = (union node *)stalloc(sizeof (struct ncmd));
695 n->ncmd.args = args;
696 n->ncmd.redirect = redir;
H A Djobs.c1280 for (np = n->ncmd.args ; np ; np = np->narg.next) {
1285 for (np = n->ncmd.redirect ; np ; np = np->nfile.next) {
/freebsd-9.3-release/sys/dev/mly/
H A Dmly.c1723 int i, ncmd; local
1726 ncmd = 4;
1728 ncmd = min(MLY_MAX_COMMANDS, sc->mly_controllerinfo->maximum_parallel_commands);
1740 ncmd * sizeof(union mly_command_packet),
1744 for (i = 0; i < ncmd; i++) {
/freebsd-9.3-release/sys/net/
H A Drtsock.c1270 int ncmd; local
1278 ncmd = cmd == RTM_ADD ? RTM_NEWADDR : RTM_DELADDR;
1285 if ((m = rt_msg1(ncmd, &info)) == NULL)
/freebsd-9.3-release/sys/dev/mlx/
H A Dmlx.c227 int error, ncmd; local
244 ncmd = 2;
246 ncmd = sc->mlx_enq2->me_max_commands;
248 segsize = sizeof(struct mlx_sgentry) * MLX_NSEG * ncmd;

Completed in 130 milliseconds