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

/darwin-on-arm/xnu/bsd/sys/
H A Dmach_swapon.h38 #warning obsolete header file! Please delete the include from your sources.
H A Dvstat.h39 #warning obsolete header! delete the include from your sources
/darwin-on-arm/xnu/bsd/net/
H A Detherdefs.h59 #warning net/etherdefs.h is obsolete! Use net/ethernet.h
/darwin-on-arm/xnu/SETUP/kextsymboltool/
H A Dkextsymboltool.c290 boolean_t obsolete = 0; local
416 if (!strncmp(optionstr, "obsolete", option_len)) {
417 obsolete = TRUE;
443 symbols[idx].flags = (obsolete) ? kObsolete : 0;

Completed in 73 milliseconds