HomeSort by: relevance | last modified time | path
    Searched defs:fullcmd (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/top/dist/
machine.h 104 int fullcmd; /* show full command */ member in struct:process_select
  /src/sys/dev/i2c/
sgp40.c 405 uint8_t fullcmd[8]; local
415 memset(fullcmd, 0, 8);
417 fullcmd[0] = cmd >> 8;
418 fullcmd[1] = cmd & 0x00ff;
423 fullcmd[cmdlen] = extraargs[n];
429 device_xname(sc->sc_dev), fullcmd[0], fullcmd[1],
430 fullcmd[2], fullcmd[3], fullcmd[4], fullcmd[5]
    [all...]
  /src/external/bsd/top/dist/machine/
m_linux.c 683 int fullcmd; local
691 fullcmd = sel->fullcmd;
692 if (fullcmd)
714 fullcmd = 0;
720 fullcmd = 0;
767 if (!fullcmd)
m_linuxthr.c 536 int fullcmd; local
542 fullcmd = sel->fullcmd;
543 if (fullcmd)
558 fullcmd = 0;
564 fullcmd = 0;
593 if (!fullcmd)

Completed in 28 milliseconds