Searched refs:ninfo (Results 1 - 10 of 10) sorted by relevance

/freebsd-11-stable/usr.sbin/ngctl/
H A Dlist.c69 struct nodeinfo *ninfo; local
116 ninfo = nlist->nodeinfo;
123 "[%lx]:", (u_long)ninfo->id);
126 ninfo++;
131 if (!*ninfo->name)
132 snprintf(ninfo->name, sizeof(ninfo->name),
136 ninfo->name, ninfo->type, ninfo
[all...]
H A Dshow.c68 struct nodeinfo *ninfo; local
109 ninfo = &hlist->nodeinfo;
110 if (!*ninfo->name)
111 snprintf(ninfo->name, sizeof(ninfo->name), "%s", UNNAMED);
113 ninfo->name, ninfo->type, ninfo->id, ninfo->hooks);
114 if (!no_hooks && ninfo
[all...]
H A Ddot.c135 struct nodeinfo *ninfo; local
156 ninfo = &hlist->nodeinfo;
157 if (ninfo->hooks == 0) {
163 for (j = 0; j < ninfo->hooks; j++)
170 for (j = 0; j < ninfo->hooks; j++)
177 for (j = 0; j < ninfo->hooks; j++) {
/freebsd-11-stable/libexec/pppoed/
H A Dpppoed.c119 const struct nodeinfo *ninfo; local
154 ninfo = &hlist->nodeinfo;
158 ninfo->id, ninfo->type, ninfo->hooks);
161 if (strncmp(ninfo->type, NG_ETHER_NODE_TYPE, sizeof NG_ETHER_NODE_TYPE - 1)) {
163 NG_ETHER_NODE_TYPE "'')\n", epath, ninfo->type);
168 for (f = 0; f < ninfo->hooks; f++) {
172 fprintf(stderr, " Got [%x]:%s -> [%x]:%s\n", ninfo->id,
191 if (f == ninfo
[all...]
/freebsd-11-stable/usr.sbin/ppp/
H A Dether.c448 const struct nodeinfo *ninfo; local
542 ninfo = &hlist->nodeinfo;
545 if (strncmp(ninfo->type, NG_ETHER_NODE_TYPE,
548 NG_ETHER_NODE_TYPE "'')\n", path, ninfo->type);
553 path, ninfo->id);
556 for (f = 0; f < ninfo->hooks; f++) {
581 if (f == ninfo->hooks) {
589 snprintf(etherid, sizeof etherid, "[%x]:", ninfo->id);
H A Dnetgraph.c461 const struct nodeinfo *ninfo; local
600 ninfo = &hlist->nodeinfo;
603 path, ninfo->id);
606 for (f = 0; f < ninfo->hooks; f++) {
624 if (f == ninfo->hooks) {
669 ninfo = &hlist->nodeinfo;
672 strcmp(ninfo->name, nodename) &&
/freebsd-11-stable/sys/kern/
H A Dimgact_elf.c1379 struct note_info *ninfo; local
1483 while ((ninfo = TAILQ_FIRST(&notelst)) != NULL) {
1484 TAILQ_REMOVE(&notelst, ninfo, link);
1485 free(ninfo, M_TEMP);
1609 struct note_info *ninfo; local
1621 TAILQ_FOREACH(ninfo, notelst, link)
1622 __elfN(putnote)(ninfo, sb);
1749 struct note_info *ninfo; local
1754 ninfo = malloc(sizeof(*ninfo), M_TEM
1815 putnote(struct note_info *ninfo, struct sbuf *sb) argument
[all...]
/freebsd-11-stable/crypto/openssh/
H A Dkex.c390 u_int32_t i, ninfo; local
396 if ((r = sshpkt_get_u32(ssh, &ninfo)) != 0)
398 for (i = 0; i < ninfo; i++) {
/freebsd-11-stable/contrib/gcc/
H A Dtree-ssa-structalias.c1327 varinfo_t ninfo = get_varinfo (n); local
1332 if (ninfo->is_special_var
1333 || ninfo->is_artificial_var
1334 || ninfo->is_unknown_size_var)
/freebsd-11-stable/contrib/ldns/
H A Dconfigure1434 --enable-rrtype-ninfo Enable draft RR type ninfo.
14903 # Check whether --enable-rrtype-ninfo was given.

Completed in 127 milliseconds