OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ndevices
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/arch/hp300/dev/
devlist2h.awk
35
ndevices
= blanklines = 0
65
ndevices
++
67
devices[
ndevices
, 1] = $2 # nickname
68
devices[
ndevices
, 2] = $3 # dio primary id
69
devices[
ndevices
, 3] = "0" # dio secondary id
70
devices[
ndevices
, 4] = $4 # number of select codes
79
printf("\n#define\tDIO_DEVICE_ID_%s\t%s\n", devices[
ndevices
, 1], \
80
devices[
ndevices
, 2]) > hfile
83
printf("#define\tDIO_DEVICE_DESC_%s\t\"", devices[
ndevices
, 1]) \
99
ndevices
+
[
all
...]
/src/sys/dev/tc/
devlist2h.awk
33
nproducts =
ndevices
= blanklines = 0
63
ndevices
++
65
devices[
ndevices
, 0] = $2; # devices id
66
devices[
ndevices
, 1] = $2; # C identifier for device
67
gsub("-", "_", devices[
ndevices
, 1]);
69
devices[
ndevices
, 2] = $3; # driver name
72
printf("#define\tTC_DEVICE_%s\t\"%s\"\n", devices[
ndevices
, 1],
73
devices[
ndevices
, 2]) > hfile
75
printf("#define\tTC_DESCRIPTION_%s\t\"", devices[
ndevices
, 1]) > hfile
99
devices[
ndevices
, i] = $
[
all
...]
/src/usr.sbin/wsmuxctl/
wsmuxctl.c
89
for (i = 0; i < devs.
ndevices
; i++) {
/src/sys/dev/wscons/
wsconsio.h
585
int
ndevices
;
member in struct:wsmux_device_list
wsmux.c
474
l->
ndevices
= n;
Completed in 15 milliseconds
Indexes created Mon Oct 13 08:09:50 GMT 2025