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

/freebsd-9.3-release/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-9.3-release/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-9.3-release/usr.sbin/ppp/
H A Dether.c446 const struct nodeinfo *ninfo; local
540 ninfo = &hlist->nodeinfo;
543 if (strncmp(ninfo->type, NG_ETHER_NODE_TYPE,
546 NG_ETHER_NODE_TYPE "'')\n", path, ninfo->type);
551 path, ninfo->id);
554 for (f = 0; f < ninfo->hooks; f++) {
579 if (f == ninfo->hooks) {
587 snprintf(etherid, sizeof etherid, "[%x]:", ninfo->id);
H A Dnetgraph.c459 const struct nodeinfo *ninfo; local
598 ninfo = &hlist->nodeinfo;
601 path, ninfo->id);
604 for (f = 0; f < ninfo->hooks; f++) {
622 if (f == ninfo->hooks) {
667 ninfo = &hlist->nodeinfo;
670 strcmp(ninfo->name, nodename) &&
/freebsd-9.3-release/sys/kern/
H A Dimgact_elf.c1184 struct note_info *ninfo; local
1288 while ((ninfo = TAILQ_FIRST(&notelst)) != NULL) {
1289 TAILQ_REMOVE(&notelst, ninfo, link);
1290 free(ninfo, M_TEMP);
1415 struct note_info *ninfo; local
1435 TAILQ_FOREACH(ninfo, notelst, link)
1436 __elfN(putnote)(ninfo, sb);
1565 struct note_info *ninfo; local
1570 ninfo = malloc(sizeof(*ninfo), M_TEM
1588 putnote(struct note_info *ninfo, struct sbuf *sb) argument
[all...]
/freebsd-9.3-release/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)

Completed in 197 milliseconds