HomeSort by: relevance | last modified time | path
    Searched defs:scode (Results 1 - 9 of 9) sorted by relevancy

  /src/usr.sbin/sesd/srcs/
eltsub.c 163 static char ebuf[256], *scode; local in function:stat2ascii
165 scode = scode2ascii(cstat[0]);
167 scode, cstat[0], cstat[1], cstat[2], cstat[3]);
  /src/sys/arch/hp300/include/
bootinfo.h 55 int scode; member in struct:btinfo_bootpath
73 int scode; member in struct:btinfo_console
  /src/sys/arch/hp300/dev/
dio.c 106 int scode, scmax, scodesize; local in function:dioattach
116 for (scode = 0; scode < scmax; ) {
117 if (DIO_INHOLE(scode)) {
118 scode++;
126 pa = (bus_addr_t)dio_scodetopa(scode);
128 aprint_error_dev(self, "can't map scode %d\n", scode);
129 scode++;
137 scode++
    [all...]
dcm.c 364 int scode = da->da_scode; local in function:dcmattach
370 if (scode == dcmconscode) {
1503 dcmcnattach(bus_space_tag_t bst, bus_addr_t addr, int scode)
1528 dcmconscode = scode;
  /src/sys/dev/i2c/
xc3028.c 161 struct xc3028_fw *basefw, *stdfw, *scode; local in function:xc3028_firmware_open
191 scode = xc3028_get_scode(xc);
202 if (scode) {
203 xc3028_dump_fw(xc, scode, "scode");
204 error = xc3028_scode_upload(xc, scode);
264 "SCODE",
  /src/sys/arch/hp300/stand/common/
ite_sti.c 72 int scode = ip->scode; local in function:sti_dio_probe
75 id_reg = (uint8_t *)sctoaddr(scode);
79 id_reg = (uint8_t *)sctoaddr(scode + STI_DIO_SCODE_OFFSET);
90 ip->fbbase = (uint8_t *)sctoaddr(ip->scode + STI_DIO_SCODE_OFFSET);
98 ip->fbbase = (uint8_t *)IIOV(SGC_BASE + (ip->scode * SGC_DEVSIZE));
itevar.h 58 int scode; /* DIO selectcode or SGC slot # */ member in struct:ite_data
  /src/sys/arch/hp300/hp300/
autoconf.c 525 * always starts at scode 0 and works its way up.
939 int scode, sctop; local in function:dio_scan
942 for (scode = 0; scode < sctop; ++scode) {
943 if (DIO_INHOLE(scode) || ((scode == 7) && internalhpib))
945 if (!dio_scode_probe(scode, func))
957 dio_scode_probe(int scode, int (*func)(bus_space_tag_t, bus_addr_t, int))
966 pa = dio_scodetopa(scode);
    [all...]
  /src/sys/netinet/
dccp_var.h 116 u_int32_t scode; /* service core */ member in struct:dccpcb

Completed in 18 milliseconds