Searched refs:guid (Results 76 - 100 of 230) sorted by relevance

12345678910

/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_import/
H A Dzpool_import_missing_001_pos.ksh129 guid=$(get_config $TESTPOOL1 pool_guid)
179 target=$guid
180 log_note "Import by guid."
H A Dzpool_import_missing_002_pos.ksh145 guid=$(get_config $TESTPOOL1 pool_guid)
198 target=$guid
199 log_note "Import by guid."
H A Dzpool_import_001_pos.ksh47 # Try to import it by name or guid randomly.
101 guid=$(get_config ${pools[i]} pool_guid)
112 target=$guid
113 log_note "Import by guid."
H A Dzpool_import_002_pos.ksh100 guid=$(get_config ${pools[i]} pool_guid)
112 target=$guid
113 log_note "Import by guid."
/freebsd-current/sys/contrib/openzfs/module/zcommon/
H A Dzfeature_common.c71 * Every feature guid must contain exactly one colon which separates a reverse
98 zfeature_is_supported(const char *guid) argument
107 if (strcmp(guid, feature->fi_guid) == 0)
114 zfeature_lookup_guid(const char *guid, spa_feature_t *res) argument
120 if (strcmp(guid, feature->fi_guid) == 0) {
322 zfeature_register(spa_feature_t fid, const char *guid, const char *name, argument
335 ASSERT(zfeature_is_valid_guid(guid));
344 feature->fi_guid = guid;
351 zfs_mod_supported_feature(guid, sfeatures);
/freebsd-current/stand/efi/libefi/
H A Dhandles.c102 uint64_t guid)
112 entry[idx].extra = guid;
101 efi_handle_update_dev(EFI_HANDLE h, struct devsw *dev, int unit, uint64_t guid) argument
H A Denv.c282 efi_guid_to_str(const EFI_GUID *guid, char **sp) argument
286 uuid_to_string((const uuid_t *)guid, sp, &status);
291 efi_str_to_guid(const char *s, EFI_GUID *guid) argument
295 uuid_from_string(s, (uuid_t *)guid, &status);
300 efi_name_to_guid(const char *name, EFI_GUID *guid) argument
306 *guid = efi_uuid_mapping[i].efi_guid;
310 return (efi_str_to_guid(name, guid));
314 efi_guid_to_name(EFI_GUID *guid, char **name) argument
320 rv = uuid_equal((uuid_t *)guid,
329 return (efi_guid_to_str(guid, nam
934 EFI_GUID guid; local
973 EFI_GUID guid; local
[all...]
/freebsd-current/contrib/ofed/opensm/opensm/
H A Dmain.c141 printf("--guid, -g <GUID in hex>\n"
244 " (format: <guid> <id> per line)\n\n");
294 " (by guid) that will be ignored by the link load\n"
504 printf("Choice guid=0x%" PRIx64 "\n",
631 {"guid", 1, NULL, 'g'},
791 Specifies port guid with which to bind.
793 opt.guid = cl_hton64(strtoull(optarg, NULL, 16));
794 if (!opt.guid)
795 /* If guid is 0 - need to display the
796 * guid lis
[all...]
H A Dosm_subnet.c761 { "guid", OPT_OFFSET(guid), opts_parse_net64, NULL, 0 },
937 "could not get mkey guid list\n");
945 if (p_item->guid == 0) {
947 "ERR 7507: found invalid zero guid");
949 } else if (osm_db_guid2mkey_get(p_subn->p_g2m, p_item->guid,
952 "ERR 7508: could not get mkey for guid:0x%016"
953 PRIx64 "\n", p_item->guid);
959 p_item->guid))
962 "guid
977 uint64_t guid; local
1376 osm_get_switch_by_guid(IN const osm_subn_t * p_subn, IN ib_net64_t guid) argument
1387 osm_get_node_by_guid(IN osm_subn_t const *p_subn, IN ib_net64_t guid) argument
1397 osm_get_port_by_guid(IN osm_subn_t const *p_subn, IN ib_net64_t guid) argument
1407 osm_get_alias_guid_by_guid(IN osm_subn_t const *p_subn, IN ib_net64_t guid) argument
1418 osm_get_port_by_alias_guid(IN osm_subn_t const *p_subn, IN ib_net64_t guid) argument
1706 append_prefix_route(IN osm_subn_t * p_subn, uint64_t prefix, uint64_t guid) argument
1748 uint64_t prefix, guid; local
[all...]
H A Dosm_sm_state_mgr.c83 ib_net64_t guid; local
96 guid = sm->master_sm_guid;
104 guid = sm->polling_sm_guid;
108 if (guid == sm->p_subn->sm_port_guid) {
114 p_port = osm_get_port_by_guid(sm->p_subn, guid);
119 cl_ntoh64(guid));
123 context.smi_context.port_guid = guid;
H A Dosm_perfmgr.c154 perfmgr_db_delete_entry(pm->db, pm->remove_list->guid);
156 perfmgr_db_mark_active(pm->db, pm->remove_list->guid, FALSE);
249 p_mon_node->name, p_mon_node->guid, port,
262 p_mon_node->name, p_mon_node->guid,
558 mon_node->guid = node_guid;
710 node = osm_get_node_by_guid(pm->subn, cl_hton64(mon_node->guid));
713 "ERR 5407: Node \"%s\" (guid 0x%" PRIx64
715 mon_node->name, mon_node->guid);
1176 if (perfmgr_db_get_prev_err(pm->db, mon_node->guid, port, &prev_err)
1179 "error reading for %s (guid
2036 uint64_t guid = strtoull(nodename, &end, 0); local
[all...]
H A Dosm_ucast_dfsssp.c74 uint64_t guid; /* guid of the neighbor behind the link */ member in struct:link
85 uint64_t guid; member in struct:vertex
144 link->guid = 0;
155 vertex->guid = 0;
1074 "WRN AD37: guid 0x%016" PRIx64
1080 static void add_guid_to_order_list(uint64_t guid, osm_ucast_mgr_t * m) argument
1082 osm_port_t *port = osm_get_port_by_guid(m->p_subn, cl_hton64(guid));
1086 "port guid not found: 0x%016" PRIx64 "\n", guid);
1129 add_guid_to_map(void * cxt, uint64_t guid, char * p) argument
1433 uint64_t guid = 0; local
1715 ib_net64_t guid = 0; local
2292 uint64_t guid = 0; local
2592 ib_net64_t guid = 0; local
[all...]
H A Dosm_console.c205 fprintf(out, "switchbalance [verbose] [guid]\n");
210 " [guid] -- limit results to specified guid\n");
220 " [switchguid] -- limit results to specified switch guid\n");
265 " Optionally limit output by name, guid, or port\n");
270 " Optionally limit output by name or guid\n");
439 cl_ntoh64(p_rsm->smi.guid),
643 cl_ntoh64(p_port->guid),
1138 uint64_t guid = 0; local
1152 guid
1346 uint64_t guid = 0; local
1410 find_node_by_guid(osm_opensm_t * p_osm, uint64_t guid) argument
1457 uint64_t guid; local
1509 uint64_t guid; local
[all...]
H A Dosm_ucast_mgr.c447 static int set_hop_wf(void *ctx, uint64_t guid, char *p) argument
450 osm_node_t *node = osm_get_node_by_guid(m->p_subn, cl_hton64(guid));
457 "switch with guid 0x%016" PRIx64 " is not found\n",
458 guid);
465 "bad port specified for guid 0x%016" PRIx64 "\n", guid);
473 "bad hop weight factor specified for guid 0x%016" PRIx64
474 "port %u\n", guid, port);
499 static int set_search_ordering_ports(void *ctx, uint64_t guid, char *p) argument
502 osm_node_t *node = osm_get_node_by_guid(p_subn, cl_hton64(guid));
716 add_guid_to_order_list(void *ctx, uint64_t guid, char *p) argument
753 mark_ignored_port(void *ctx, uint64_t guid, char *p) argument
[all...]
/freebsd-current/contrib/ofed/opensm/include/vendor/
H A Dosm_vendor_al.h106 ib_net64_t guid; member in struct:_osm_ca_info
113 * guid
H A Dosm_vendor_ibumad.h81 ib_net64_t guid; member in struct:_osm_ca_info
87 * guid
/freebsd-current/cddl/usr.sbin/zfsd/
H A Dzpool_list.cc50 #include <devdctl/guid.h>
/freebsd-current/lib/libefivar/
H A DMakefile38 uefi-guid.c uefi-dputil.c
/freebsd-current/sys/contrib/dev/mediatek/mt76/mt7996/
H A Dcoredump.h14 guid_t guid; member in struct:mt7996_coredump
/freebsd-current/sys/contrib/dev/iwlwifi/fw/
H A Dacpi.h175 const guid_t *guid, u8 *value);
178 const guid_t *guid, u32 *value);
243 const guid_t *guid, u8 *value)
249 const guid_t *guid, u32 *value)
242 iwl_acpi_get_dsm_u8(struct device *dev, int rev, int func, const guid_t *guid, u8 *value) argument
248 iwl_acpi_get_dsm_u32(struct device *dev, int rev, int func, const guid_t *guid, u32 *value) argument
/freebsd-current/contrib/ofed/opensm/libvendor/
H A Dosm_vendor_mlx_hca.c54 * Provide the functionality for selecting an HCA Port and Obtaining it's guid.
59 ib_net64_t guid; member in struct:_osm_ca_info
68 __osm_vendor_gid_to_guid(IN u_int8_t * gid, OUT VAPI_gid_t * guid) argument
70 memcpy(guid, gid + 8, 8);
205 /* get the guid of the HCA */
206 memcpy(&(p_ca_info->guid), hca_cap.node_guid, 8 * sizeof(u_int8_t));
395 * Given the vendor obj and a guid
396 * return the ca id and port number that have that guid
401 IN ib_net64_t const guid,
474 /* get the port guid */
400 osm_vendor_get_guid_ca_and_port(IN osm_vendor_t * const p_vend, IN ib_net64_t const guid, OUT VAPI_hca_hndl_t * p_hca_hndl, OUT VAPI_hca_id_t * p_hca_id, OUT uint8_t * p_hca_idx, OUT uint32_t * p_port_num) argument
[all...]
H A Dosm_vendor_mlx_hca_sim.c58 * Provides the functionality for selecting an HCA Port and Obtaining it's guid.
101 ib_net64_t guid; member in struct:_osm_ca_info
162 uint64_t guid; member in struct:_sim_ca_info
232 /* get the guid of the HCA */
246 sim_ca_info->guid = (uint64_t) g1 << 48 | (uint64_t) g1 << 32
267 "CA1 = name:%s guid:0x%" PRIx64 " ports:%d\n",
268 sim_ca_info->name, sim_ca_info->guid, sim_ca_info->num_ports);
451 * Parse the port guid_tbl file to obtain the port guid.
541 p_ca_info->guid = cl_hton64(sim_ca_info.guid);
726 osm_vendor_get_guid_ca_and_port(IN osm_vendor_t * const p_vend, IN ib_net64_t const guid, OUT uint32_t * p_hca_hndl, OUT char *p_hca_id, OUT uint8_t * p_hca_idx, OUT uint32_t * p_port_num) argument
[all...]
H A Dosm_vendor_mlx_hca_pfs.c56 * Provides the functionality for selecting an HCA Port and Obtaining it's guid.
63 ib_net64_t guid; member in struct:_osm_ca_info
116 uint64_t guid; member in struct:_pfs_ca_info
186 /* get the guid of the HCA */
200 pfs_ca_info->guid = (uint64_t) g1 << 48 | (uint64_t) g1 << 32
221 "CA1 = name:%s guid:0x%016llx ports:%d\n",
222 pfs_ca_info->name, pfs_ca_info->guid, pfs_ca_info->num_ports);
405 * Parse the port guid_tbl file to obtain the port guid.
495 p_ca_info->guid = cl_hton64(pfs_ca_info.guid);
680 osm_vendor_get_guid_ca_and_port(IN osm_vendor_t * const p_vend, IN ib_net64_t const guid, OUT uint32_t * p_hca_hndl, OUT char *p_hca_id, OUT uint8_t * p_hca_idx, OUT uint32_t * p_port_num) argument
[all...]
H A Dosm_vendor_mtl_hca_guid.c52 * Provide the functionality for selecting an HCA Port and Obtaining it's guid.
63 __osm_vendor_gid_to_guid(IN u_int8_t * gid, OUT VAPI_gid_t * guid) argument
65 memcpy(guid, gid + 8, 8);
225 /* get the guid of the HCA */
226 memcpy(&(p_ca_info->guid), hca_cap.node_guid, 8 * sizeof(u_int8_t));
414 * Given the vendor obj and a guid
415 * return the ca id and port number that have that guid
420 IN ib_net64_t const guid,
492 /* get the port guid */
510 if (port_guid == guid) {
419 osm_vendor_get_guid_ca_and_port(IN osm_vendor_t * const p_vend, IN ib_net64_t const guid, OUT VAPI_hca_hndl_t * p_hca_hndl, OUT VAPI_hca_id_t * p_hca_id, OUT uint32_t * p_port_num) argument
[all...]
/freebsd-current/sys/contrib/openzfs/cmd/zed/
H A Dzed_disk_event.c111 uint64_t guid; local
155 if (value != NULL && (guid = strtoull(value, NULL, 10)) != 0)
156 (void) nvlist_add_uint64(nvl, ZFS_EV_POOL_GUID, guid);
159 if (value != NULL && (guid = strtoull(value, NULL, 10)) != 0)
160 (void) nvlist_add_uint64(nvl, ZFS_EV_VDEV_GUID, guid);
163 * Either a vdev guid or a devid must be present for matching

Completed in 413 milliseconds

12345678910