| /f-stack/dpdk/lib/librte_fib/ |
| H A D | rte_fib.c | 46 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 D | rte_fib6.c | 46 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 D | sysarch.h | 145 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 D | ng_source.c | 873 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 D | imx6qp-tx6qp-8037-mb7.dts | 10 * modify it under the terms of the GNU General Public License 24 * copy, modify, merge, publish, distribute, sublicense, and/or
|
| H A D | sun5i-r8.dtsi | 13 * modify it under the terms of the GNU General Public License as 28 * copy, modify, merge, publish, distribute, sublicense, and/or
|
| H A D | imx6q-tx6q-10x0-mb7.dts | 10 * modify it under the terms of the GNU General Public License 24 * copy, modify, merge, publish, distribute, sublicense, and/or
|
| H A D | imx6q-tx6q-11x0-mb7.dts | 10 * modify it under the terms of the GNU General Public License 24 * copy, modify, merge, publish, distribute, sublicense, and/or
|
| H A D | imx6ul-tx6ul-0010.dts | 10 * modify it under the terms of the GNU General Public License 24 * copy, modify, merge, publish, distribute, sublicense, and/or
|
| H A D | axp809.dtsi | 12 * modify it under the terms of the GNU General Public License as 27 * copy, modify, merge, publish, distribute, sublicense, and/or
|
| H A D | imx6dl-tx6s-8035-mb7.dts | 10 * modify it under the terms of the GNU General Public License 24 * copy, modify, merge, publish, distribute, sublicense, and/or
|
| H A D | imx6dl-tx6u-8033-mb7.dts | 10 * modify it under the terms of the GNU General Public License 24 * copy, modify, merge, publish, distribute, sublicense, and/or
|
| H A D | imx6dl-sabrelite.dts | 11 * modify it under the terms of the GNU General Public License 25 * copy, modify, merge, publish, distribute, sublicense, and/or
|
| H A D | axp152.dtsi | 12 * modify it under the terms of the GNU General Public License as 27 * copy, modify, merge, publish, distribute, sublicense, and/or
|
| H A D | imx6dl-tx6u-81xx-mb7.dts | 10 * modify it under the terms of the GNU General Public License 24 * copy, modify, merge, publish, distribute, sublicense, and/or
|
| H A D | imx6dl-tx6u-811x.dts | 10 * modify it under the terms of the GNU General Public License 24 * copy, modify, merge, publish, distribute, sublicense, and/or
|
| H A D | imx6q-tx6q-1036-mb7.dts | 10 * modify it under the terms of the GNU General Public License 24 * copy, modify, merge, publish, distribute, sublicense, and/or
|
| H A D | imx6dl-tx6u-80xx-mb7.dts | 10 * modify it under the terms of the GNU General Public License 24 * copy, modify, merge, publish, distribute, sublicense, and/or
|
| H A D | imx6dl-tx6s-8034-mb7.dts | 10 * modify it under the terms of the GNU General Public License 24 * copy, modify, merge, publish, distribute, sublicense, and/or
|
| H A D | imx6dl-tx6u-801x.dts | 10 * modify it under the terms of the GNU General Public License 24 * copy, modify, merge, publish, distribute, sublicense, and/or
|
| H A D | dra71x.dtsi | 4 * This program is free software; you can redistribute it and/or modify
|
| H A D | sun8i-a23-inet86dz.dts | 10 * modify it under the terms of the GNU General Public License as 25 * copy, modify, merge, publish, distribute, sublicense, and/or
|
| H A D | sun8i-a33-q8-tablet.dts | 10 * modify it under the terms of the GNU General Public License as 25 * copy, modify, merge, publish, distribute, sublicense, and/or
|
| H A D | sun8i-a33-et-q8-v1.6.dts | 10 * modify it under the terms of the GNU General Public License as 25 * copy, modify, merge, publish, distribute, sublicense, and/or
|
| H A D | sun8i-a33-ippo-q8h-v1.2.dts | 10 * modify it under the terms of the GNU General Public License as 25 * copy, modify, merge, publish, distribute, sublicense, and/or
|