Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/fs.d/nfs/nfslog/
H A Dreadbuf.c906 uchar_t *u_buf = (uchar_t *)buf; in nfslog_opaque_print_buf() local
912 j++, u_buf++) in nfslog_opaque_print_buf()
914 "%02x", *u_buf); in nfslog_opaque_print_buf()
923 j++, u_buf++) in nfslog_opaque_print_buf()
925 "%02x", *u_buf); in nfslog_opaque_print_buf()
928 ip = (uint_t *)u_buf; in nfslog_opaque_print_buf()
935 u_buf = (uchar_t *)ip; in nfslog_opaque_print_buf()
938 for (; (i < len) && (outbufoffset < maxoffset); i++, u_buf++) { in nfslog_opaque_print_buf()
940 "%02x", *u_buf); in nfslog_opaque_print_buf()
/titanic_44/usr/src/cmd/svc/svccfg/
H A Dsvccfg_libscf.c13074 uint8_t u_buf; in list_prop_tmpl() local
13104 if (templates == 2 && scf_tmpl_prop_required(prt, &u_buf) == 0) in list_prop_tmpl()
13106 u_buf ? "true" : "false"); in list_prop_tmpl()
13125 if (templates == 2 && scf_tmpl_prop_visibility(prt, &u_buf) == 0) in list_prop_tmpl()
13127 scf_tmpl_visibility_to_string(u_buf)); in list_prop_tmpl()