Home
last modified time | relevance | path

Searched refs:bbuf (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/cmd/dladm/
H A Ddladm.c8096 bridge_fields_buf_t *bbuf) in print_bridge() argument
8116 (void) strlcpy(bbuf->bridge_name, link, sizeof (bbuf->bridge_name)); in print_bridge()
8123 (void) dladm_bridge_get_properties(bbuf->bridge_name, &smfcfg, in print_bridge()
8125 (void) dladm_bridge_run_properties(bbuf->bridge_name, &runcfg, in print_bridge()
8127 (void) snprintf(bbuf->bridge_protect, sizeof (bbuf->bridge_protect), in print_bridge()
8130 fmt_int(bbuf->bridge_priority, sizeof (bbuf->bridge_priority), in print_bridge()
8133 fmt_int(bbuf->bridge_bmaxage, sizeof (bbuf->bridge_bmaxage), in print_bridge()
8136 fmt_int(bbuf->bridge_bhellotime, in print_bridge()
8137 sizeof (bbuf->bridge_bhellotime), smfcfg.hello_time, in print_bridge()
8140 fmt_int(bbuf->bridge_bfwddelay, sizeof (bbuf->bridge_bfwddelay), in print_bridge()
[all …]
/titanic_41/usr/src/cmd/sendmail/src/
H A Dmime.c124 char bbuf[128]; local
288 if (sm_strlcpy(bbuf, p, sizeof(bbuf)) >= sizeof(bbuf))
299 bbuf);
317 boundaries[i] = bbuf;
345 (void) sm_strlcpyn(buf, sizeof(buf), 2, "--", bbuf);
362 (void) sm_strlcpyn(buf, sizeof(buf), 3, "--", bbuf, "--");
/titanic_41/usr/src/cmd/picl/plugins/common/devtree/
H A Dpicldevtree.h141 uint32_t bbuf:1; member
/titanic_41/usr/src/lib/libprtdiag/inc/
H A Dpdevinfo_sun4u.h189 uint_t bbuf:1; member
/titanic_41/usr/src/uts/common/inet/ip/
H A Dip.c14755 ip_cmpbuf(const void *abuf, uint_t alen, boolean_t b_valid, const void *bbuf, in ip_cmpbuf() argument
14765 return (bcmp(abuf, bbuf, alen)); in ip_cmpbuf()