Home
last modified time | relevance | path

Searched refs:scheme_max_secsz (Results 1 – 3 of 3) sorted by relevance

/freebsd/usr.bin/mkimg/
H A Dscheme.h91 u_int scheme_max_secsz(void);
H A Dscheme.c181 scheme_max_secsz(void) in scheme_max_secsz() function
H A Dmkimg.c685 if (secsz > scheme_max_secsz()) in main()
687 "size specified is %u", scheme_max_secsz(), secsz); in main()