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

  /src/sys/dev/fdt/
fdt_memory.c 82 int index, nadd = 0, off, memory; local in function:fdt_memory_get
105 if (nadd++ == 0) {
118 if (nadd == 0)
  /src/dist/pf/sbin/pfctl/
pfctl_table.c 90 (pfr_add_tables(&table, 1, &nadd, flags)) && \
95 if (nadd) { \
97 xprintf(opts, "%d table created", nadd); \
132 int nadd = 0, ndel = 0, nchange = 0, nzero = 0; local in function:pfctl_table
205 &nadd, flags));
206 xprintf(opts, "%d/%d addresses added", nadd, b.pfrb_size);
237 &sz2, &nadd, &ndel, &nchange, flags));
244 if (nadd)
245 xprintf(opts, "%d addresses added", nadd);
250 if (!nadd && !ndel && !nchange
    [all...]

Completed in 13 milliseconds