Home
last modified time | relevance | path

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

123

/linux/tools/testing/selftests/
H A Dkselftest_deps.sh122 grep -v "$filter" | awk -F: '{print $1}' | uniq)
135 grep -v "$filter" | awk -F: '{print $1}' | uniq)
147 grep -v "pkg-config\|PKG_CONFIG" | awk -F: '{print $1}' | uniq)
157 grep "pkg-config\|PKG_CONFIG" | awk -F: '{print $1}' | uniq)
166 awk -F: '{print $1}' | uniq)
/linux/tools/perf/tests/shell/lib/
H A Dcoresight.sh106 uniq | sort | uniq)
112 uniq | sort | uniq)
/linux/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()
521 BUILD_BUG_ON(sizeof(hid->uniq) != sizeof(ev->u.create2.uniq)); in uhid_dev_create2()
522 strscpy(hid->uniq, ev->u.create2.uniq, sizeof(hid->uniq)); in uhid_dev_create2()
565 memcpy(ev->u.create2.uniq, ori in uhid_dev_create()
[all...]
H A Dhid-letsketch.c94 input->uniq = data->hdev->uniq; in letsketch_alloc_input_dev()
H A Dhid-kysona.c183 strlen(hdev->uniq) ? in kysona_battery_probe()
184 hdev->uniq : dev_name(&hdev->dev)); in kysona_battery_probe()
H A Dhid-sony.c1022 sc->touchpad->uniq = sc->hdev->uniq; in sony_register_touchpad()
1088 sc->sensor_dev->uniq = sc->hdev->uniq; in sony_register_sensors()
1762 /* HIDP stores the device MAC address as a string in the uniq field. */ in sony_get_bt_devaddr()
1763 ret = strlen(sc->hdev->uniq); in sony_get_bt_devaddr()
1767 ret = sscanf(sc->hdev->uniq, in sony_get_bt_devaddr()
1788 * address from the uniq string where HIDP stores it. in sony_check_add()
1789 * As uniq cannot be guaranteed to be a MAC address in all cases in sony_check_add()
1824 snprintf(sc->hdev->uniq, sizeo in sony_check_add()
[all...]
H A Dhid-steelseries.c288 name_sz = strlen(hdev->uniq) + 16; in steelseries_srws1_probe()
298 snprintf(name, name_sz, "SRWS1::%s::RPMALL", hdev->uniq); in steelseries_srws1_probe()
319 snprintf(name, name_sz, "SRWS1::%s::RPM%d", hdev->uniq, i+1); in steelseries_srws1_probe()
/linux/net/can/
H A Draw.c103 struct uniqframe __percpu *uniq; member
166 if (this_cpu_ptr(ro->uniq)->skb == oskb && in raw_rcv()
167 this_cpu_ptr(ro->uniq)->skbcnt == can_skb_prv(oskb)->skbcnt) { in raw_rcv()
171 this_cpu_inc(ro->uniq->join_rx_count); in raw_rcv()
173 if (this_cpu_ptr(ro->uniq)->join_rx_count < ro->count) in raw_rcv()
176 this_cpu_ptr(ro->uniq)->skb = oskb; in raw_rcv()
177 this_cpu_ptr(ro->uniq)->skbcnt = can_skb_prv(oskb)->skbcnt; in raw_rcv()
178 this_cpu_ptr(ro->uniq)->join_rx_count = 1; in raw_rcv()
385 ro->uniq = alloc_percpu(struct uniqframe); in raw_init()
386 if (unlikely(!ro->uniq)) in raw_init()
[all...]
/linux/fs/nfs/
H A Dfscache.c88 int nfs_fscache_get_super_cookie(struct super_block *sb, const char *uniq, int ulen) in nfs_fscache_get_super_cookie() argument
95 if (uniq) { in nfs_fscache_get_super_cookie()
96 nfss->fscache_uniq = kmemdup_nul(uniq, ulen, GFP_KERNEL); in nfs_fscache_get_super_cookie()
124 memcpy(key + len, uniq, ulen); in nfs_fscache_get_super_cookie()
H A Dsysfs.c330 struct rpc_clnt *clnt, const char *uniq) in nfs_sysfs_link_rpc_client() argument
336 strncat(name, uniq ? uniq : "", sizeof(name) - strlen(name) - 1); in nfs_sysfs_link_rpc_client()
/linux/include/uapi/linux/
H A Duhid.h48 __u8 uniq[64]; member
132 __u8 uniq[64]; member
/linux/scripts/
H A Dmodules-check.sh16 for m in $(sed 's:.*/::' "$1" | sort | uniq -d)
H A Dget_maintainer.pl633 @file_emails = uniq(@file_emails);
634 @fixes = uniq(@fixes);
657 @scm = uniq(@scm);
662 @substatus = uniq(@substatus);
667 @status = uniq(@status);
672 @subsystem = uniq(@subsystem);
677 @web = uniq(@web);
682 @bug = uniq(@bug);
2208 # uniq -c
2275 my @tmp_authors = uniq(
2467 sub uniq { global() subroutine
[all...]
H A Dcheck-variable-fonts.sh98 sed -e 's/^/ /' -e 's/: Noto S.*$//' | sort | uniq`
/linux/tools/testing/selftests/rcutorture/bin/
H A Dkcsan-collapse.sh21 uniq -c |
/linux/tools/lib/subcmd/
H A Dhelp.c49 void uniq(struct cmdnames *cmds) in uniq() function
229 uniq(main_cmds); in load_command_list()
249 uniq(other_cmds); in load_command_list()
H A Dhelp.h29 void uniq(struct cmdnames *cmds);
/linux/tools/testing/selftests/cgroup/lib/
H A Dlibcgroup.mk7 LIBCGROUP_O_DIRS := $(shell dirname $(LIBCGROUP_O) | uniq)
/linux/tools/bootconfig/scripts/
H A Dxbc.sh55 grep "^$1$3" $XBC_TMPFILE | cut -d= -f1| cut -d. -f$((__s + 1))-$((__s + $2)) | uniq
/linux/tools/testing/selftests/lkdtm/
H A Dstack-entropy.sh40 grep 'Stack offset' | awk '{print $NF}' | sort | uniq -c | wc -l)
/linux/tools/testing/selftests/net/netfilter/
H A Dconntrack_resize.sh345 unique=$(uniq "$tmpfile" | tee "$tmpfile_uniq" | wc -l)
353 proto=$(ip netns exec "$ns" conntrack -L --proto $protoname 2>/dev/null | sort | uniq | tee "$tmpfile_uniq" | wc -l)
368 proc=$(uniq "$tmpfile_proc" | tee "$tmpfile_uniq" | wc -l)
370 echo "FAIL: proc inconsistency after uniq filter for $ns: $l != $proc"
/linux/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.sh49 sort $T/list-C-already $T/list-C-result-short | uniq -u > $T/list-C-needed
/linux/tools/testing/selftests/ftrace/test.d/filter/
H A Devent-filter-function.tc27 target_func=`cat trace | grep -o 'call_site=\([^+]*\)' | sed 's/call_site=//' | sort | uniq -c | sort | tail -n 1 | sed 's/^[ 0-9]*//'`
/linux/tools/perf/tests/
H A Dsubcmd-help.c28 /* uniq() assumes it's sorted */ in test__uniq_cmdnames()
35 uniq(&cmds); in test__uniq_cmdnames()

123