Home
last modified time | relevance | path

Searched refs:nbr (Results 1 – 11 of 11) sorted by relevance

/illumos-gate/usr/src/compat/bhyve/sys/
H A Dsysctl.h21 #define SYSCTL_NODE(parent, nbr, name, access, handler, descr) argument
23 #define SYSCTL_INT(parent, nbr, name, access, ptr, val, descr) argument
24 #define SYSCTL_UINT(parent, nbr, name, access, ptr, val, descr) argument
25 #define SYSCTL_ULONG(parent, nbr, name, access, ptr, val, descr) argument
/illumos-gate/usr/src/tools/smatch/src/
H A Dsset.h17 unsigned int nbr; member
29 s->nbr = 0; in sset_reset()
35 unsigned int n = s->nbr++; in sset_add()
45 return (n < s->nbr) && (s->sets[s->size + n] == __idx); in sset_test()
H A Dir.c12 int nbr = 0; in nbr_phi_operands() local
20 nbr++; in nbr_phi_operands()
23 return nbr; in nbr_phi_operands()
H A Dssa.c22 int nbr; in is_promotable() local
35 nbr = 0; in is_promotable()
47 if (nbr++) in is_promotable()
H A Dsset.c21 s->nbr = 0; in sset_init()
H A Dsimplify.c78 static int get_phisources(struct instruction *sources[], int nbr, struct instruction *insn) in get_phisources() argument
88 if (i >= nbr) in get_phisources()
94 return i - nbr; in get_phisources()
/illumos-gate/usr/src/cmd/mandoc/
H A Dterm.c138 term_fill(p, &nbr, &vbr, in term_flushln()
140 if (nbr == 0) in term_flushln()
158 term_field(p, vbl, nbr); in term_flushln()
261 *nbr = *vbr = vis = 0; in term_fill()
290 *nbr = ic; in term_fill()
315 *nbr = ic + 1; in term_fill()
325 if (vis > vtarget && *nbr > 0) in term_fill()
338 if (graph && (vis <= vtarget || *nbr == 0)) { in term_fill()
339 *nbr = ic; in term_fill()
358 for (ic = p->tcol->col; ic < nbr; ic++) { in term_field()
[all …]
/illumos-gate/usr/src/cmd/sgs/m4/common/
H A Dm4.c735 pbnbr(long nbr, int base, int len) in pbnbr() argument
742 if (nbr < 0) in pbnbr()
745 nbr = -nbr; in pbnbr()
747 while (nbr < 0) { in pbnbr()
750 i = nbr%base; in pbnbr()
751 nbr /= base; in pbnbr()
755 ++nbr; in pbnbr()
761 ++nbr; in pbnbr()
868 xcalloc(size_t nbr, size_t size) in xcalloc() argument
872 ptr = xmalloc(nbr * size); in xcalloc()
[all …]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_ospf.c131 struct in_addr *nbr; in interpret_ospf_hello() local
148 nbr = op->ospf_hello.hello_neighbor; in interpret_ospf_hello()
150 while ((uchar_t *)nbr < ((uchar_t *)op + fraglen)) { in interpret_ospf_hello()
151 if ((uchar_t *)nbr + sizeof (struct in_addr) > in interpret_ospf_hello()
155 ++nbr; in interpret_ospf_hello()
187 nbr = op->ospf_hello.hello_neighbor; in interpret_ospf_hello()
188 while ((uchar_t *)nbr < ((uchar_t *)op + fraglen)) { in interpret_ospf_hello()
189 if ((uchar_t *)nbr + sizeof (struct in_addr) > in interpret_ospf_hello()
193 "Neighbor: %s", inet_ntoa(*nbr)); in interpret_ospf_hello()
194 ++nbr; in interpret_ospf_hello()
H A Dsnoop_ospf6.c78 uint32_t *nbr; in interpret_ospf6_hello() local
96 nbr = op->ospf6_hello.hello_neighbor; in interpret_ospf6_hello()
97 while ((uchar_t *)nbr < ((uchar_t *)op + fraglen)) { in interpret_ospf6_hello()
98 if ((uchar_t *)nbr + sizeof (struct in_addr) > in interpret_ospf6_hello()
101 ++nbr; in interpret_ospf6_hello()
135 nbr = op->ospf6_hello.hello_neighbor; in interpret_ospf6_hello()
136 while ((uchar_t *)nbr < ((uchar_t *)op + fraglen)) { in interpret_ospf6_hello()
137 if ((uchar_t *)nbr + sizeof (struct in_addr) > in interpret_ospf6_hello()
141 "Neigbor: %s", print_ipaddr(*nbr)); in interpret_ospf6_hello()
142 ++nbr; in interpret_ospf6_hello()
/illumos-gate/usr/src/tools/smatch/src/Documentation/
H A Dtest-suite.rst83 ``check-output-pattern(``\ *nbr*\ ``):`` *pattern*