Searched refs:tss (Results 1 - 15 of 15) sorted by relevance

/xnu-2782.1.97/osfmk/i386/
H A Diopb.h63 #include <i386/tss.h>
84 struct i386_tss tss; /* task state segment */ member in struct:iopb_tss
H A Dktss.c65 #include <i386/tss.h>
H A Dmp_desc.h77 #include <i386/tss.h>
H A DMakefile40 tss.h \
H A Dthread.h78 #include <i386/tss.h>
H A Dbsd_i386_native.c55 #include <i386/tss.h>
H A Dphys.c86 #include <i386/tss.h>
H A Dpcb_native.c91 #include <i386/tss.h>
H A Dbsd_i386.c56 #include <i386/tss.h>
H A Dgenassym.c78 #include <i386/tss.h>
/xnu-2782.1.97/EXTERNAL_HEADERS/architecture/i386/
H A Dtss.h45 typedef struct tss { struct
87 #define TSS_SIZE(n) (sizeof (struct tss) + (n))
113 sel_t tss; member in struct:task_gate
H A DMakefile16 tss.h \
H A Dtable.h40 #include <architecture/i386/tss.h>
/xnu-2782.1.97/bsd/netinet/
H A Din_mcast.c1725 struct sockaddr_storage *tss; local
1804 tss = NULL;
1806 tss = _MALLOC((size_t) msfr.msfr_nsrcs * sizeof(*tss),
1808 if (tss == NULL) {
1812 bzero(tss, (size_t) msfr.msfr_nsrcs * sizeof(*tss));
1821 ptss = tss;
1827 if (tss != NULL && nsrcs > 0) {
1841 if (tss !
[all...]
/xnu-2782.1.97/bsd/netinet6/
H A Din6_mcast.c1643 struct sockaddr_storage *tss; local
1724 tss = NULL;
1732 tss = _MALLOC((size_t) msfr.msfr_nsrcs * sizeof(*tss),
1734 if (tss == NULL) {
1738 bzero(tss, (size_t) msfr.msfr_nsrcs * sizeof(*tss));
1747 ptss = tss;
1753 if (tss != NULL && nsrcs > 0) {
1767 if (tss !
[all...]

Completed in 55 milliseconds