Home
last modified time | relevance | path

Searched defs:nbr (Results 1 – 9 of 9) 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/cmd/mandoc/
H A Dterm.c101 size_t nbr; /* Number of characters to print in this field. */ in term_flushln() local
253 term_fill(struct termp *p, size_t *nbr, size_t *vbr, size_t vtarget) in term_fill()
350 term_field(struct termp *p, size_t vbl, size_t nbr) in term_field()
/illumos-gate/usr/src/tools/smatch/src/
H A Dsset.h17 unsigned int nbr; member
H A Dir.c12 int nbr = 0; in nbr_phi_operands() local
H A Dssa.c22 int nbr; in is_promotable() local
H A Dsimplify.c78 static int get_phisources(struct instruction *sources[], int nbr, struct instruction *insn) in get_phisources()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_ospf6.c78 uint32_t *nbr; in interpret_ospf6_hello() local
H A Dsnoop_ospf.c131 struct in_addr *nbr; in interpret_ospf_hello() local
/illumos-gate/usr/src/cmd/sgs/m4/common/
H A Dm4.c735 pbnbr(long nbr, int base, int len) in pbnbr()
868 xcalloc(size_t nbr, size_t size) in xcalloc()