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

/netbsd-current/external/bsd/flex/dist/tests/
H A Dbison_yylval_parser.y71 | starttag html endtag
73 | html starttag html endtag
76 starttag: LT TAGNAME GT { process_text($2); free($2);} ; label
/netbsd-current/sys/arch/sparc/sparc/
H A Dpci_fixup.c296 mspcic_pci_fixup(int depth, pcitag_t starttag, int *maxbus, uint32_t *io, argument
310 printf(" bridge at (%d %d %d), depth %d\n", PCITAG_BUS(starttag),
311 PCITAG_DEV(starttag), PCITAG_FUN(starttag), depth);
317 pci_conf_write(NULL, starttag, PCI_COMMAND_STATUS_REG,
320 pci_conf_write(NULL, starttag, PCI_BRIDGE_CONTROL_REG, 0);
323 pci_conf_write(NULL, starttag, PCI_BRIDGE_BUS_REG,
441 pci_conf_write(NULL, starttag, PCI_BRIDGE_BUS_REG,
447 pci_conf_write(NULL, starttag, PCI_BRIDGE_STATIO_REG, val);
450 pci_conf_read(NULL, starttag, PCI_BRIDGE_STATIO_RE
[all...]

Completed in 204 milliseconds