Searched defs:guid (Results 1 - 25 of 75) sorted by last modified time

123

/freebsd-10.3-release/sys/ofed/drivers/net/mlx4/
H A Dmain.c881 void mlx4_put_slave_node_guid(struct mlx4_dev *dev, int slave, __be64 guid) argument
/freebsd-10.3-release/sys/ofed/drivers/infiniband/hw/mlx4/
H A Dmad.c399 int mlx4_ib_find_real_gid(struct ib_device *ibdev, u8 port, __be64 guid) argument
/freebsd-10.3-release/sys/geom/part/
H A Dg_part_ldm.c205 struct uuid guid; /* disk guid */ member in struct:ldm_disk
[all...]
/freebsd-10.3-release/sys/dev/hyperv/vmbus/
H A Dhv_vmbus_drv_freebsd.c346 snprintf_hv_guid(char *buf, size_t sz, const hv_guid *guid) argument
H A Dhv_channel_mgmt.c416 vmbus_channel_select_cpu(hv_vmbus_channel *channel, hv_guid *guid) argument
/freebsd-10.3-release/sys/dev/hyperv/include/
H A Dhyperv.h952 hv_guid guid; /* Hyper-V GUID */ member in struct:hv_vmbus_service
/freebsd-10.3-release/sys/dev/firewire/
H A Dfwohcireg.h223 fwohcireg_t guid; /* GUID_ROM No. 0x4 */ member in struct:ohci_registers
/freebsd-10.3-release/sys/dev/acpi_support/
H A Dacpi_wmi.c85 char guid[16]; /* 16 byte non human readable GUID */ member in struct:guid_info
828 acpi_wmi_guid_string_to_guid(const UINT8 *guid_string, UINT8 *guid) argument
855 char guid[16]; local
946 UINT8* guid; local
[all...]
H A Dacpi_hp.c887 acpi_hp_get_cmi_block(device_t wmi_dev, const char* guid, UINT8 instance, argument
/freebsd-10.3-release/sys/compat/ndis/
H A Dsubr_ntoskrnl.c3482 WmiTraceMessage(uint64_t loghandle, uint32_t messageflags, void *guid, uint16_t messagenum, ...) argument
/freebsd-10.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzfs_ioctl.c1570 uint64_t guid; local
2050 uint64_t guid = zc->zc_guid; local
2067 uint64_t guid = zc->zc_guid; local
H A Dvdev.c260 vdev_lookup_by_guid(vdev_t *vd, uint64_t guid) argument
404 vdev_alloc_common(spa_t *spa, uint_t id, uint64_t guid, vdev_ops_t *ops) argument
469 uint64_t guid = 0, islog, nparity; local
1464 uint64_t guid = 0, top_guid; local
2266 uint64_t guid, version; local
2412 vdev_fault(spa_t *spa, uint64_t guid, vdev_aux_t aux) argument
2468 vdev_degrade(spa_t *spa, uint64_t guid, vdev_aux_t aux) argument
2503 vdev_online(spa_t *spa, uint64_t guid, uint64_t flags, vdev_state_t *newstate) argument
2563 vdev_offline_locked(spa_t *spa, uint64_t guid, uint64_t flags) argument
2657 vdev_offline(spa_t *spa, uint64_t guid, uint64_t flags) argument
[all...]
H A Dspa_misc.c941 spa_aux_exists(uint64_t guid, uint64_t *pool, int *refcnt, avl_tree_t *avl) argument
1028 spa_spare_exists(uint64_t guid, uint64_t *pool, int *refcnt) argument
1081 spa_l2cache_exists(uint64_t guid, uint64_t *pool) argument
1450 uint64_t guid = spa_get_random(-1ULL); local
1610 uint64_t guid; local
[all...]
H A Dspa.c795 uint64_t guid; local
1504 uint64_t guid; local
3176 uint64_t guid; local
3225 uint64_t guid; local
3818 spa_generate_rootconf(char *devpath, char *devid, uint64_t *guid) argument
3907 uint64_t guid, txg; local
4759 spa_vdev_attach(spa_t *spa, uint64_t guid, nvlist_t *nvroot, int replacing) argument
4963 spa_vdev_detach(spa_t *spa, uint64_t guid, uint64_t pguid, int replace_done) argument
5488 uint64_t guid; local
5624 spa_vdev_remove(spa_t *spa, uint64_t guid, boolean_t unspare) argument
5807 uint64_t guid, sguid, pguid, ppguid; local
5845 spa_vdev_set_common(spa_t *spa, uint64_t guid, const char *value, boolean_t ispath) argument
5882 spa_vdev_setpath(spa_t *spa, uint64_t guid, const char *newpath) argument
5888 spa_vdev_setfru(spa_t *spa, uint64_t guid, const char *newfru) argument
6916 spa_lookup_by_guid(spa_t *spa, uint64_t guid, boolean_t aux) argument
6965 spa_has_spare(spa_t *spa, uint64_t guid) argument
[all...]
H A Ddmu_send.c1739 uint64_t guid; member in struct:guid_map_entry
[all...]
H A Darc.c3299 uint64_t guid = 0; local
4254 uint64_t guid = spa_load_guid(spa); local
4637 uint64_t guid = spa_load_guid(spa); local
6276 uint64_t guid = spa_load_guid(spa); local
[all...]
/freebsd-10.3-release/sys/cddl/contrib/opensolaris/common/zfs/
H A Dzfeature_common.c91 zfeature_is_supported(const char *guid) argument
132 zfeature_register(spa_feature_t fid, const char *guid, const char *name, argument
/freebsd-10.3-release/sys/boot/zfs/
H A Dzfsimpl.c480 vdev_find(uint64_t guid) argument
492 vdev_create(uint64_t guid, vdev_read_t *read) argument
514 uint64_t guid, id, ashift, nparity; local
691 spa_find_by_guid(uint64_t guid) argument
743 spa_create(uint64_t guid) argument
888 uint64_t guid; local
[all...]
/freebsd-10.3-release/sys/boot/sparc64/loader/
H A Dmain.c745 uint64_t guid; local
/freebsd-10.3-release/sys/boot/ia64/efi/
H A Dmain.c311 guid_to_string(EFI_GUID *guid) argument
329 EFI_GUID *guid; local
[all...]
/freebsd-10.3-release/sys/boot/i386/libfirewire/
H A Dfwohcireg.h221 fwohcireg_t guid; /* GUID_ROM No. 0x4 */ member in struct:ohci_registers
/freebsd-10.3-release/sys/boot/efi/loader/
H A Dmain.c184 EFI_GUID *guid; local
509 guid_to_string(EFI_GUID *guid) argument
528 EFI_GUID *guid; local
721 uint64_t guid; local
[all...]
/freebsd-10.3-release/sys/boot/efi/libefi/
H A Dhandles.c102 efi_handle_update_dev(EFI_HANDLE h, struct devsw *dev, int unit, uint64_t guid) argument
/freebsd-10.3-release/contrib/ofed/management/opensm/osmtest/
H A Dmain.c283 ib_net64_t guid = 0; local
[all...]
/freebsd-10.3-release/contrib/ofed/management/opensm/opensm/
H A Dosm_ucast_updn.c528 static int update_id(void *cxt, uint64_t guid, char *p) argument
557 static int rank_root_node(void *cxt, uint64_t guid, char *p) argument
[all...]

Completed in 669 milliseconds

123