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

/haiku/src/bin/pcmcia-cs/
H A Dpack_cis.h35 extern tuple_info_t *cis_root, *mfc[8];
H A Ddump_cisreg.c127 static int dump_option(int fd, int fn, int mfc) argument
136 if (mfc) {
201 static void dump_all(int fd, int fn, int mfc, u_int mask) argument
205 if (dump_option(fd, fn, mfc) != 0)
H A Dyacc_cis.y85 | chain mfc
106 mfc: MFC '{' chain '}' label
107 { mfc[nf++] = $3; }
108 | mfc ',' '{' chain '}'
109 { mfc[nf++] = $4; }
H A Dpack_cis.c54 tuple_info_t *cis_root = NULL, *mfc[8] = { NULL }; variable
374 pos += pack_chain(mfc[i], b+pos);

Completed in 34 milliseconds