Home
last modified time | relevance | path

Searched refs:stkstart (Results 1 – 4 of 4) sorted by relevance

/freebsd-9-stable/usr.bin/gprof/
Darcs.c524 descend( node , stkstart , stkp ) in descend() argument
526 arctype **stkstart;
545 if ( addcycle( stkstart , stkp ) == FALSE )
550 ret = descend( arcp -> arc_childp , stkstart , stkp + 1 );
559 addcycle( stkstart , stkend ) in addcycle() argument
560 arctype **stkstart; in addcycle()
572 size = stkend - stkstart + 1;
575 for ( arcpp = stkstart , minarc = *arcpp ; arcpp <= stkend ; arcpp++ ) {
590 stkp = stkstart;
611 stkp = stkstart;
/freebsd-9-stable/contrib/wpa/src/drivers/
Ddriver.h2200 struct stkstart { struct
2202 } stkstart; member
/freebsd-9-stable/contrib/wpa/wpa_supplicant/
Dwpa_priv.c878 &data->stkstart.peer, ETH_ALEN); in wpa_supplicant_event()
Devents.c1486 wpa_sm_stkstart(wpa_s->wpa, data->stkstart.peer); in wpa_supplicant_event_stkstart()