| /linux/tools/testing/selftests/ |
| H A D | kselftest_deps.sh | 122 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)
|
| H A D | run_kselftest.sh | 146 collections=$(echo "$available" | cut -d: -f1 | sort | uniq)
|
| /linux/drivers/hid/ |
| H A D | uhid.c | 407 __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, orig.uniq, sizeof(orig.uniq)); in uhid_dev_create()
|
| H A D | hid-letsketch.c | 94 input->uniq = data->hdev->uniq; in letsketch_alloc_input_dev()
|
| H A D | hid-kysona.c | 183 strlen(hdev->uniq) ? in kysona_battery_probe() 184 hdev->uniq : dev_name(&hdev->dev)); in kysona_battery_probe()
|
| H A D | hid-udraw-ps3.c | 292 input_dev->uniq = hdev->uniq; in allocate_and_setup()
|
| H A D | hid-elan.c | 171 input->uniq = hdev->uniq; in elan_input_configured()
|
| /linux/fs/nfs/ |
| H A D | fscache.c | 88 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 D | sysfs.c | 334 struct rpc_clnt *clnt, const char *uniq) in nfs_sysfs_link_rpc_client() argument 340 strncat(name, uniq ? uniq : "", sizeof(name) - strlen(name) - 1); in nfs_sysfs_link_rpc_client()
|
| H A D | super.c | 1257 char *uniq = NULL; in nfs_get_cache_cookie() local 1270 uniq = mnt_s->fscache_uniq; in nfs_get_cache_cookie() 1271 ulen = strlen(uniq); in nfs_get_cache_cookie() 1277 uniq = ctx->fscache_uniq; in nfs_get_cache_cookie() 1282 return nfs_fscache_get_super_cookie(sb, uniq, ulen); in nfs_get_cache_cookie()
|
| /linux/include/uapi/linux/ |
| H A D | uhid.h | 48 __u8 uniq[64]; member 132 __u8 uniq[64]; member
|
| /linux/tools/lib/subcmd/ |
| H A D | help.c | 49 void uniq(struct cmdnames *cmds) in uniq() function 234 uniq(main_cmds); in load_command_list() 254 uniq(other_cmds); in load_command_list()
|
| H A D | help.h | 29 void uniq(struct cmdnames *cmds);
|
| /linux/scripts/ |
| H A D | modules-check.sh | 16 for m in $(sed 's:.*/::' "$1" | sort | uniq -d)
|
| /linux/tools/testing/selftests/rcutorture/bin/ |
| H A D | kcsan-collapse.sh | 21 uniq -c |
|
| H A D | kvm-series.sh | 247 sort | uniq -c | sort -k2n | tee -a $T/log
|
| /linux/tools/testing/selftests/net/netfilter/ |
| H A D | conntrack_resize.sh | 346 unique=$(uniq "$tmpfile" | tee "$tmpfile_uniq" | wc -l) 354 …proto=$(ip netns exec "$ns" conntrack -L --proto $protoname 2>/dev/null | sort | uniq | tee "$tmpf… 369 proc=$(uniq "$tmpfile_proc" | tee "$tmpfile_uniq" | wc -l)
|
| /linux/tools/bootconfig/scripts/ |
| H A D | xbc.sh | 55 grep "^$1$3" $XBC_TMPFILE | cut -d= -f1| cut -d. -f$((__s + 1))-$((__s + $2)) | uniq
|
| /linux/tools/testing/selftests/lkdtm/ |
| H A D | stack-entropy.sh | 40 grep 'Stack offset' | awk '{print $NF}' | sort | uniq -c | wc -l)
|
| /linux/tools/testing/selftests/vfio/lib/ |
| H A D | libvfio.mk | 21 LIBVFIO_O_DIRS := $(shell dirname $(LIBVFIO_O) | uniq)
|
| /linux/tools/memory-model/scripts/ |
| H A D | newlitmushist.sh | 50 sort $T/list-C-already $T/list-C-short | uniq -u > $T/list-C-new
|
| H A D | checkghlitmus.sh | 49 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 D | event-filter-function.tc | 31 target_func=`cat trace | grep -o 'call_site=\([^+]*\)' | sed 's/call_site=//' | sort | uniq -c | so…
|
| /linux/arch/x86/realmode/rm/ |
| H A D | Makefile | 35 cmd_pasyms = $(NM) $(real-prereqs) | sed $(sed-pasyms) | sort | uniq > $@
|
| /linux/tools/perf/tests/ |
| H A D | subcmd-help.c | 35 uniq(&cmds); in test__uniq_cmdnames()
|