Searched refs:target_ip (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/sys/gnu/fs/xfs/
H A Dxfs_rename.c234 xfs_inode_t *src_dp, *target_dp, *src_ip, *target_ip; local
244 int target_ip_dropped = 0; /* dropped target_ip link? */
294 target_vname, &src_ip, &target_ip, inodes,
311 if (target_ip == NULL && (src_dp != target_dp) &&
373 if ((target_ip != NULL) &&
374 (target_ip != src_ip) &&
375 (target_ip != src_dp) &&
376 (target_ip != target_dp)) {
377 xfs_trans_ijoin(tp, target_ip, XFS_ILOCK_EXCL);
383 if (target_ip
[all...]
/freebsd-9.3-release/sys/boot/arm/at91/libat91/
H A Demac.h69 unsigned char target_ip[4]; member in struct:__anon5588
H A Demac.c96 memcpy(p_ARP->target_ip, serverIPAddr, 4);

Completed in 103 milliseconds