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

/xnu-2782.1.97/osfmk/i386/
H A Dpcb.c1937 struct x86_act_context32 *ic32; local
1939 ic32 = (struct x86_act_context32 *)kalloc(sizeof(struct x86_act_context32));
1941 if (ic32 == (struct x86_act_context32 *)NULL)
1946 (thread_state_t) &ic32->ss, &val);
1948 kfree(ic32, sizeof(struct x86_act_context32));
1953 (thread_state_t) &ic32->fs, &val);
1955 kfree(ic32, sizeof(struct x86_act_context32));
1962 (thread_state_t)&ic32->ds,
1965 kfree(ic32, sizeof(struct x86_act_context32));
1968 return(ic32);
1995 struct x86_act_context32 *ic32; local
[all...]

Completed in 21 milliseconds