Searched refs:targetp (Results 1 – 3 of 3) sorted by relevance
| /illumos-gate/usr/src/uts/common/io/xge/drv/ |
| H A D | xge_osdep.h | 189 #define xge_os_cmpxchg(targetp, cmp, newval) \ argument 190 sizeof (*(targetp)) == 4 ? \ 191 atomic_cas_32((uint32_t *)targetp, cmp, newval) : \ 192 atomic_cas_64((uint64_t *)targetp, cmp, newval)
|
| /illumos-gate/usr/src/tools/manlink/ |
| H A D | manlink.c | 127 link_iter_next(manlink_iter_t *itr, const char **namep, const char **targetp) in link_iter_next() argument 153 *targetp = itr->mi_target; in link_iter_next()
|
| /illumos-gate/usr/src/uts/common/inet/ip/ |
| H A D | ip6.c | 1623 icmp_send_redirect_v6(mblk_t *mp, in6_addr_t *targetp, in6_addr_t *dest, in icmp_send_redirect_v6() argument 1660 ncec = ncec_lookup_illgrp_v6(ill, targetp); in icmp_send_redirect_v6() 1682 rd->nd_rd_target = *targetp; in icmp_send_redirect_v6()
|