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

  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/bsd/
bsd_axp.c 46 char sysname[64]; local
47 size_t len = sizeof(sysname);
57 if ((error = sysctl(mib, 3, &sysname, &len, NULL, 0)) < 0)
59 if ((sysctlbyname("hw.chipset.type", &sysname, &len,
64 xf86Msg(X_INFO,"AXP is a: %s\n",sysname);
69 if (!strcmp(sysname, axpList[i].name))
  /xsrc/external/mit/xorg-server/dist/config/
udev.c 129 const char *sysname = udev_device_get_sysname(udev_device); local
131 if (strncmp(sysname, "card", 4) != 0)
327 const char *sysname = udev_device_get_sysname(device); local
331 if ((strncmp(sysname,"card", 4) != 0) || (path == NULL))
514 const char *sysname; local
524 sysname = udev_device_get_sysname(udev_device);
525 busid = XNFalloc(strlen(sysname) + 5);
528 strcat(busid, sysname);
588 const char *sysname = udev_device_get_sysname(udev_device); local
596 else if (strncmp(sysname, "card", 4) != 0
    [all...]

Completed in 6 milliseconds