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

/darwin-on-arm/xnu/osfmk/i386/
H A Dpostcode.h173 _postcode2(uint16_t xxxx) argument
175 asm volatile("outw %0, %1" : : "a" (xxxx), "N" (POSTPORT));
187 postcode2(uint8_t xxxx) argument
189 _postcode2(xxxx);
196 #define postcode2(xxxx) do {} while(0)
/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_catalog.c3027 state->cbs_desc->cd_encoding = xxxx;

Completed in 34 milliseconds