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

/xnu-2782.1.97/osfmk/i386/
H A Dpostcode.h180 _postcode2(uint16_t xxxx) argument
182 asm volatile("outw %0, %1" : : "a" (xxxx), "N" (POSTPORT));
194 postcode2(uint8_t xxxx) argument
196 _postcode2(xxxx);
203 #define postcode2(xxxx) do {} while(0)
/xnu-2782.1.97/bsd/hfs/
H A Dhfs_catalog.c3347 state->cbs_desc->cd_encoding = xxxx;

Completed in 37 milliseconds