Searched refs:temp_buf (Results 1 – 1 of 1) sorted by relevance
48 char temp_buf[20]; in atm_init() local51 if ((PE_get_default("kern.disable_atm", temp_buf, sizeof(temp_buf))) || in atm_init()52 (PE_parse_boot_argn("-disable_atm", temp_buf, sizeof(temp_buf)))) { in atm_init()