Home
last modified time | relevance | path

Searched refs:orig (Results 1 – 25 of 1079) sorted by relevance

12345678910>>...44

/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/progs/
H A Dconnect_force_port6.c31 struct svc_addr *orig; in connect6() local
43 orig = bpf_sk_storage_get(&service_mapping, ctx->sk, 0, in connect6()
45 if (!orig) in connect6()
48 orig->addr[0] = ctx->user_ip6[0]; in connect6()
49 orig->addr[1] = ctx->user_ip6[1]; in connect6()
50 orig->addr[2] = ctx->user_ip6[2]; in connect6()
51 orig->addr[3] = ctx->user_ip6[3]; in connect6()
52 orig->port = ctx->user_port; in connect6()
80 struct svc_addr *orig; in getpeername6() local
84 orig = bpf_sk_storage_get(&service_mapping, ctx->sk, 0, 0); in getpeername6()
[all …]
H A Dconnect_force_port4.c32 struct svc_addr *orig; in connect4() local
44 orig = bpf_sk_storage_get(&service_mapping, ctx->sk, 0, in connect4()
46 if (!orig) in connect4()
49 orig->addr = ctx->user_ip4; in connect4()
50 orig->port = ctx->user_port; in connect4()
72 struct svc_addr *orig; in getpeername4() local
76 orig = bpf_sk_storage_get(&service_mapping, ctx->sk, 0, 0); in getpeername4()
77 if (orig) { in getpeername4()
78 ctx->user_ip4 = orig->addr; in getpeername4()
79 ctx->user_port = orig->port; in getpeername4()
/OK3568_Linux_fs/kernel/drivers/hwtracing/coresight/
H A Dcoresight-sysfs.c73 if (!info->orig || !info->target || in coresight_add_sysfs_link()
76 if (!info->orig->has_conns_grp || !info->target->has_conns_grp) in coresight_add_sysfs_link()
80 ret = sysfs_add_link_to_group(&info->orig->dev.kobj, in coresight_add_sysfs_link()
90 &info->orig->dev.kobj, in coresight_add_sysfs_link()
95 sysfs_remove_link_from_group(&info->orig->dev.kobj, in coresight_add_sysfs_link()
99 info->orig->nr_links++; in coresight_add_sysfs_link()
111 if (!info->orig || !info->target || in coresight_remove_sysfs_link()
115 sysfs_remove_link_from_group(&info->orig->dev.kobj, in coresight_remove_sysfs_link()
123 info->orig->nr_links--; in coresight_remove_sysfs_link()
143 int coresight_make_links(struct coresight_device *orig, in coresight_make_links() argument
[all …]
/OK3568_Linux_fs/buildroot/package/libfcgi/
H A D0002-disable-examples.patch1 Common subdirectories: libfcgi-2.4.0.orig/cgi-fcgi and libfcgi-2.4.0/cgi-fcgi
2 Common subdirectories: libfcgi-2.4.0.orig/doc and libfcgi-2.4.0/doc
3 Common subdirectories: libfcgi-2.4.0.orig/examples and libfcgi-2.4.0/examples
4 Common subdirectories: libfcgi-2.4.0.orig/images and libfcgi-2.4.0/images
5 Common subdirectories: libfcgi-2.4.0.orig/include and libfcgi-2.4.0/include
6 Common subdirectories: libfcgi-2.4.0.orig/java and libfcgi-2.4.0/java
7 Common subdirectories: libfcgi-2.4.0.orig/libfcgi and libfcgi-2.4.0/libfcgi
8 diff -du libfcgi-2.4.0.orig/Makefile.am libfcgi-2.4.0/Makefile.am
9 --- libfcgi-2.4.0.orig/Makefile.am 2001-12-22 14:05:39.000000000 +0100
20 Common subdirectories: libfcgi-2.4.0.orig/perl and libfcgi-2.4.0/perl
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/shadow/files/
H A Dshadow-update-pam-conf.patch11 diff -Nur shadow-4.1.4.3/etc/pam.d.orig/chage shadow-4.1.4.3/etc/pam.d/chage
12 --- shadow-4.1.4.3/etc/pam.d.orig/chage 2011-07-20 19:02:27.384844958 +0800
20 diff -Nur shadow-4.1.4.3/etc/pam.d.orig/chgpasswd shadow-4.1.4.3/etc/pam.d/chgpasswd
21 --- shadow-4.1.4.3/etc/pam.d.orig/chgpasswd 2011-07-20 19:02:27.384844958 +0800
29 diff -Nur shadow-4.1.4.3/etc/pam.d.orig/groupadd shadow-4.1.4.3/etc/pam.d/groupadd
30 --- shadow-4.1.4.3/etc/pam.d.orig/groupadd 2011-07-20 19:02:27.384844958 +0800
38 diff -Nur shadow-4.1.4.3/etc/pam.d.orig/groupdel shadow-4.1.4.3/etc/pam.d/groupdel
39 --- shadow-4.1.4.3/etc/pam.d.orig/groupdel 2011-07-20 19:02:27.384844958 +0800
47 diff -Nur shadow-4.1.4.3/etc/pam.d.orig/groupmems shadow-4.1.4.3/etc/pam.d/groupmems
48 --- shadow-4.1.4.3/etc/pam.d.orig/groupmems 2011-07-20 19:02:27.384844958 +0800
[all …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/uml-utilities/uml-utilities-20040406/
H A Dfix-ldflags.patch17 diff -uNr tools.orig/jailtest/Makefile tools/jailtest/Makefile
18 --- tools.orig/jailtest/Makefile 2017-04-03 15:56:02.068461380 +0200
29 diff -uNr tools.orig/moo/Makefile tools/moo/Makefile
30 --- tools.orig/moo/Makefile 2017-04-03 15:56:02.068461380 +0200
45 diff -uNr tools.orig/port-helper/Makefile tools/port-helper/Makefile
46 --- tools.orig/port-helper/Makefile 2017-04-03 15:56:02.068461380 +0200
57 diff -uNr tools.orig/tunctl/Makefile tools/tunctl/Makefile
58 --- tools.orig/tunctl/Makefile 2017-04-03 15:56:02.068461380 +0200
69 diff -uNr tools.orig/uml_net/Makefile tools/uml_net/Makefile
70 --- tools.orig/uml_net/Makefile 2017-04-03 15:56:02.068461380 +0200
[all …]
H A Dunstrip.patch7 --- tools.orig/jailtest/Makefile 2003-02-07 20:10:27.000000000 -0800
17 --- tools.orig/mconsole/Makefile 2012-09-05 12:05:09.869607043 -0700
27 --- tools.orig/moo/Makefile 2003-06-26 09:27:00.000000000 -0700
37 --- tools.orig/port-helper/Makefile 2003-02-07 20:05:31.000000000 -0800
47 --- tools.orig/tunctl/Makefile 2003-02-07 20:05:04.000000000 -0800
57 --- tools.orig/uml_net/Makefile 2003-02-07 20:04:55.000000000 -0800
67 --- tools.orig/uml_router/Makefile 2003-02-07 20:04:39.000000000 -0800
77 --- tools.orig/watchdog/Makefile 2003-02-07 20:04:25.000000000 -0800
/OK3568_Linux_fs/buildroot/package/oracle-mysql/
H A D0007-dont-install-in-mysql-directory.patch13 diff -Nrup mysql-5.1.73.orig/dbug/Makefile.am mysql-5.1.73/dbug/Makefile.am
14 --- mysql-5.1.73.orig/dbug/Makefile.am 2013-11-04 19:52:27.000000000 +0100
25 diff -Nrup mysql-5.1.73.orig/libmysql/Makefile.shared mysql-5.1.73/libmysql/Makefile.shared
26 --- mysql-5.1.73.orig/libmysql/Makefile.shared 2013-11-04 19:52:27.000000000 +0100
37 diff -Nrup mysql-5.1.73.orig/libmysqld/Makefile.am mysql-5.1.73/libmysqld/Makefile.am
38 --- mysql-5.1.73.orig/libmysqld/Makefile.am 2013-11-04 19:52:27.000000000 +0100
49 diff -Nrup mysql-5.1.73.orig/mysys/Makefile.am mysql-5.1.73/mysys/Makefile.am
50 --- mysql-5.1.73.orig/mysys/Makefile.am 2013-11-04 19:52:27.000000000 +0100
61 diff -Nrup mysql-5.1.73.orig/storage/csv/Makefile.am mysql-5.1.73/storage/csv/Makefile.am
62 --- mysql-5.1.73.orig/storage/csv/Makefile.am 2013-11-04 19:52:27.000000000 +0100
[all …]
/OK3568_Linux_fs/kernel/net/batman-adv/
H A Dmulticast.c1384 struct batadv_orig_node **orig, int *is_routable) in batadv_mcast_forw_mode() argument
1413 *orig = batadv_mcast_forw_tt_node_get(bat_priv, ethhdr); in batadv_mcast_forw_mode()
1415 *orig = batadv_mcast_forw_ip_node_get(bat_priv, ethhdr); in batadv_mcast_forw_mode()
1417 *orig = batadv_mcast_forw_unsnoop_node_get(bat_priv); in batadv_mcast_forw_mode()
1419 *orig = batadv_mcast_forw_rtr_node_get(bat_priv, in batadv_mcast_forw_mode()
1422 if (*orig) in batadv_mcast_forw_mode()
1458 if (batadv_bla_is_backbone_gw_orig(bat_priv, orig_node->orig, vid)) { in batadv_mcast_forw_send_orig()
1782 struct batadv_orig_node *orig, in batadv_mcast_want_unsnoop_update() argument
1785 struct hlist_node *node = &orig->mcast_want_all_unsnoopables_node; in batadv_mcast_want_unsnoop_update()
1788 lockdep_assert_held(&orig->mcast_handler_lock); in batadv_mcast_want_unsnoop_update()
[all …]
H A Dbridge_loop_avoidance.c91 hash = jhash(&gw->orig, sizeof(gw->orig), hash); in batadv_choose_backbone_gw()
112 if (!batadv_compare_eth(gw1->orig, gw2->orig)) in batadv_compare_backbone_gw()
271 ether_addr_copy(search_entry.orig, addr); in batadv_backbone_hash_find()
497 batadv_bla_get_backbone_gw(struct batadv_priv *bat_priv, u8 *orig, in batadv_bla_get_backbone_gw() argument
504 entry = batadv_backbone_hash_find(bat_priv, orig, vid); in batadv_bla_get_backbone_gw()
511 orig, batadv_print_vid(vid)); in batadv_bla_get_backbone_gw()
524 ether_addr_copy(entry->orig, orig); in batadv_bla_get_backbone_gw()
541 orig_node = batadv_orig_hash_find(bat_priv, orig); in batadv_bla_get_backbone_gw()
650 "Sending REQUEST to %pM\n", backbone_gw->orig); in batadv_bla_send_request()
653 batadv_bla_send_claim(backbone_gw->bat_priv, backbone_gw->orig, in batadv_bla_send_request()
[all …]
/OK3568_Linux_fs/kernel/tools/lib/perf/
H A Dcpumap.c298 struct perf_cpu_map *perf_cpu_map__merge(struct perf_cpu_map *orig, in perf_cpu_map__merge() argument
306 if (!orig && !other) in perf_cpu_map__merge()
308 if (!orig) { in perf_cpu_map__merge()
313 return orig; in perf_cpu_map__merge()
314 if (orig->nr == other->nr && in perf_cpu_map__merge()
315 !memcmp(orig->map, other->map, orig->nr * sizeof(int))) in perf_cpu_map__merge()
316 return orig; in perf_cpu_map__merge()
318 tmp_len = orig->nr + other->nr; in perf_cpu_map__merge()
325 while (i < orig->nr && j < other->nr) { in perf_cpu_map__merge()
326 if (orig->map[i] <= other->map[j]) { in perf_cpu_map__merge()
[all …]
/OK3568_Linux_fs/kernel/arch/mips/include/asm/
H A Dbitops.h46 unsigned long orig, temp; \
57 : "=&r"(orig), "=&r"(temp), \
62 orig; \
185 unsigned long res, orig; in test_and_set_bit_lock() local
190 orig = __test_bit_op(*m, "%0", in test_and_set_bit_lock()
193 res = (orig & BIT(bit)) != 0; in test_and_set_bit_lock()
229 unsigned long res, orig; in test_and_clear_bit() local
241 orig = __test_bit_op(*m, "%0", in test_and_clear_bit()
245 res = (orig & BIT(bit)) != 0; in test_and_clear_bit()
266 unsigned long res, orig; in test_and_change_bit() local
[all …]
/OK3568_Linux_fs/kernel/arch/sparc/mm/
H A Dtlb.c112 pte_t *ptep, pte_t orig, int fullmm, in tlb_batch_add() argument
116 pte_dirty(orig)) { in tlb_batch_add()
117 unsigned long paddr, pfn = pte_pfn(orig); in tlb_batch_add()
140 tlb_batch_add_one(mm, vaddr, pte_exec(orig), hugepage_shift); in tlb_batch_add()
166 pmd_t orig, pmd_t pmd) in __set_pmd_acct() argument
171 if ((pmd_val(pmd) ^ pmd_val(orig)) & _PAGE_PMD_HUGE) { in __set_pmd_acct()
186 if (is_huge_zero_page(pmd_page(orig))) in __set_pmd_acct()
202 if (!pmd_none(orig)) { in __set_pmd_acct()
204 if (pmd_trans_huge(orig)) { in __set_pmd_acct()
205 pte_t orig_pte = __pte(pmd_val(orig)); in __set_pmd_acct()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/realtek/rtw88/
H A Dhci.h193 u32 orig; in rtw_read32_mask() local
196 orig = rtw_read32(rtwdev, addr); in rtw_read32_mask()
197 ret = (orig & mask) >> shift; in rtw_read32_mask()
206 u32 orig; in rtw_read16_mask() local
209 orig = rtw_read16(rtwdev, addr); in rtw_read16_mask()
210 ret = (orig & mask) >> shift; in rtw_read16_mask()
219 u32 orig; in rtw_read8_mask() local
222 orig = rtw_read8(rtwdev, addr); in rtw_read8_mask()
223 ret = (orig & mask) >> shift; in rtw_read8_mask()
232 u32 orig; in rtw_write32_mask() local
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/amdgpu/
H A Dsi.c2335 u32 data, orig; in si_program_aspm() local
2344 orig = data = RREG32_PCIE_PORT(PCIE_LC_N_FTS_CNTL); in si_program_aspm()
2347 if (orig != data) in si_program_aspm()
2350 orig = data = RREG32_PCIE_PORT(PCIE_LC_CNTL3); in si_program_aspm()
2352 if (orig != data) in si_program_aspm()
2355 orig = data = RREG32_PCIE(PCIE_P_CNTL); in si_program_aspm()
2357 if (orig != data) in si_program_aspm()
2360 orig = data = RREG32_PCIE_PORT(PCIE_LC_CNTL); in si_program_aspm()
2369 if (orig != data) in si_program_aspm()
2375 orig = data = si_pif_phy0_rreg(adev,PB0_PIF_PWRDOWN_0); in si_program_aspm()
[all …]
/OK3568_Linux_fs/kernel/drivers/md/
H A Ddm-rq.c21 struct request *orig, *clone; member
84 unsigned int nr_bytes = info->orig->bi_iter.bi_size; in end_clone_bio()
120 blk_update_request(tio->orig, BLK_STS_OK, tio->completed); in end_clone_bio()
128 static void rq_end_stats(struct mapped_device *md, struct request *orig) in rq_end_stats() argument
131 struct dm_rq_target_io *tio = tio_from_request(orig); in rq_end_stats()
133 dm_stats_account_io(&md->stats, rq_data_dir(orig), in rq_end_stats()
134 blk_rq_pos(orig), tio->n_sectors, true, in rq_end_stats()
161 struct request *rq = tio->orig; in dm_end_request()
191 struct request *rq = tio->orig; in dm_requeue_original_request()
304 dm_complete_request(tio->orig, error); in end_clone_request()
[all …]
/OK3568_Linux_fs/buildroot/package/dc3dd/
H A D0003-fix-for-glibc-2.28.patch12 diff -Nuar dc3dd-7.2.641.orig/lib/freadahead.c dc3dd-7.2.641/lib/freadahead.c
13 --- dc3dd-7.2.641.orig/lib/freadahead.c 2012-11-06 23:42:58.000000000 +0200
24 diff -Nuar dc3dd-7.2.641.orig/lib/freadptr.c dc3dd-7.2.641/lib/freadptr.c
25 --- dc3dd-7.2.641.orig/lib/freadptr.c 2012-11-06 23:42:58.000000000 +0200
36 diff -Nuar dc3dd-7.2.641.orig/lib/freadseek.c dc3dd-7.2.641/lib/freadseek.c
37 --- dc3dd-7.2.641.orig/lib/freadseek.c 2012-11-06 23:42:58.000000000 +0200
48 diff -Nuar dc3dd-7.2.641.orig/lib/fseeko.c dc3dd-7.2.641/lib/fseeko.c
49 --- dc3dd-7.2.641.orig/lib/fseeko.c 2012-11-06 23:42:58.000000000 +0200
60 diff -Nuar dc3dd-7.2.641.orig/lib/fseterr.c dc3dd-7.2.641/lib/fseterr.c
61 --- dc3dd-7.2.641.orig/lib/fseterr.c 2012-11-06 23:42:58.000000000 +0200
[all …]
/OK3568_Linux_fs/kernel/net/netfilter/
H A Dxt_DSCP.c76 u_int8_t orig, nv; in tos_tg() local
78 orig = ipv4_get_dsfield(iph); in tos_tg()
79 nv = (orig & ~info->tos_mask) ^ info->tos_value; in tos_tg()
81 if (orig != nv) { in tos_tg()
96 u_int8_t orig, nv; in tos_tg6() local
98 orig = ipv6_get_dsfield(iph); in tos_tg6()
99 nv = (orig & ~info->tos_mask) ^ info->tos_value; in tos_tg6()
101 if (orig != nv) { in tos_tg6()
/OK3568_Linux_fs/kernel/arch/mips/generic/
H A Dboard-sead3.c184 unsigned int freq, orig, tick = 0; in sead3_measure_hpt_freq() local
189 orig = readl(status_reg) & 0x2; /* get original sample */ in sead3_measure_hpt_freq()
191 while ((readl(status_reg) & 0x2) == orig) in sead3_measure_hpt_freq()
193 orig = orig ^ 0x2; /* flip the bit */ in sead3_measure_hpt_freq()
200 while ((readl(status_reg) & 0x2) == orig) in sead3_measure_hpt_freq()
202 orig = orig ^ 0x2; /* flip the bit */ in sead3_measure_hpt_freq()
/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/
H A Dexpand_remote_port.patch3 diff -ruN tcp_wrappers_7.6.orig/eval.c tcp_wrappers_7.6/eval.c
4 --- tcp_wrappers_7.6.orig/eval.c 1995-01-30 19:51:46.000000000 +0100
35 diff -ruN tcp_wrappers_7.6.orig/hosts_access.5 tcp_wrappers_7.6/hosts_access.5
36 --- tcp_wrappers_7.6.orig/hosts_access.5 2004-11-04 13:17:45.000000000 +0100
47 diff -ruN tcp_wrappers_7.6.orig/percent_x.c tcp_wrappers_7.6/percent_x.c
48 --- tcp_wrappers_7.6.orig/percent_x.c 1994-12-28 17:42:38.000000000 +0100
59 diff -ruN tcp_wrappers_7.6.orig/tcpd.h tcp_wrappers_7.6/tcpd.h
60 --- tcp_wrappers_7.6.orig/tcpd.h 2004-11-04 13:17:45.000000000 +0100
H A D14_cidr_support.patch3 diff -ruN tcp_wrappers_7.6.orig/hosts_access.5 tcp_wrappers_7.6/hosts_access.5
4 --- tcp_wrappers_7.6.orig/hosts_access.5 2003-08-21 03:15:36.000000000 +0200
17 diff -ruN tcp_wrappers_7.6.orig/hosts_access.c tcp_wrappers_7.6/hosts_access.c
18 --- tcp_wrappers_7.6.orig/hosts_access.c 2003-08-21 03:15:36.000000000 +0200
30 diff -ruN tcp_wrappers_7.6.orig/misc.c tcp_wrappers_7.6/misc.c
31 --- tcp_wrappers_7.6.orig/misc.c 2003-08-21 03:15:36.000000000 +0200
51 diff -ruN tcp_wrappers_7.6.orig/tcpdchk.c tcp_wrappers_7.6/tcpdchk.c
52 --- tcp_wrappers_7.6.orig/tcpdchk.c 2003-08-21 03:15:36.000000000 +0200
/OK3568_Linux_fs/external/dpdk/pcie/igb_uio/
H A Dcompat.h76 uint16_t orig, new; in pci_intx_mask_supported() local
79 pci_read_config_word(pdev, PCI_COMMAND, &orig); in pci_intx_mask_supported()
81 orig ^ PCI_COMMAND_INTX_DISABLE); in pci_intx_mask_supported()
84 if ((new ^ orig) & ~PCI_COMMAND_INTX_DISABLE) { in pci_intx_mask_supported()
86 "0x%x to 0x%x: driver or hardware bug?\n", orig, new); in pci_intx_mask_supported()
87 } else if ((new ^ orig) & PCI_COMMAND_INTX_DISABLE) { in pci_intx_mask_supported()
89 pci_write_config_word(pdev, PCI_COMMAND, orig); in pci_intx_mask_supported()
/OK3568_Linux_fs/kernel/arch/arm/probes/kprobes/
H A Dopt-arm.c184 int arch_prepare_optimized_kprobe(struct optimized_kprobe *op, struct kprobe *orig) in NOKPROBE_SYMBOL()
191 if (!can_optimize(orig)) in NOKPROBE_SYMBOL()
224 (long)orig->addr + 8) & 0xfe000003; in NOKPROBE_SYMBOL()
241 BUG_ON(orig->ainsn.stack_space < 0); in NOKPROBE_SYMBOL()
243 stack_protect += orig->ainsn.stack_space; in NOKPROBE_SYMBOL()
262 orig->ainsn.kprobe_direct_exec = false; in NOKPROBE_SYMBOL()
263 if (can_kprobe_direct_exec(orig->ainsn.register_usage_flags)) { in NOKPROBE_SYMBOL()
275 code[TMPL_RESTORE_ORIGN_INSN] = __opcode_to_mem_arm(orig->opcode); in NOKPROBE_SYMBOL()
279 orig->ainsn.kprobe_direct_exec = true; in NOKPROBE_SYMBOL()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/host/xtest/
H A Dregression_6000.c455 uint32_t orig = 0; in test_truncate_file_length() local
458 xtest_teec_open_session(&sess, &storage_ta_uuid, NULL, &orig))) in test_truncate_file_length()
525 uint32_t orig = 0; in test_extend_file_length() local
528 xtest_teec_open_session(&sess, &storage_ta_uuid, NULL, &orig))) in test_extend_file_length()
599 uint32_t orig = 0; in test_file_hole() local
602 xtest_teec_open_session(&sess, &storage_ta_uuid, NULL, &orig))) in test_file_hole()
680 uint32_t orig = 0; in xtest_tee_test_6001_single() local
683 xtest_teec_open_session(&sess, &storage_ta_uuid, NULL, &orig))) in xtest_tee_test_6001_single()
709 uint32_t orig = 0; in xtest_tee_test_6002_single() local
712 xtest_teec_open_session(&sess, &storage_ta_uuid, NULL, &orig))) in xtest_tee_test_6002_single()
[all …]
/OK3568_Linux_fs/kernel/drivers/scsi/sym53c8xx_2/
H A Dsym_misc.h91 static inline void sym_que_move(struct sym_quehead *orig, in sym_que_move() argument
96 first = orig->flink; in sym_que_move()
97 if (first != orig) { in sym_que_move()
100 last = orig->blink; in sym_que_move()
103 orig->flink = orig; in sym_que_move()
104 orig->blink = orig; in sym_que_move()

12345678910>>...44