Home
last modified time | relevance | path

Searched refs:ncmd (Results 1 – 7 of 7) sorted by relevance

/openbsd/src/usr.bin/bgplg/
Dbgplgsh.c163 int i, ncmd, v, ret = -1; in lg_checkcmd() local
167 if ((cmdp = lg_arg2argv(cmdstr, &ncmd)) == NULL) in lg_checkcmd()
169 if (ncmd > argc || argc > (ncmd + cmd->maxargs)) in lg_checkcmd()
172 for (i = 0; i < ncmd; i++) in lg_checkcmd()
176 if ((v = argc - ncmd) < 0 || in lg_checkcmd()
216 int ncmd, ret, v = -1; in main() local
244 if ((argp = lg_arg2argv(line, &ncmd)) == NULL) in main()
248 ret = lg_checkcmd(ncmd, argp, &v, &cmds[i]); in main()
262 if ((argp = lg_argextra(argp, ncmd, v, cmd)) == NULL) in main()
/openbsd/src/sys/dev/ic/
Drtsx.c983 rtsx_hostcmd_send(struct rtsx_softc *sc, int ncmd) in rtsx_hostcmd_send() argument
992 ((ncmd * 4) & 0x00ffffff) | RTSX_START_CMD | RTSX_HW_AUTO_RSP); in rtsx_hostcmd_send()
1017 int ncmd, dma_dir, error, tmode; in rtsx_xfer() local
1050 ncmd = 0; in rtsx_xfer()
1052 rtsx_hostcmd(cmdbuf, &ncmd, RTSX_WRITE_REG_CMD, RTSX_SD_CFG2, in rtsx_xfer()
1056 rtsx_hostcmd(cmdbuf, &ncmd, in rtsx_xfer()
1059 rtsx_hostcmd(cmdbuf, &ncmd, in rtsx_xfer()
1062 rtsx_hostcmd(cmdbuf, &ncmd, in rtsx_xfer()
1065 rtsx_hostcmd(cmdbuf, &ncmd, in rtsx_xfer()
1070 rtsx_hostcmd(cmdbuf, &ncmd, in rtsx_xfer()
[all …]
/openbsd/src/gnu/usr.bin/binutils/gdb/
Dmain.c135 int ncmd; in captured_main() local
172 ncmd = 0; in captured_main()
375 cmdarg[ncmd++] = optarg; in captured_main()
376 if (ncmd >= cmdsize) in captured_main()
701 for (i = 0; i < ncmd; i++) in captured_main()
/openbsd/src/sys/dev/pv/
Dif_hvn.c882 struct hvn_nvs_ndis_init ncmd; in hvn_nvs_attach() local
944 memset(&ncmd, 0, sizeof(ncmd)); in hvn_nvs_attach()
945 ncmd.nvs_type = HVN_NVS_TYPE_NDIS_INIT; in hvn_nvs_attach()
950 ncmd.nvs_ndis_major = (ndisver & 0xffff0000) >> 16; in hvn_nvs_attach()
951 ncmd.nvs_ndis_minor = (ndisver & 0x0000ffff); in hvn_nvs_attach()
954 if (hvn_nvs_cmd(sc, &ncmd, sizeof(ncmd), tid, 100)) in hvn_nvs_attach()
/openbsd/src/gnu/usr.bin/binutils-2.17/bfd/
Dmach-o.c1802 bfd_mach_o_load_command *ncmd = NULL; in bfd_mach_o_lookup_section() local
1821 ncmd = cmd; in bfd_mach_o_lookup_section()
1838 *mcommand = ncmd; in bfd_mach_o_lookup_section()
1849 bfd_mach_o_load_command *ncmd = NULL; in bfd_mach_o_lookup_command() local
1866 ncmd = cmd; in bfd_mach_o_lookup_command()
1870 *mcommand = ncmd; in bfd_mach_o_lookup_command()
/openbsd/src/gnu/usr.bin/binutils/bfd/
Dmach-o.c1985 bfd_mach_o_load_command *ncmd = NULL; local
2004 ncmd = cmd;
2021 *mcommand = ncmd;
2033 bfd_mach_o_load_command *ncmd = NULL; local
2050 ncmd = cmd;
2054 *mcommand = ncmd;
/openbsd/src/gnu/usr.bin/perl/
Ddoio.c2515 char * const ncmd = s; in Perl_do_exec3() local
2524 PerlProc_execl(PL_cshname, "csh", flags, ncmd, (char*)NULL); in Perl_do_exec3()