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

  /xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/bus/
netbsdSbus.c 78 static char of_buf[256]; variable
117 ofio.of_buf = of_buf;
118 ofio.of_buflen = sizeof(of_buf);
123 of_buf[ofio.of_buflen] = '\0';
128 return of_buf;
137 ofio.of_buf = of_buf;
138 ofio.of_buflen = sizeof(of_buf);
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/bus/
netbsdSbus.c 78 static char of_buf[256]; variable
117 ofio.of_buf = of_buf;
118 ofio.of_buflen = sizeof(of_buf);
123 of_buf[ofio.of_buflen] = '\0';
128 return of_buf;
137 ofio.of_buf = of_buf;
138 ofio.of_buflen = sizeof(of_buf);

Completed in 7 milliseconds