Searched refs:minor (Results 1 - 25 of 259) sorted by relevance

1234567891011

/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/
H A Dsystemd-logind.h32 int systemd_logind_take_fd(int major, int minor, const char *path, Bool *paus);
33 void systemd_logind_release_fd(int major, int minor, int fd);
39 #define systemd_logind_take_fd(major, minor, path, paus) -1
40 #define systemd_logind_release_fd(major, minor, fd) close(fd)
H A Ddmx-config.h51 * bb: minor version 00-99
58 * macro below, bumb the minor version number, and change
59 * xdpyinfo to key off the major/minor version to determine the
63 #define DMX_VENDOR_RELEASE(major,minor,year,month,day) \
65 ((minor) * 1000000) + \
H A DxorgVersion.h36 #define XORG_VERSION_NUMERIC(major,minor,patch,snap,dummy) \
37 (((major) * 10000000) + ((minor) * 100000) + ((patch) * 1000) + snap)
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A Dsystemd-logind.h32 int systemd_logind_take_fd(int major, int minor, const char *path, Bool *paus);
33 void systemd_logind_release_fd(int major, int minor, int fd);
39 #define systemd_logind_take_fd(major, minor, path, paus) -1
40 #define systemd_logind_release_fd(major, minor, fd) close(fd)
H A Ddmx-config.h51 * bb: minor version 00-99
58 * macro below, bumb the minor version number, and change
59 * xdpyinfo to key off the major/minor version to determine the
63 #define DMX_VENDOR_RELEASE(major,minor,year,month,day) \
65 ((minor) * 1000000) + \
H A DxorgVersion.h36 #define XORG_VERSION_NUMERIC(major,minor,patch,snap,dummy) \
37 (((major) * 10000000) + ((minor) * 100000) + ((patch) * 1000) + snap)
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/
H A Ddmx-config.h51 * bb: minor version 00-99
58 * macro below, bumb the minor version number, and change
59 * xdpyinfo to key off the major/minor version to determine the
63 #define DMX_VENDOR_RELEASE(major,minor,year,month,day) \
65 ((minor) * 1000000) + \
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/
H A Ddmx-config.h51 * bb: minor version 00-99
58 * macro below, bumb the minor version number, and change
59 * xdpyinfo to key off the major/minor version to determine the
63 #define DMX_VENDOR_RELEASE(major,minor,year,month,day) \
65 ((minor) * 1000000) + \
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/
H A Ddmx-config.h51 * bb: minor version 00-99
58 * macro below, bumb the minor version number, and change
59 * xdpyinfo to key off the major/minor version to determine the
63 #define DMX_VENDOR_RELEASE(major,minor,year,month,day) \
65 ((minor) * 1000000) + \
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/
H A Ddmx-config.h51 * bb: minor version 00-99
58 * macro below, bumb the minor version number, and change
59 * xdpyinfo to key off the major/minor version to determine the
63 #define DMX_VENDOR_RELEASE(major,minor,year,month,day) \
65 ((minor) * 1000000) + \
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/
H A Ddmx-config.h51 * bb: minor version 00-99
58 * macro below, bumb the minor version number, and change
59 * xdpyinfo to key off the major/minor version to determine the
63 #define DMX_VENDOR_RELEASE(major,minor,year,month,day) \
65 ((minor) * 1000000) + \
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/
H A Ddmx-config.h51 * bb: minor version 00-99
58 * macro below, bumb the minor version number, and change
59 * xdpyinfo to key off the major/minor version to determine the
63 #define DMX_VENDOR_RELEASE(major,minor,year,month,day) \
65 ((minor) * 1000000) + \
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/
H A Ddmx-config.h51 * bb: minor version 00-99
58 * macro below, bumb the minor version number, and change
59 * xdpyinfo to key off the major/minor version to determine the
63 #define DMX_VENDOR_RELEASE(major,minor,year,month,day) \
65 ((minor) * 1000000) + \
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/
H A Ddmx-config.h51 * bb: minor version 00-99
58 * macro below, bumb the minor version number, and change
59 * xdpyinfo to key off the major/minor version to determine the
63 #define DMX_VENDOR_RELEASE(major,minor,year,month,day) \
65 ((minor) * 1000000) + \
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/
H A Ddmx-config.h51 * bb: minor version 00-99
58 * macro below, bumb the minor version number, and change
59 * xdpyinfo to key off the major/minor version to determine the
63 #define DMX_VENDOR_RELEASE(major,minor,year,month,day) \
65 ((minor) * 1000000) + \
/vbox/src/VBox/Installer/linux/testcase/
H A DtstInstaller.sh28 SUBSYSTEM=="usb_device", ACTION=="add", RUN="/opt/VirtualBox/VBoxCreateUSBNode.sh $major $minor $attr{bDeviceClass}"
29 SUBSYSTEM=="usb", ACTION=="add", ENV{DEVTYPE}=="usb_device", RUN="/opt/VirtualBox/VBoxCreateUSBNode.sh $major $minor $attr{bDeviceClass}"
30 SUBSYSTEM=="usb_device", ACTION=="remove", RUN="/opt/VirtualBox/VBoxCreateUSBNode.sh --remove $major $minor"
31 SUBSYSTEM=="usb", ACTION=="remove", ENV{DEVTYPE}=="usb_device", RUN="/opt/VirtualBox/VBoxCreateUSBNode.sh --remove $major $minor"
49 SUBSYSTEM="usb_device", ACTION="add", RUN="/opt/VirtualBox/VBoxCreateUSBNode.sh $major $minor $attr{bDeviceClass}"
50 SUBSYSTEM="usb", ACTION="add", ENV{DEVTYPE}="usb_device", RUN="/opt/VirtualBox/VBoxCreateUSBNode.sh $major $minor $attr{bDeviceClass}"
51 SUBSYSTEM="usb_device", ACTION="remove", RUN="/opt/VirtualBox/VBoxCreateUSBNode.sh --remove $major $minor"
52 SUBSYSTEM="usb", ACTION="remove", ENV{DEVTYPE}="usb_device", RUN="/opt/VirtualBox/VBoxCreateUSBNode.sh --remove $major $minor"
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/vxge/
H A Dvxge_version.h29 #define VXGE_FW_VER(major, minor, build) \
30 (((major) << 16) + ((minor) << 8) + (build))
/vbox/src/VBox/Additions/x11/x11include/pixman-0.16.0/
H A Dpixman-version.h40 #define PIXMAN_VERSION_ENCODE(major, minor, micro) ( \
42 + ((minor) * 100) \
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/Ipf/machine/
H A Ddisklabel.h43 * We use the highest bit of the minor number for the partition number.
48 #define DISKUNIT(dev) ((minor(dev) / OLDMAXPARTITIONS) % __I386_MAXDISKS)
49 #define DISKPART(dev) ((minor(dev) % OLDMAXPARTITIONS) + \
50 ((minor(dev) / (__I386_MAXDISKS * OLDMAXPARTITIONS)) * OLDMAXPARTITIONS))
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dxf86Version.h37 #define XF86_VERSION_NUMERIC(major,minor,patch,snap,dummy) \
38 (((major) * 10000000) + ((minor) * 100000) + ((patch) * 1000) + snap)
H A DxorgVersion.h36 # define XORG_VERSION_NUMERIC(major,minor,patch,snap,dummy) \
37 (((major) * 10000000) + ((minor) * 100000) + ((patch) * 1000) + snap)
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dxf86Version.h36 #define XF86_VERSION_NUMERIC(major,minor,patch,snap,dummy) \
37 (((major) * 10000000) + ((minor) * 100000) + ((patch) * 1000) + snap)
H A DxorgVersion.h36 # define XORG_VERSION_NUMERIC(major,minor,patch,snap,dummy) \
37 (((major) * 10000000) + ((minor) * 100000) + ((patch) * 1000) + snap)
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Dxf86Version.h36 #define XF86_VERSION_NUMERIC(major,minor,patch,snap,dummy) \
37 (((major) * 10000000) + ((minor) * 100000) + ((patch) * 1000) + snap)
H A DxorgVersion.h36 # define XORG_VERSION_NUMERIC(major,minor,patch,snap,dummy) \
37 (((major) * 10000000) + ((minor) * 100000) + ((patch) * 1000) + snap)

Completed in 500 milliseconds

1234567891011