Home
last modified time | relevance | path

Searched refs:unibuf (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/sys/arch/hpcmips/stand/pbsdboot/
Dpreference.c470 TCHAR unibuf[1024]; in pref_write() local
493 wsprintf(unibuf,TEXT("setting_idx:%d\r\n"),buf->setting_idx); in pref_write()
494 debug_printf(TEXT("setting_idx,tempbuf=%s"),unibuf); in pref_write()
495 length = WideCharToMultiByte(CP_ACP,0,unibuf,-1,NULL,0,NULL,NULL); in pref_write()
496 WideCharToMultiByte(CP_ACP,0,unibuf,-1,tempbuf,length,NULL,NULL); in pref_write()
503 wsprintf(unibuf,TEXT("fb_type:%d\r\n"),buf->fb_type); in pref_write()
504 debug_printf(TEXT("fb_type,tempbuf=%s,"),unibuf); in pref_write()
505 length = WideCharToMultiByte(CP_ACP,0,unibuf,-1,NULL,0,NULL,NULL); in pref_write()
506 WideCharToMultiByte(CP_ACP,0,unibuf,-1,tempbuf,length,NULL,NULL); in pref_write()
513 wsprintf(unibuf,TEXT("fb_width:%d\r\n"),buf->fb_width); in pref_write()
[all …]
/netbsd/src/sys/dev/ic/
Dan.c1208 u_int16_t unibuf[sizeof(key->an_key)]; in an_set_nwkey_eap() local
1237 memset(unibuf, 0, sizeof(unibuf)); in an_set_nwkey_eap()
1241 unibuf[j] = key->an_key[j]; in an_set_nwkey_eap()
1244 MD4Update(&ctx, (u_int8_t *)unibuf, len * 2); in an_set_nwkey_eap()