Home
last modified time | relevance | path

Searched refs:arctype (Results 1 – 7 of 7) sorted by relevance

/freebsd/usr.bin/gprof/
H A Darcs.c51 arctype *arcp; in addarc()
73 arcp = (arctype *)calloc( 1 , sizeof *arcp ); in addarc()
114 arctype *arcp; in doarcs()
262 arctype *arcp; in timepropagate()
354 arctype *arcp; in cyclelink()
443 arctype **cyclestack; in cycleanalyze()
444 arctype **stkp; in cycleanalyze()
445 arctype **arcpp; in cycleanalyze()
446 arctype **endlist; in cycleanalyze()
447 arctype *arcp; in cycleanalyze()
[all …]
H A Dgprof.h99 typedef struct arcstruct arctype; typedef
132 arctype *parents; /* list of caller arcs */
133 arctype *children; /* list of callee arcs */
153 arctype *list[1]; /* list of arcs in cycle */
158 EXTERN arctype *archead; /* the head of arcs in current cycle list */
250 bool addcycle(arctype **, arctype **);
253 int arccmp(arctype *, arctype *);
254 arctype *arclookup(nltype *, nltype *);
260 bool descend(nltype *, arctype **, arctype **);
H A Dprintgprof.c300 arctype *arcp; in printparents()
344 arctype *arcp; in printchildren()
403 arctype *arcp; in sortchildren()
404 arctype *detachedp; in sortchildren()
405 arctype sorted; in sortchildren()
406 arctype *prevp; in sortchildren()
443 arctype *arcp; in sortparents()
444 arctype *detachedp; in sortparents()
445 arctype sorted; in sortparents()
446 arctype *prevp; in sortparents()
[all …]
H A Dlookup.c85 arctype *
88 arctype *arcp; in arclookup()
H A Ddfn.c62 arctype *arcp; in dfn()
H A Dgprof.c337 register arctype *arcp; in dumpsum()
/freebsd/contrib/tcpdump/
H A Dprint-arcnet.c102 static int arcnet_encap_print(netdissect_options *, u_char arctype, const u_char *p,
331 arcnet_encap_print(netdissect_options *ndo, u_char arctype, const u_char *p, in arcnet_encap_print() argument
334 switch (arctype) { in arcnet_encap_print()