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

  /src/usr.sbin/psrset/
psrset.c 51 static int cmd_c(char **, int);
86 cmd = cmd_c;
235 cmd_c(char **argv, int argc) function in typeref:typename:int
  /src/sys/dev/ic/
siopvar.h 51 struct siop_common_cmd cmd_c; member in struct:siop_cmd
56 #define cmd_tables cmd_c.siop_tables
100 struct siop_common_softc *sc = siop_cmd->cmd_c.siop_sc;
103 offset = siop_cmd->cmd_c.dsa -
esiopvar.h 64 struct siop_common_cmd cmd_c; member in struct:esiop_cmd
67 #define cmd_tables cmd_c.siop_tables
123 struct siop_common_softc *sc = esiop_cmd->cmd_c.siop_sc;
126 offset = esiop_cmd->cmd_c.dsa -

Completed in 13 milliseconds