Home
last modified time | relevance | path

Searched refs:uniq (Results 1 – 25 of 86) sorted by relevance

1234

/OK3568_Linux_fs/yocto/poky/scripts/contrib/bb-perf/
H A Dbb-matrix-plot.sh91 MIN=$(tail -n +2 "$DATFILE" | cut -d ' ' -f 1 | sed 's/^0*//' | sort -n | uniq | head -n1)
92 MAX=$(tail -n +2 "$DATFILE" | cut -d ' ' -f 1 | sed 's/^0*//' | sort -n | uniq | tail -n1)
94 MIN=$(tail -n +2 "$DATFILE" | cut -d ' ' -f 2 | sed 's/^0*//' | sort -n | uniq | head -n1)
95 MAX=$(tail -n +2 "$DATFILE" | cut -d ' ' -f 2 | sed 's/^0*//' | sort -n | uniq | tail -n1)
/OK3568_Linux_fs/u-boot/scripts/
H A Dbuild-whitelist.sh37 |sort |uniq >scripts/config_whitelist.txt.tmp1;
44 |sort |uniq >scripts/config_whitelist.txt.tmp2
48 |sort |uniq >scripts/config_whitelist.txt.tmp3
H A Dfit-msg.sh49 …gs ${IMG} | grep '\-g[0-9,a-f][0-9,a-f][0-9,a-f][0-9,a-f][0-9,a-f][0-9,a-f][0-9,a-f]' | sort --uniq
50 strings ${IMG} | grep 'Built :' | sort --uniq
H A Dcheck-config.sh30 cat ${path} |sed -n 's/^#define \(CONFIG_[A-Za-z0-9_]*\).*/\1/p' |sort |uniq \
38 |sort |uniq > ${ok}
H A Dget_maintainer.pl544 @file_emails = uniq(@file_emails);
566 @scm = uniq(@scm);
571 @status = uniq(@status);
576 @subsystem = uniq(@subsystem);
581 @web = uniq(@web);
2020 my @tmp_authors = uniq(@authors);
2024 @tmp_authors = uniq(@tmp_authors);
2062 @commits = uniq(@all_commits);
2113 @commits = uniq(@commits);
2195 sub uniq { subroutine
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/initscripts/initscripts-1.0/
H A Dpopulate-volatile.sh124 sed 's@\(^:\)*:.*@\1@' "${ROOT_DIR}/etc/passwd" | sort | uniq > "${TMP_DEFINED}"
126 cat "${TMP_DEFINED}" "${TMP_INTERMED}" | sort | uniq > "${TMP_COMBINED}"
138 sed 's@\(^:\)*:.*@\1@' "${ROOT_DIR}/etc/group" | sort | uniq > "${TMP_DEFINED}"
140 cat "${TMP_DEFINED}" "${TMP_INTERMED}" | sort | uniq > "${TMP_COMBINED}"
/OK3568_Linux_fs/kernel/net/can/
H A Draw.c95 struct uniqframe __percpu *uniq; member
137 if (this_cpu_ptr(ro->uniq)->skb == oskb && in raw_rcv()
138 this_cpu_ptr(ro->uniq)->skbcnt == can_skb_prv(oskb)->skbcnt) { in raw_rcv()
140 this_cpu_inc(ro->uniq->join_rx_count); in raw_rcv()
142 if (this_cpu_ptr(ro->uniq)->join_rx_count < ro->count) in raw_rcv()
148 this_cpu_ptr(ro->uniq)->skb = oskb; in raw_rcv()
149 this_cpu_ptr(ro->uniq)->skbcnt = can_skb_prv(oskb)->skbcnt; in raw_rcv()
150 this_cpu_ptr(ro->uniq)->join_rx_count = 1; in raw_rcv()
352 ro->uniq = alloc_percpu(struct uniqframe); in raw_init()
353 if (unlikely(!ro->uniq)) in raw_init()
[all …]
/OK3568_Linux_fs/kernel/drivers/hid/
H A Duhid.c407 __u8 uniq[64]; member
455 memcpy(event->u.create.uniq, compat->uniq, in uhid_event_from_user()
456 sizeof(compat->uniq)); in uhid_event_from_user()
522 len = min(sizeof(hid->uniq), sizeof(ev->u.create2.uniq)) - 1; in uhid_dev_create2()
523 strncpy(hid->uniq, ev->u.create2.uniq, len); in uhid_dev_create2()
566 memcpy(ev->u.create2.uniq, orig.uniq, sizeof(orig.uniq)); in uhid_dev_create()
H A Dhid-steelseries.c266 name_sz = strlen(hdev->uniq) + 16; in steelseries_srws1_probe()
276 snprintf(name, name_sz, "SRWS1::%s::RPMALL", hdev->uniq); in steelseries_srws1_probe()
297 snprintf(name, name_sz, "SRWS1::%s::RPM%d", hdev->uniq, i+1); in steelseries_srws1_probe()
/OK3568_Linux_fs/kernel/tools/lib/subcmd/
H A Dhelp.c46 void uniq(struct cmdnames *cmds) in uniq() function
205 uniq(main_cmds); in load_command_list()
225 uniq(other_cmds); in load_command_list()
H A Dhelp.h29 void uniq(struct cmdnames *cmds);
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Duhid.h48 __u8 uniq[64]; member
132 __u8 uniq[64]; member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Duhid.h48 __u8 uniq[64]; member
132 __u8 uniq[64]; member
/OK3568_Linux_fs/buildroot/build/
H A Dupdate_defconfig.sh85 sed -n -e "$SED_CONFIG_EXP1" -e "$SED_CONFIG_EXP2" | sort | uniq)
129 sed -n -e "$SED_CONFIG_EXP1" -e "$SED_CONFIG_EXP2" | sort | uniq)
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Duhid.h48 __u8 uniq[64]; member
132 __u8 uniq[64]; member
/OK3568_Linux_fs/kernel/scripts/
H A Dget_maintainer.pl622 @file_emails = uniq(@file_emails);
623 @fixes = uniq(@fixes);
644 @scm = uniq(@scm);
649 @status = uniq(@status);
654 @subsystem = uniq(@subsystem);
659 @web = uniq(@web);
2242 my @tmp_authors = uniq(@authors);
2246 @tmp_authors = uniq(@tmp_authors);
2284 @commits = uniq(@all_commits);
2335 @commits = uniq(@commits);
[all …]
H A Dmodules-check.sh16 for m in $(sed 's:.*/::' $1 | sort | uniq -d)
H A Dadjust_autoksyms.sh44 sort "$cur_ksyms_file" "$new_ksyms_file" | uniq -u |
/OK3568_Linux_fs/kernel/fs/nfs/
H A Dfscache.c112 void nfs_fscache_get_super_cookie(struct super_block *sb, const char *uniq, int ulen) in nfs_fscache_get_super_cookie() argument
121 if (!uniq) { in nfs_fscache_get_super_cookie()
122 uniq = ""; in nfs_fscache_get_super_cookie()
143 memcpy(key->key.uniquifier, uniq, ulen); in nfs_fscache_get_super_cookie()
/OK3568_Linux_fs/kernel/tools/testing/selftests/rcutorture/bin/
H A Dkcsan-collapse.sh21 uniq -c |
/OK3568_Linux_fs/kernel/tools/bootconfig/scripts/
H A Dxbc.sh55 grep "^$1" $XBC_TMPFILE | cut -d= -f1| cut -d. -f$((__s + 1))-$((__s + $2)) | uniq
/OK3568_Linux_fs/kernel/tools/memory-model/scripts/
H A Dnewlitmushist.sh50 sort $T/list-C-already $T/list-C-short | uniq -u > $T/list-C-new
H A Dcheckghlitmus.sh48 sort $T/list-C-already $T/list-C-result-short | uniq -u > $T/list-C-needed
/OK3568_Linux_fs/external/libmali/scripts/
H A Dparse_name.sh15 echo $PLATFORM|grep -ow $platform|uniq
/OK3568_Linux_fs/buildroot/dl/sox/git/
H A Dcygbuild100 do cygpath -u $f; done|sort|uniq|grep -v ^/cygdrive/)

1234