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

  /src/sys/arch/i386/stand/boot/
boot2.c 138 void command_root(char *);
156 { "root", command_root },
615 command_root(char *arg) function in typeref:typename:void
boot2.c 138 void command_root(char *);
156 { "root", command_root },
615 command_root(char *arg) function in typeref:typename:void
boot2.c 138 void command_root(char *);
156 { "root", command_root },
615 command_root(char *arg) function in typeref:typename:void
  /src/sys/arch/i386/stand/efiboot/
boot.c 75 void command_root(char *);
100 { "root", command_root },
618 command_root(char *arg) function in typeref:typename:void
boot.c 75 void command_root(char *);
100 { "root", command_root },
618 command_root(char *arg) function in typeref:typename:void
boot.c 75 void command_root(char *);
100 { "root", command_root },
618 command_root(char *arg) function in typeref:typename:void
  /src/sbin/ifconfig/
ifconfig.c 174 extern struct pbranch command_root;
181 setifmetric, "metric", &command_root.pb_parser);
184 setifmtu, "mtu", &command_root.pb_parser);
187 "prefixlen", 10, setifprefixlen, "prefixlen", &command_root.pb_parser);
191 &command_root.pb_parser);
194 setifnetmask, "dstormask", NULL, NULL, NULL, &command_root.pb_parser);
198 setifbroadaddr, "broadcast", NULL, NULL, NULL, &command_root.pb_parser);
201 setifdescr, "descr", false, &command_root.pb_parser);
207 .k_nextparser = &command_root.pb_parser}
211 .k_nextparser = &command_root.pb_parser
315 struct pbranch command_root = PBRANCH_INITIALIZER(&command_root, variable in typeref:struct:pbranch
    [all...]
ifconfig.c 174 extern struct pbranch command_root;
181 setifmetric, "metric", &command_root.pb_parser);
184 setifmtu, "mtu", &command_root.pb_parser);
187 "prefixlen", 10, setifprefixlen, "prefixlen", &command_root.pb_parser);
191 &command_root.pb_parser);
194 setifnetmask, "dstormask", NULL, NULL, NULL, &command_root.pb_parser);
198 setifbroadaddr, "broadcast", NULL, NULL, NULL, &command_root.pb_parser);
201 setifdescr, "descr", false, &command_root.pb_parser);
207 .k_nextparser = &command_root.pb_parser}
211 .k_nextparser = &command_root.pb_parser
315 struct pbranch command_root = PBRANCH_INITIALIZER(&command_root, variable in typeref:struct:pbranch
    [all...]
ifconfig.c 174 extern struct pbranch command_root;
181 setifmetric, "metric", &command_root.pb_parser);
184 setifmtu, "mtu", &command_root.pb_parser);
187 "prefixlen", 10, setifprefixlen, "prefixlen", &command_root.pb_parser);
191 &command_root.pb_parser);
194 setifnetmask, "dstormask", NULL, NULL, NULL, &command_root.pb_parser);
198 setifbroadaddr, "broadcast", NULL, NULL, NULL, &command_root.pb_parser);
201 setifdescr, "descr", false, &command_root.pb_parser);
207 .k_nextparser = &command_root.pb_parser}
211 .k_nextparser = &command_root.pb_parser
315 struct pbranch command_root = PBRANCH_INITIALIZER(&command_root, variable in typeref:struct:pbranch
    [all...]

Completed in 300 milliseconds