Searched refs:_minor (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/external/xserver/hw/xfree86/os-support/linux/ |
| H A D | systemd-logind.c | 86 systemd_logind_take_fd(int _major, int _minor, const char *path, in systemd_logind_take_fd() argument 95 dbus_int32_t minor = _minor; in systemd_logind_take_fd() 165 systemd_logind_release_fd(int _major, int _minor, int fd) in systemd_logind_release_fd() argument 173 dbus_int32_t minor = _minor; in systemd_logind_release_fd()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | vmw_vmci_defs.h | 332 #define VMCI_MAKE_VERSION(_major, _minor) \ argument 333 ((_major) << VMCI_VERSION_SHIFT_WIDTH | (u16) (_minor))
|
| /OK3568_Linux_fs/kernel/drivers/misc/sgi-xp/ |
| H A D | xpnet.c | 74 #define _XPNET_VERSION(_major, _minor) (((_major) << 4) | (_minor)) argument
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/qlogic/qlcnic/ |
| H A D | qlcnic_init.c | 722 _major(ver), _minor(ver), _build(ver), in qlcnic_check_flash_fw_ver() 723 _major(min_ver), _minor(min_ver), _build(min_ver)); in qlcnic_check_flash_fw_ver() 1233 fw_name[fw_type], _major(ver), _minor(ver), _build(ver)); in qlcnic_validate_firmware()
|
| H A D | qlcnic.h | 47 #define _minor(v) (((v) >> 16) & 0xff) macro
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/qlogic/netxen/ |
| H A D | netxen_nic_init.c | 963 _major(flash_fw_ver), _minor(flash_fw_ver), in netxen_check_flash_fw_compatibility() 1107 fw_name[fw_type], _major(file_fw_ver), _minor(file_fw_ver), in netxen_validate_firmware()
|
| H A D | netxen_nic.h | 43 #define _minor(v) (((v) >> 16) & 0xff) macro
|
| /OK3568_Linux_fs/kernel/Documentation/filesystems/ext4/ |
| H A D | super.rst | 106 - s\_minor\_rev\_level
|