Home
last modified time | relevance | path

Searched refs:fullcmd (Results 1 – 9 of 9) sorted by relevance

/netbsd/src/sys/dev/i2c/
Dsgp40.c405 uint8_t fullcmd[8]; in sgp40_cmdr() local
415 memset(fullcmd, 0, 8); in sgp40_cmdr()
417 fullcmd[0] = cmd >> 8; in sgp40_cmdr()
418 fullcmd[1] = cmd & 0x00ff; in sgp40_cmdr()
423 fullcmd[cmdlen] = extraargs[n]; in sgp40_cmdr()
429 device_xname(sc->sc_dev), fullcmd[0], fullcmd[1], in sgp40_cmdr()
430 fullcmd[2], fullcmd[3], fullcmd[4], fullcmd[5], in sgp40_cmdr()
431 fullcmd[6], fullcmd[7])); in sgp40_cmdr()
432 return sgp40_cmd(sc->sc_tag, sc->sc_addr, fullcmd, cmdlen, buf, blen, in sgp40_cmdr()
/netbsd/src/external/bsd/top/dist/machine/
Dm_linuxthr.c536 int fullcmd; in read_one_proc_stat() local
542 fullcmd = sel->fullcmd; in read_one_proc_stat()
543 if (fullcmd) in read_one_proc_stat()
558 fullcmd = 0; in read_one_proc_stat()
564 fullcmd = 0; in read_one_proc_stat()
593 if (!fullcmd) in read_one_proc_stat()
Dm_linux.c683 int fullcmd; in read_one_proc_stat() local
691 fullcmd = sel->fullcmd; in read_one_proc_stat()
692 if (fullcmd) in read_one_proc_stat()
714 fullcmd = 0; in read_one_proc_stat()
720 fullcmd = 0; in read_one_proc_stat()
767 if (!fullcmd) in read_one_proc_stat()
Dm_netbsd.c287 if (sel->fullcmd == 0 || kd == NULL || (argv = kvm_getargv2(kd, pp, in get_command()
Dm_freebsd.c1218 show_fullcmd = sel->fullcmd; in get_process_info()
Dm_sunos5.c1519 show_fullcmd = sel->fullcmd; in get_process_info()
/netbsd/src/external/bsd/top/dist/
Dmachine.h104 int fullcmd; /* show full command */ member
Dcommands.c681 gstate->pselect.fullcmd = !gstate->pselect.fullcmd; in cmd_cmdline()
683 gstate->pselect.fullcmd ? "D" : "Not d"); in cmd_cmdline()
Dtop.c443 gstate->pselect.fullcmd = !gstate->pselect.fullcmd; in do_arguments()
778 gstate->pselect.fullcmd = No; in main()