Searched refs:arctype (Results 1 – 7 of 7) sorted by relevance
| /freebsd-14-stable/usr.bin/gprof/ |
| HD | arcs.c | 57 arctype *arcp; in addarc() 79 arcp = (arctype *)calloc( 1 , sizeof *arcp ); in addarc() 120 arctype *arcp; in doarcs() 268 arctype *arcp; in timepropagate() 360 arctype *arcp; in cyclelink() 449 arctype **cyclestack; in cycleanalyze() 450 arctype **stkp; in cycleanalyze() 451 arctype **arcpp; in cycleanalyze() 452 arctype **endlist; in cycleanalyze() 453 arctype *arcp; in cycleanalyze() [all …]
|
| HD | gprof.h | 101 typedef struct arcstruct arctype; typedef 134 arctype *parents; /* list of caller arcs */ 135 arctype *children; /* list of callee arcs */ 155 arctype *list[1]; /* list of arcs in cycle */ 160 EXTERN arctype *archead; /* the head of arcs in current cycle list */ 252 bool addcycle(arctype **, arctype **); 255 int arccmp(arctype *, arctype *); 256 arctype *arclookup(nltype *, nltype *); 262 bool descend(nltype *, arctype **, arctype **);
|
| HD | printgprof.c | 306 arctype *arcp; in printparents() 350 arctype *arcp; in printchildren() 409 arctype *arcp; in sortchildren() 410 arctype *detachedp; in sortchildren() 411 arctype sorted; in sortchildren() 412 arctype *prevp; in sortchildren() 449 arctype *arcp; in sortparents() 450 arctype *detachedp; in sortparents() 451 arctype sorted; in sortparents() 452 arctype *prevp; in sortparents() [all …]
|
| HD | lookup.c | 91 arctype * 94 arctype *arcp; in arclookup()
|
| HD | dfn.c | 68 arctype *arcp; in dfn()
|
| HD | gprof.c | 350 register arctype *arcp; in dumpsum()
|
| /freebsd-14-stable/contrib/tcpdump/ |
| HD | print-arcnet.c | 102 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()
|