OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vendors
(Results
1 - 17
of
17
) sorted by relevancy
/src/external/bsd/libfido2/dist/udev/
genrules.awk
46
vendors
[$2, "id"] = $3
50
vendors
[$2, "name"] =
vendors
[$2, "name"] " " $f
65
line = "\n#" name " by"
vendors
[$2, "name"]"\n"
68
line = line", ATTRS{idVendor}==\""
vendors
[$2, "id"]"\""
check.sh
17
VENDORS
=$(grep '^vendor' "$1" | awk '{ print $2 }')
20
if [ "${
VENDORS
}" != "${PRODUCTS}" ]; then
21
echo
vendors
: "$(echo "${
VENDORS
}" | tr '\n' ',')" 1>&2
23
echo
vendors
and products in different order 1>&2
27
for v in ${
VENDORS
}; do
/src/external/gpl3/gcc/dist/contrib/
git-add-vendor-branch.sh
34
url=$(git config --get "remote.
vendors
/${vendor}.url"||true)
42
git push
vendors
/${vendor} ${vendor}/${branch}:refs/
vendors
/${vendor}/heads/${branch}
43
git fetch -q
vendors
/${vendor}
44
git branch --set-upstream-to=remotes/
vendors
/${vendor}/${branch} ${vendor}/$branch
48
echo "git push
vendors
/${vendor} ${vendor}/${branch}"
git-fetch-vendor.sh
6
echo "The following
vendors
are already known:"
7
git ls-remote ${upstream} "*/
vendors
/*" | sed -r "s:.*/
vendors
/([^/]+)/.*:\1:"|sort|uniq
48
echo "setting up git to fetch vendor ${vendor} to remotes/
vendors
/${vendor}"
51
git config "remote.
vendors
/${vendor}.url" "${url}"
54
git config "remote.
vendors
/${vendor}.pushurl" "${pushurl}"
56
git config --replace-all "remote.
vendors
/${vendor}.fetch" "+refs/
vendors
/${vendor}/heads/*:refs/remotes/
vendors
/${vendor}/*" "refs/
vendors
/${vendor}/heads
[
all
...]
gcc-git-customization.sh
160
vendors
=$(git config --get-all "remote.${upstream}.fetch" "refs/
vendors
/" | sed 's:.*refs/
vendors
/\([^/][^/]*\)/.*:\1:' | sort | uniq)
163
for v in $
vendors
165
echo "Migrating vendor \"$v\" to new remote \"
vendors
/$v\""
166
git config --unset-all "remote.${upstream}.fetch" "refs/
vendors
/$v/"
167
git config --unset-all "remote.${upstream}.push" "refs/
vendors
/$v/"
168
git config "remote.
vendors
/${v}.url" "${url}"
171
git config "remote.
vendors
/${v}.pushurl" "${pushurl}"
173
git config --add "remote.
vendors
/${v}.fetch" "+refs/vendors/$v/heads/*:refs/remotes/vendors/${v}/*
[
all
...]
/src/external/gpl3/gcc.old/dist/contrib/
git-add-vendor-branch.sh
34
url=$(git config --get "remote.
vendors
/${vendor}.url"||true)
42
git push
vendors
/${vendor} ${vendor}/${branch}:refs/
vendors
/${vendor}/heads/${branch}
43
git fetch -q
vendors
/${vendor}
44
git branch --set-upstream-to=remotes/
vendors
/${vendor}/${branch} ${vendor}/$branch
48
echo "git push
vendors
/${vendor} ${vendor}/${branch}"
git-fetch-vendor.sh
6
echo "The following
vendors
are already known:"
7
git ls-remote ${upstream} "*/
vendors
/*" | sed -r "s:.*/
vendors
/([^/]+)/.*:\1:"|sort|uniq
48
echo "setting up git to fetch vendor ${vendor} to remotes/
vendors
/${vendor}"
51
git config "remote.
vendors
/${vendor}.url" "${url}"
54
git config "remote.
vendors
/${vendor}.pushurl" "${pushurl}"
56
git config --replace-all "remote.
vendors
/${vendor}.fetch" "+refs/
vendors
/${vendor}/heads/*:refs/remotes/
vendors
/${vendor}/*" "refs/
vendors
/${vendor}/heads
[
all
...]
gcc-git-customization.sh
151
vendors
=$(git config --get-all "remote.${upstream}.fetch" "refs/
vendors
/" | sed 's:.*refs/
vendors
/\([^/][^/]*\)/.*:\1:' | sort | uniq)
154
for v in $
vendors
156
echo "Migrating vendor \"$v\" to new remote \"
vendors
/$v\""
157
git config --unset-all "remote.${upstream}.fetch" "refs/
vendors
/$v/"
158
git config --unset-all "remote.${upstream}.push" "refs/
vendors
/$v/"
159
git config "remote.
vendors
/${v}.url" "${url}"
162
git config "remote.
vendors
/${v}.pushurl" "${pushurl}"
164
git config --add "remote.
vendors
/${v}.fetch" "+refs/vendors/$v/heads/*:refs/remotes/vendors/${v}/*
[
all
...]
/src/sys/dev/podulebus/
podulelist2h.awk
68
vendors
[nvendors, 1] = $2; # name
69
vendors
[nvendors, 2] = $3; # id
70
printf("#define\tMANUFACTURER_%s\t%s\t",
vendors
[nvendors, 1],
71
vendors
[nvendors, 2]) > hfile
94
vendors
[nvendors, i] = $f
95
printf("%s",
vendors
[nvendors, i]) > hfile
186
printf("\t{ MANUFACTURER_%s, \t",
vendors
[i, 1]) > dfile
187
if (length(
vendors
[i, 1]) < 7)
192
while (
vendors
[i, j] != "") {
195
printf("%s",
vendors
[i, j]) > dfil
[
all
...]
/src/sys/dev/sdmmc/
devlist2h.awk
83
vendors
[nvendors, 1] = $2; # name
84
vendors
[nvendors, 2] = $3; # id
85
printf("#define\tSDMMC_VENDOR_%s\t%s\t",
vendors
[nvendors, 1],
86
vendors
[nvendors, 2]) > hfile
87
vendors
[nvendors, 3] = collectline(4, line)
88
printf("/* %s */\n",
vendors
[nvendors, 3]) > hfile
/src/sys/dev/pcmcia/
devlist2h.awk
120
vendors
[nvendors, 1] = $2; # name
121
vendors
[nvendors, 2] = $3; # id
122
printf("#define\tPCMCIA_VENDOR_%s\t%s\t",
vendors
[nvendors, 1],
123
vendors
[nvendors, 2]) > hfile
124
vendors
[nvendors, 3] = collectline(4, line)
125
printf("/* %s */\n",
vendors
[nvendors, 3]) > hfile
217
vendname =
vendors
[vendi, 3]
227
printf("\t PCMCIA_VENDOR_%s,\n",
vendors
[i, 1]) > dfile
231
printf("\t \"%s\",\n",
vendors
[i, 3]) > dfile
/src/sys/dev/eisa/
devlist2h.awk
66
vendors
[nvendors, 1] = $2; # name/ID
84
vendors
[nvendors, i] = $f
100
while ((i,j) in
vendors
) {
103
printf("%s",
vendors
[i, j]) > hfile
175
printf("\t \"%s\",\n",
vendors
[i, 1]) \
180
while ((i, j) in
vendors
) {
183
printf("%s",
vendors
[i, j]) > dfile
/src/sys/dev/
dev_verbose.c
61
const uint32_t *
vendors
, size_t nvendors, uint32_t vendor,
67
if (
vendors
[n] == vendor)
68
return dev_untokenstring(words, &
vendors
[n + 1],
73
while (n < nvendors &&
vendors
[n] != 0)
devlist2h.awk
113
vendors
[nvendors, 1] = $2; # name
114
vendors
[nvendors, 2] = $3; # id
115
printf("#define\t%s_%s_%s\t%s", PREFIX, VENDOR,
vendors
[nvendors, 1],
116
vendors
[nvendors, 2]) > hfile
140
vendors
[nvendors, i] = $f
153
vendors
[nvendors, i] = words[$f, 1];
254
printf("\t %s_%s_%s", PREFIX, VENDOR,
vendors
[i, 1]) \
258
while ((i, j) in
vendors
) {
260
wordlist[
vendors
[i, j], 3]) > dfile
262
# wordlist[
vendors
[i, j], 3]
[
all
...]
/src/sys/dev/videomode/
devlist2h.awk
67
vendors
[nvendors, 1] = $2; # name/ID
70
printf("#define\tEDID_VENDOR_%s\t\"",
vendors
[nvendors, 1]) > hfile
86
vendors
[nvendors, i] = $f
87
printf("%s",
vendors
[nvendors, i]) > hfile
160
printf(" \"%s\", EDID_VENDOR_%s",
vendors
[i, 1], \
161
vendors
[i, 1]) > dfile
/src/external/mit/isl/dist/
configure
7307
vendors
="
7334
for ventest in $
vendors
; do
24857
vendors
="
24884
for ventest in $
vendors
; do
/src/external/bsd/openpam/dist/
configure
6704
vendors
="
6729
for ventest in $
vendors
; do
Completed in 61 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026