Home
last modified time | relevance | path

Searched refs:modify (Results 1 – 25 of 450) sorted by relevance

12345678910>>...18

/f-stack/dpdk/lib/librte_fib/
H A Drte_fib.c46 rte_fib_modify_fn_t modify; /**< modify fib datastruct */ member
104 fib->modify = dummy_modify; in init_dataplane()
112 fib->modify = dir24_8_modify; in init_dataplane()
123 if ((fib == NULL) || (fib->modify == NULL) || in rte_fib_add()
126 return fib->modify(fib, ip, depth, next_hop, RTE_FIB_ADD); in rte_fib_add()
132 if ((fib == NULL) || (fib->modify == NULL) || in rte_fib_delete()
135 return fib->modify(fib, ip, depth, 0, RTE_FIB_DEL); in rte_fib_delete()
H A Drte_fib6.c46 rte_fib6_modify_fn_t modify; /**< modify fib datastruct */ member
104 fib->modify = dummy_modify; in init_dataplane()
111 fib->modify = trie_modify; in init_dataplane()
123 if ((fib == NULL) || (ip == NULL) || (fib->modify == NULL) || in rte_fib6_add()
126 return fib->modify(fib, ip, depth, next_hop, RTE_FIB6_ADD); in rte_fib6_add()
133 if ((fib == NULL) || (ip == NULL) || (fib->modify == NULL) || in rte_fib6_delete()
136 return fib->modify(fib, ip, depth, 0, RTE_FIB6_DEL); in rte_fib6_delete()
/f-stack/freebsd/x86/include/
H A Dsysarch.h145 int x86_pkru_get_perm(unsigned int keyidx, int *access, int *modify);
146 int x86_pkru_set_perm(unsigned int keyidx, int access, int modify);
/f-stack/freebsd/netgraph/
H A Dng_source.c873 int modify; in ng_source_dup_mod() local
878 modify = sc->embed_timestamp.flags & NGM_SOURCE_EMBED_ENABLE; in ng_source_dup_mod()
879 for (i = 0; !modify && i < NG_SOURCE_COUNTERS; ++i) in ng_source_dup_mod()
880 modify = sc->embed_counter[i].flags & NGM_SOURCE_EMBED_ENABLE; in ng_source_dup_mod()
883 if (modify) in ng_source_dup_mod()
893 if (!modify) in ng_source_dup_mod()
/f-stack/freebsd/contrib/device-tree/src/arm/
H A Dimx6qp-tx6qp-8037-mb7.dts10 * modify it under the terms of the GNU General Public License
24 * copy, modify, merge, publish, distribute, sublicense, and/or
H A Dsun5i-r8.dtsi13 * modify it under the terms of the GNU General Public License as
28 * copy, modify, merge, publish, distribute, sublicense, and/or
H A Dimx6q-tx6q-10x0-mb7.dts10 * modify it under the terms of the GNU General Public License
24 * copy, modify, merge, publish, distribute, sublicense, and/or
H A Dimx6q-tx6q-11x0-mb7.dts10 * modify it under the terms of the GNU General Public License
24 * copy, modify, merge, publish, distribute, sublicense, and/or
H A Dimx6ul-tx6ul-0010.dts10 * modify it under the terms of the GNU General Public License
24 * copy, modify, merge, publish, distribute, sublicense, and/or
H A Daxp809.dtsi12 * modify it under the terms of the GNU General Public License as
27 * copy, modify, merge, publish, distribute, sublicense, and/or
H A Dimx6dl-tx6s-8035-mb7.dts10 * modify it under the terms of the GNU General Public License
24 * copy, modify, merge, publish, distribute, sublicense, and/or
H A Dimx6dl-tx6u-8033-mb7.dts10 * modify it under the terms of the GNU General Public License
24 * copy, modify, merge, publish, distribute, sublicense, and/or
H A Dimx6dl-sabrelite.dts11 * modify it under the terms of the GNU General Public License
25 * copy, modify, merge, publish, distribute, sublicense, and/or
H A Daxp152.dtsi12 * modify it under the terms of the GNU General Public License as
27 * copy, modify, merge, publish, distribute, sublicense, and/or
H A Dimx6dl-tx6u-81xx-mb7.dts10 * modify it under the terms of the GNU General Public License
24 * copy, modify, merge, publish, distribute, sublicense, and/or
H A Dimx6dl-tx6u-811x.dts10 * modify it under the terms of the GNU General Public License
24 * copy, modify, merge, publish, distribute, sublicense, and/or
H A Dimx6q-tx6q-1036-mb7.dts10 * modify it under the terms of the GNU General Public License
24 * copy, modify, merge, publish, distribute, sublicense, and/or
H A Dimx6dl-tx6u-80xx-mb7.dts10 * modify it under the terms of the GNU General Public License
24 * copy, modify, merge, publish, distribute, sublicense, and/or
H A Dimx6dl-tx6s-8034-mb7.dts10 * modify it under the terms of the GNU General Public License
24 * copy, modify, merge, publish, distribute, sublicense, and/or
H A Dimx6dl-tx6u-801x.dts10 * modify it under the terms of the GNU General Public License
24 * copy, modify, merge, publish, distribute, sublicense, and/or
H A Ddra71x.dtsi4 * This program is free software; you can redistribute it and/or modify
H A Dsun8i-a23-inet86dz.dts10 * modify it under the terms of the GNU General Public License as
25 * copy, modify, merge, publish, distribute, sublicense, and/or
H A Dsun8i-a33-q8-tablet.dts10 * modify it under the terms of the GNU General Public License as
25 * copy, modify, merge, publish, distribute, sublicense, and/or
H A Dsun8i-a33-et-q8-v1.6.dts10 * modify it under the terms of the GNU General Public License as
25 * copy, modify, merge, publish, distribute, sublicense, and/or
H A Dsun8i-a33-ippo-q8h-v1.2.dts10 * modify it under the terms of the GNU General Public License as
25 * copy, modify, merge, publish, distribute, sublicense, and/or

12345678910>>...18