Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fs.d/nfs/nfslog/
H A Dreadbuf.c904 uchar_t *u_buf = (uchar_t *)buf; in nfslog_opaque_print_buf() local
910 j++, u_buf++) in nfslog_opaque_print_buf()
912 "%02x", *u_buf); in nfslog_opaque_print_buf()
921 j++, u_buf++) in nfslog_opaque_print_buf()
923 "%02x", *u_buf); in nfslog_opaque_print_buf()
926 ip = (uint_t *)u_buf; in nfslog_opaque_print_buf()
933 u_buf = (uchar_t *)ip; in nfslog_opaque_print_buf()
936 for (; (i < len) && (outbufoffset < maxoffset); i++, u_buf++) { in nfslog_opaque_print_buf()
938 "%02x", *u_buf); in nfslog_opaque_print_buf()
/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_libscf.c13111 uint8_t u_buf; in list_prop_tmpl() local
13141 if (templates == 2 && scf_tmpl_prop_required(prt, &u_buf) == 0) in list_prop_tmpl()
13143 u_buf ? "true" : "false"); in list_prop_tmpl()
13162 if (templates == 2 && scf_tmpl_prop_visibility(prt, &u_buf) == 0) in list_prop_tmpl()
13164 scf_tmpl_visibility_to_string(u_buf)); in list_prop_tmpl()