Searched refs:desti (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/scsi/bnx2i/ |
H A D | bnx2i_iscsi.c | 1671 struct sockaddr_in *desti = (struct sockaddr_in *) dst_addr; in bnx2i_check_route() local 1677 cnic = hba->cnic->cm_select_dev(desti, CNIC_ULP_ISCSI); in bnx2i_check_route() 1781 struct sockaddr_in *desti = (struct sockaddr_in *) dst_addr; in bnx2i_ep_connect() local 1892 desti = (struct sockaddr_in *) dst_addr; in bnx2i_ep_connect() 1893 saddr.remote.v4 = *desti; in bnx2i_ep_connect() 1894 saddr.local.v4.sin_family = desti->sin_family; in bnx2i_ep_connect()
|
/linux/drivers/comedi/drivers/tests/ |
H A D | ni_routes_test.c | 47 static const int bad_dest = O(8), dest0 = O(0), desti = O(5); variable 286 unittest(ni_find_route_set(desti, &DR) == &DR.routes[ith_dest_index], in test_ni_find_route_set()
|
/linux/fs/xfs/libxfs/ |
H A D | xfs_attr_leaf.c | 2579 int desti; in xfs_attr3_leaf_moveents() local 2624 desti = start_d; in xfs_attr3_leaf_moveents() 2625 for (i = 0; i < count; entry_s++, entry_d++, desti++, i++) { in xfs_attr3_leaf_moveents() 2639 desti--; in xfs_attr3_leaf_moveents() 2651 memmove(xfs_attr3_leaf_name(leaf_d, desti), in xfs_attr3_leaf_moveents()
|