Searched refs:uniq (Results 1 - 25 of 53) sorted by relevance

123

/linux-master/scripts/
H A Dmodules-check.sh16 for m in $(sed 's:.*/::' "$1" | sort | uniq -d)
H A DMakefile.vmlinux_o84 tr ' ' '\n' | uniq | sed -e 's:^:kernel/:' -e 's/$$/.ko/' > $@
/linux-master/tools/testing/selftests/rcutorture/bin/
H A Dkcsan-collapse.sh21 uniq -c |
/linux-master/tools/perf/tests/shell/lib/
H A Dcoresight.sh106 uniq | sort | uniq)
112 uniq | sort | uniq)
/linux-master/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-master/tools/lib/subcmd/
H A Dhelp.h29 void uniq(struct cmdnames *cmds);
H A Dhelp.c48 void uniq(struct cmdnames *cmds) function
227 uniq(main_cmds);
247 uniq(other_cmds);
/linux-master/tools/bootconfig/scripts/
H A Dxbc.sh55 grep "^$1$3" $XBC_TMPFILE | cut -d= -f1| cut -d. -f$((__s + 1))-$((__s + $2)) | uniq
/linux-master/tools/testing/selftests/lkdtm/
H A Dstack-entropy.sh40 grep 'Stack offset' | awk '{print $NF}' | sort | uniq -c | wc -l)
/linux-master/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-master/include/uapi/linux/
H A Duhid.h48 __u8 uniq[64]; member in struct:uhid_create2_req
132 __u8 uniq[64]; member in struct:uhid_create_req
/linux-master/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-master/fs/nfs/
H A Dfscache.c88 int nfs_fscache_get_super_cookie(struct super_block *sb, const char *uniq, int ulen) argument
95 if (uniq) {
96 nfss->fscache_uniq = kmemdup_nul(uniq, ulen, GFP_KERNEL);
124 memcpy(key + len, uniq, ulen);
H A Dsysfs.c278 struct rpc_clnt *clnt, const char *uniq)
284 strcat(name, uniq ? uniq : "");
277 nfs_sysfs_link_rpc_client(struct nfs_server *server, struct rpc_clnt *clnt, const char *uniq) argument
/linux-master/drivers/hid/
H A Duhid.c407 __u8 uniq[64]; member in struct:uhid_create_req_compat
455 memcpy(event->u.create.uniq, compat->uniq,
456 sizeof(compat->uniq));
521 BUILD_BUG_ON(sizeof(hid->uniq) != sizeof(ev->u.create2.uniq));
522 strscpy(hid->uniq, ev->u.create2.uniq, sizeof(hid->uniq));
565 memcpy(ev->u.create2.uniq, ori
[all...]
H A Dhid-letsketch.c94 input->uniq = data->hdev->uniq;
H A Dhid-steelseries.c286 name_sz = strlen(hdev->uniq) + 16;
296 snprintf(name, name_sz, "SRWS1::%s::RPMALL", hdev->uniq);
317 snprintf(name, name_sz, "SRWS1::%s::RPM%d", hdev->uniq, i+1);
H A Dhid-udraw-ps3.c292 input_dev->uniq = hdev->uniq;
H A Dhid-elan.c171 input->uniq = hdev->uniq;
H A Dhid-sony.c1022 sc->touchpad->uniq = sc->hdev->uniq;
1088 sc->sensor_dev->uniq = sc->hdev->uniq;
1761 /* HIDP stores the device MAC address as a string in the uniq field. */
1762 ret = strlen(sc->hdev->uniq);
1766 ret = sscanf(sc->hdev->uniq,
1787 * address from the uniq string where HIDP stores it.
1788 * As uniq cannot be guaranteed to be a MAC address in all cases
1823 snprintf(sc->hdev->uniq, sizeo
[all...]
/linux-master/net/can/
H A Draw.c103 struct uniqframe __percpu *uniq; member in struct:raw_sock
165 if (this_cpu_ptr(ro->uniq)->skb == oskb &&
166 this_cpu_ptr(ro->uniq)->skbcnt == can_skb_prv(oskb)->skbcnt) {
170 this_cpu_inc(ro->uniq->join_rx_count);
172 if (this_cpu_ptr(ro->uniq)->join_rx_count < ro->count)
175 this_cpu_ptr(ro->uniq)->skb = oskb;
176 this_cpu_ptr(ro->uniq)->skbcnt = can_skb_prv(oskb)->skbcnt;
177 this_cpu_ptr(ro->uniq)->join_rx_count = 1;
384 ro->uniq = alloc_percpu(struct uniqframe);
385 if (unlikely(!ro->uniq))
[all...]
/linux-master/arch/x86/realmode/rm/
H A DMakefile44 cmd_pasyms = $(NM) $(real-prereqs) | sed $(sed-pasyms) | sort | uniq > $@
/linux-master/arch/s390/kernel/syscalls/
H A Dsyscalltbl59 if ! cat $temp |cut -f1 |uniq -d 2>&1; then
/linux-master/tools/perf/util/
H A Dhelp-unknown-cmd.c73 uniq(&main_cmds);

Completed in 347 milliseconds

123