Searched refs:npe (Results 1 - 13 of 13) sorted by relevance

/freebsd-9.3-release/share/man/man4/man4.arm/
H A DMakefile3 MAN= mge.4 npe.4
6 MLINKS+=npe.4 if_npe.4
/freebsd-9.3-release/tools/diag/httpd-error/
H A Dhttpd-error37 sort | uniq -c | sort -nr | perl -npe 's/,$//'
52 perl -npe 's#/home/([^/]+)/public_html.*#/~$1/#;
/freebsd-9.3-release/usr.bin/gprof/
H A Dkernel.c45 npe = nl;
56 npe->value = ksl.symvalue;
57 npe->name = name;
58 npe++;
60 npe->value = -1;
H A Delf.c113 npe = nl;
118 npe->value = sym->st_value;
119 npe->name = strtab + sym->st_name;
120 npe++;
123 npe->value = -1;
H A Daout.c142 npe = nl;
155 npe->value = nbuf.n_value;
156 npe->name = strtab+nbuf.n_un.n_strx;
160 nname , npe -> name , npe -> value );
163 npe++;
166 npe->value = -1;
H A Dgprof.h148 nltype *npe; /* the virtual end of the namelist */ variable
H A Darcs.c130 for ( parentp = nl ; parentp < npe ; parentp++ ) {
155 for ( dfn_init() , parentp = nl ; parentp < npe ; parentp++ ) {
187 for ( parentp = nl ; parentp < npe ; parentp++ ) {
367 for ( nlp = nl ; nlp < npe ; nlp++ ) {
388 for ( nlp = nl ; nlp < npe ; nlp++ ) {
H A Dgprof.c377 for ( nlp = nl ; nlp < npe ; nlp++ ) {
590 for (nlp = nl; nlp < npe; nlp++) {
/freebsd-9.3-release/sys/arm/xscale/ixp425/
H A Dif_npe.c253 static SYSCTL_NODE(_hw, OID_AUTO, npe, CTLFLAG_RD, 0,
259 TUNABLE_INT("hw.npe.debug", &npe_debug);
269 TUNABLE_INT("hw.npe.tickinterval", &npe_tickinterval);
274 TUNABLE_INT("hw.npe.rxbuf", &npe_rxbuf);
278 TUNABLE_INT("hw.npe.txbuf", &npe_txbuf);
350 device_printf(dev, "cannot activate npe\n");
536 struct npebuf *npe = &dma->buf[i]; local
540 npe->ix_neaddr = dma->buf_phys +
542 KASSERT((npe->ix_neaddr & 0x1f) == 0,
543 ("ixpbuf misaligned, PA 0x%x", npe
565 struct npebuf *npe = &dma->buf[i]; local
1026 struct npebuf *npe; local
1059 npe_rxbuf_init(struct npe_softc *sc, struct npebuf *npe, struct mbuf *m) argument
1110 struct npebuf *npe = P2V(NPE_QM_Q_ADDR(entry), dma); local
1181 struct npebuf *npe = &dma->buf[i]; local
1198 struct npebuf *npe; local
1295 struct npebuf *npe; local
1392 struct npebuf *npe = &dma->buf[i]; local
1412 struct npebuf *npe = &dma->buf[i]; local
[all...]
H A Dixp425_npevar.h74 #define NPEIMAGE_MAKEID(dev, npe, func, maj, min) \
75 ((((dev) & 0xf) << 28) | (((npe) & 0xf) << 24) | \
/freebsd-9.3-release/tools/tools/html-mv/
H A Dhtml-mv37 perl -npe 's/<TITLE>[\*\s]*//; s%\s*</TITLE>.*%%;
/freebsd-9.3-release/share/mk/
H A Dbsd.info.mk101 perl -npe 's/(^\s*\\input\s+texinfo\s+)/$$1\n@tex\n\\global\\hsize=120mm\n@end tex\n\n/' ${.IMPSRC} >> ${.IMPSRC:T:R}-la.texi
/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Dzone.c17051 struct np3event *npe = (struct np3event *)event; local
17065 np = &npe->params;
17218 struct np3event *npe; local
17236 npe = (struct np3event *) e;
17237 np = &npe->params;

Completed in 367 milliseconds