Searched refs:slot (Results 1 - 7 of 7) sorted by relevance
/solaris-x11-s11/open-src/lib/DPS/sun-src/libdps/ |
H A D | XDPS.c | 1851 register DPSCAPPausedContextData *slot; local 1855 for (slot = PausedPerDisplay[dpyix]; slot; slot = PausedPerDisplay[dpyix]) 1857 PausedPerDisplay[dpyix] = slot->next; 1858 Xfree(slot); 1884 register DPSCAPPausedContextData *slot, *prev; local 1887 /* If this is DPS/X, then slot will never have been initialized. 1892 for (slot = PausedPerDisplay[dpyix]; slot; pre 2141 register DPSCAPPausedContextData *slot; local 2192 register DPSCAPPausedContextData *slot; local [all...] |
/solaris-x11-s11/open-src/kernel/sys/drm/ |
H A D | drm_sun_pci.h | 49 int slot; member in struct:pci_dev
|
/solaris-x11-s11/open-src/kernel/efb/src/ |
H A D | drm_pci.c | 54 pci_get_info(drm_device_t *softstate, int *bus, int *slot, int *func) argument 66 *slot = (int)PCI_DEVICE(regs_list[0]);
|
/solaris-x11-s11/open-src/xserver/xorg/sun-src/tsol/ |
H A D | auditwrite.c | 2236 int slot; local 2258 /* linear search to find the next open slot */ 2260 for (slot = 0; slot < aw_num_recs; slot++) 2261 if (aw_recs[slot] == (aw_rec_t *)0) { 2265 if ((aw_recs[slot] = (aw_rec_t *)calloc(1, 2269 aw_rec_init(aw_recs[slot]); 2270 *rdp = slot; 2282 slot [all...] |
/solaris-x11-s11/open-src/kernel/drm/src/ |
H A D | drm_ioctl.c | 106 dev->pdev->domain, dev->pdev->bus, dev->pdev->slot, dev->pdev->func);
|
H A D | drm_sun_pci.c | 77 /* bus, slot, func */ 85 pdev->slot = (int)PCI_SLOT(regs[0]);
|
H A D | drm_irq.c | 258 p->devnum != dev->pdev->slot || p->funcnum != dev->pdev->func) 952 /* Read timestamp from slot of _vblank_time ringbuffer 1487 * driver and store it in proper slot of timestamp ringbuffer.
|
Completed in 27 milliseconds