| /src/sys/arch/amd64/stand/prekern/ |
| prekern.c | 139 setgate(struct gate_descriptor *gd, void *func, int ist, int type, int dpl, function 164 setgate(&idt[i], x86_exceptions[i], 0, SDT_SYS386IGT,
|
| /src/sys/arch/x86/x86/ |
| idt.c | 153 setgate(idd, function, ist, type, dpl, sel);
|
| /src/usr.bin/ftp/ |
| extern.h | 207 void setgate(int, char **);
|
| cmdtab.c | 218 { "gate", H(gatehelp), 0, 0, 0, CMPL0 setgate },
|
| cmds.c | 1040 setgate(int argc, char *argv[]) function
|
| /src/sys/arch/i386/include/ |
| segments.h | 201 void setgate(struct gate_descriptor *, void *, int, int, int, int);
|
| /src/sys/arch/amd64/include/ |
| segments.h | 244 void setgate(struct gate_descriptor *, void *, int, int, int, int);
|
| /src/sys/arch/i386/i386/ |
| machdep.c | 894 setgate(struct gate_descriptor *gd, void *func, int args, int type, int dpl, function
|
| /src/sys/arch/amd64/amd64/ |
| machdep.c | 1418 setgate(struct gate_descriptor *gd, void *func, function
|