Home
last modified time | relevance | path

Searched defs:stat_val (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/diff/src/
H A Dsystem.h126 # define WEXITSTATUS(stat_val) ((unsigned int) (stat_val) >> 8) argument
129 # define WIFEXITED(stat_val) (((stat_val) & 255) == 0) argument
/freebsd/sys/dev/imcsmb/
H A Dimcsmb.c304 uint32_t stat_val; in imcsmb_transfer() local
/freebsd/sys/contrib/dev/mediatek/mt76/
H A Dmt76x02_mac.c595 u32 stat_val, stat_cache; in mt76x02_send_tx_status() local