Home
last modified time | relevance | path

Searched refs:_ip (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/ufs/ufs/
H A Dinode.h170 struct inode *_ip = (ip); \
173 ASSERT_VOP_IN_SEQC(ITOV(_ip)); \
174 atomic_store_short(&(_ip)->i_mode, _mode); \
178 struct inode *_ip = (ip); \
179 struct vnode *_vp = ITOV(_ip); \
182 _ip->i_flag |= _flags; \
188 struct inode *_ip = (ip); \
189 struct vnode *_vp = ITOV(_ip); \
193 if ((_ip->i_flag & (_flags)) != _flags) { \
195 _ip
[all...]
/freebsd/sys/dev/iscsi/
H A Dicl_conn_if.m50 const struct icl_pdu *_ip;
55 struct icl_pdu *_ip;
64 struct icl_pdu *_ip;
72 struct icl_pdu *_ip;
81 struct icl_pdu *_ip;
89 struct icl_pdu *_ip;
94 struct icl_pdu *_ip;
100 struct icl_pdu *_ip;
123 struct icl_pdu *_ip;
136 struct icl_pdu *_ip;
/freebsd/sys/netpfil/ipfw/nat64/
H A Dnat64_translate.h77 #define L3HDR(_ip, _t) ((_t)((uint32_t *)(_ip) + (_ip)->ip_hl)) argument
/freebsd/tests/sys/netinet/
H A Doutput.sh334 for _ip in ${ips}; do
335 ip="${net_dst}${_ip}"
463 for _ip in ${ips}; do
464 ip="${net_dst}${_ip}"
560 for _ip in ${ips}; do
561 ip="${net_dst}${_ip}"
/freebsd/tests/sys/netinet6/
H A Doutput6.sh372 for _ip in ${ips}; do
373 ip="${net_dst}:${_ip}"
514 for _ip in ${ips}; do
515 ip="${net_dst}:${_ip}"
627 for _ip in ${ips}; do
628 ip="${net_dst}:${_ip}"
/freebsd/usr.sbin/lpr/lpd/
H A Dextern.h44 int msearch(char *_str, struct termios *_ip);
/freebsd/lib/libutil/
H A Dlibutil.h132 int realhostname(char *_host, size_t _hsize, const struct in_addr *_ip);
/freebsd/sys/dev/sfxge/common/
H A Defx_rx.c1102 #define EFX_RX_TOEPLITZ_IPV4_HASH(_enp, _insert, _ip, _tcp) \ argument
1109 (_ip) ? 1 : 0); \
1119 #define EFX_RX_TOEPLITZ_IPV6_HASH(_enp, _ip, _tcp, _rc) \ argument
1127 FRF_CZ_RX_RSS_IPV6_IP_THASH_ENABLE, (_ip) ? 1 : 0); \