OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:NSLOTS
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/arch/bebox/stand/boot/
pci.c
46
#define
NSLOTS
5
62
} PCI_slots [
NSLOTS
] = {
104
for (slt = 0; slt <
NSLOTS
; slt++) {
119
for (slt = 0; slt <
NSLOTS
; slt++) {
189
for (i = 0; i <
NSLOTS
; i++) {
/src/sys/arch/amd64/amd64/
gdt.c
61
#define
NSLOTS
(sz) \
63
#define NDYNSLOTS
NSLOTS
(MAXGDTSIZ)
67
size_t
nslots
;
member in struct:__anonb7120b8e0108
140
gdt_bitmap.
nslots
=
NSLOTS
(gdt_size);
230
for (i = 0; i < gdt_bitmap.
nslots
; i++) {
246
KASSERT(slot < gdt_bitmap.
nslots
);
/src/sys/arch/i386/i386/
gdt.c
49
#define
NSLOTS
(sz) \
51
#define NDYNSLOTS
NSLOTS
(MAXGDTSIZ)
55
size_t
nslots
;
member in struct:__anone6c360ca0108
153
gdt_bitmap.
nslots
=
NSLOTS
(gdt_size);
261
for (i = 0; i < gdt_bitmap.
nslots
; i++) {
277
KASSERT(slot < gdt_bitmap.
nslots
);
/src/sys/arch/vax/vsa/
tc_vsbus.c
47
#define
NSLOTS
1
51
struct tc_slotdesc sc_slots[
NSLOTS
];
Completed in 13 milliseconds
Indexes created Thu Oct 02 01:09:59 GMT 2025