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

  /src/sys/ddb/
db_command.c 867 bool have_addr; local
871 have_addr = false;
937 have_addr = true;
972 (*command->fcn)(addr, have_addr, count, modif);
997 db_help_print_cmd(db_expr_t addr, bool have_addr, db_expr_t count,
1034 db_kqueue_print_cmd(db_expr_t addr, bool have_addr, db_expr_t count,
1043 if (have_addr == false) {
1056 db_map_print_cmd(db_expr_t addr, bool have_addr, db_expr_t count,
1065 if (have_addr == false)
1076 db_object_print_cmd(db_expr_t addr, bool have_addr,
    [all...]
  /src/crypto/external/bsd/openssh/dist/
sshd.c 186 int have_addr; member in struct:early_child
263 child->have_addr = 1;
426 if (child->have_addr)
  /src/external/mpl/dhcp/bind/dist/lib/dns/
resolver.c 2104 bool have_addr = false; local
2178 have_addr = true;
2196 if (!have_addr) {
2239 if (have_addr) {
  /src/external/mpl/bind/dist/lib/dns/
resolver.c 1943 bool have_addr = false; local
2063 have_addr = true;
2081 if (!have_addr) {
2111 if (have_addr) {

Completed in 25 milliseconds