Searched refs:NDOBUFSZ (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/lib/smbsrv/libmlrpc/common/ |
H A D | ndr_ops.c | 55 #define NDOBUFSZ 128 macro 287 char hexbuf[NDOBUFSZ]; in ndo_get_pdu() 292 ndo_hexfmt(data, n_bytes, swap_bytes, hexbuf, NDOBUFSZ); in ndo_get_pdu() 317 char hexbuf[NDOBUFSZ]; in ndo_put_pdu() 322 ndo_hexfmt((uint8_t *)buf, n_bytes, 0, hexbuf, NDOBUFSZ); in ndo_put_pdu() 341 char hexbuf[NDOBUFSZ]; in ndo_tattle_error() 350 ndo_hexfmt(data, 16, 0, hexbuf, NDOBUFSZ); in ndo_tattle_error() 352 bzero(hexbuf, NDOBUFSZ); in ndo_tattle_error() 414 char buf[NDOBUFSZ]; in ndo_printf() 417 (void) vsnprintf(buf, NDOBUFSZ, fmt, ap); in ndo_printf() [all …]
|