Searched refs:guid_str (Results 1 - 5 of 5) sorted by relevance

/freebsd-12-stable/contrib/ofed/opensm/opensm/
H A Dosm_db_pack.c163 char guid_str[20]; local
167 pack_guid(guid, guid_str);
168 p_lid_str = osm_db_lookup(p_g2l, guid_str);
185 char guid_str[20]; local
188 pack_guid(guid, guid_str);
191 return osm_db_update(p_g2l, guid_str, lid_str);
196 char guid_str[20]; local
197 pack_guid(guid, guid_str);
198 return osm_db_delete(p_g2l, guid_str);
230 char guid_str[2 local
247 char guid_str[20]; local
258 char guid_str[20]; local
[all...]
/freebsd-12-stable/contrib/ofed/infiniband-diags/src/
H A Diblinkinfo.c73 static char *guid_str = NULL; variable
555 guid_str = optarg;
556 guid = (uint64_t) strtoull(guid_str, 0, 0);
675 } else if (guid_str) {
678 guid_str, IB_DEST_GUID, NULL,
681 guid_str);
724 if (!all && guid_str) {
734 fprintf(stderr, "Failed to find port: %s\n", guid_str);
H A Dibcacheedit.c102 char *guid_str; local
111 guid_str = arg;
123 (*guid) = strtoull(guid_str, 0, 0);
/freebsd-12-stable/lib/libefivar/
H A Duefi-dplib.h613 guid_str(const GUID *g) function
628 #define G(x) guid_str((const GUID *)(const void *)x)
/freebsd-12-stable/contrib/ofed/libibverbs/examples/
H A Ddevinfo.c55 static const char *guid_str(__be64 _node_guid, char *str) function
449 printf("\tnode_guid:\t\t\t%s\n", guid_str(device_attr.orig_attr.node_guid, buf));
450 printf("\tsys_image_guid:\t\t\t%s\n", guid_str(device_attr.orig_attr.sys_image_guid, buf));

Completed in 135 milliseconds