Searched refs:new2 (Results 1 – 3 of 3) sorted by relevance
445 local new2=$1; shift450 ip -6 route add $new2/128 via 2001:db8:10::2454 __addr_add_del g2a add "$new2/128"465 local new2=2001:db8:3::20467 topo_flat_remote_change $old1 $new1 $old2 $new2475 local new2=2001:db8:3::2477 topo_flat_remote_change $old1 $new1 $old2 $new2485 local new2=$1; shift494 __addr_add_del dummy2 add "$new2/64"505 local new2=2001:db8:3::20[all …]
752 struct map *new1, struct map *new2) in __maps__insert_sorted() argument758 unsigned int to_add = new2 ? 2 : 1; in __maps__insert_sorted()763 assert(!new2 || map__end(new1) <= map__start(new2)); in __maps__insert_sorted()764 assert(first_after_index == nr_maps || !new2 || in __maps__insert_sorted()765 map__end(new2) <= map__start(maps_by_address[first_after_index])); in __maps__insert_sorted()794 if (new2) { in __maps__insert_sorted()795 maps_by_address[first_after_index + 1] = map__get(new2); in __maps__insert_sorted()797 maps_by_name[nr_maps + 1] = map__get(new2); in __maps__insert_sorted()802 map__set_kmap_maps(new2, maps); in __maps__insert_sorted()
72 $ extract.sh < rfc0001.txt > new2.x82 $ ./xdrgen definitions new2.x > include/linux/sunrpc/xdrgen/new2.h83 $ ./xdrgen declarations new2.x > new2xdr_gen.h87 $ ./xdrgen source new2.x > new2xdr_gen.c
Completed in 9 milliseconds