Searched defs:u_buf (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/nfs/nfslog/
H A Dreadbuf.c906 uchar_t *u_buf = (uchar_t *)buf; local
912 j++, u_buf++)
914 "%02x", *u_buf);
923 j++, u_buf++)
925 "%02x", *u_buf);
928 ip = (uint_t *)u_buf;
935 u_buf = (uchar_t *)ip;
938 for (; (i < len) && (outbufoffset < maxoffset); i++, u_buf++) {
940 "%02x", *u_buf);
/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_libscf.c13087 uint8_t u_buf; local
13117 if (templates == 2 && scf_tmpl_prop_required(prt, &u_buf) == 0)
13119 u_buf ? "true" : "false");
13138 if (templates == 2 && scf_tmpl_prop_visibility(prt, &u_buf) == 0)
13140 scf_tmpl_visibility_to_string(u_buf));

Completed in 252 milliseconds