Home
last modified time | relevance | path

Searched refs:bph (Results 1 – 4 of 4) sorted by relevance

/titanic_50/usr/src/lib/fm/topo/modules/sun4u/hostbridge/
H A Dhb_sun4u.c37 count_busorrc(topo_mod_t *mod, busorrc_t *list, int *hbc, int *bph) in count_busorrc() argument
64 *bph = bt / *hbc; in count_busorrc()
/titanic_50/usr/src/uts/sun4v/io/
H A Dvsw_switching.c1248 mblk_t *bph; in vsw_vlan_frame_pretag() local
1265 bpn = bph = bpt = NULL; in vsw_vlan_frame_pretag()
1287 if (bph == NULL) { in vsw_vlan_frame_pretag()
1288 bph = bpt = bp; in vsw_vlan_frame_pretag()
1296 return (bph); in vsw_vlan_frame_pretag()
1325 mblk_t *bph; in vsw_vlan_frame_untag() local
1374 bpn = bph = bpt = NULL; in vsw_vlan_frame_untag()
1453 if (bph == NULL) { in vsw_vlan_frame_untag()
1454 bph = bpt = bp; in vsw_vlan_frame_untag()
1462 *np = bph; in vsw_vlan_frame_untag()
H A Dvnet.c1334 mblk_t *bph; in vnet_rx_frames_untag() local
1337 bpn = bph = bpt = NULL; in vnet_rx_frames_untag()
1357 if (bph == NULL) { in vnet_rx_frames_untag()
1358 bph = bpt = bp; in vnet_rx_frames_untag()
1366 *mp = bph; in vnet_rx_frames_untag()
/titanic_50/usr/src/uts/common/fs/zfs/
H A Darc.c7967 size_t bph = nbuckets / BUF_LOCKS; /* buckets per hash */ in arc_dump() local
7989 bucket = (i / bph) + (i % bph) * BUF_LOCKS; in arc_dump()