Home
last modified time | relevance | path

Searched refs:p_key (Results 1 – 15 of 15) sorted by relevance

/freebsd-10-stable/contrib/ofed/management/opensm/opensm/
Dosm_subnet.c509 IN char *p_key, IN char *p_val_str, IN uint64_t * p_val) in opts_unpack_net64() argument
511 if (!strcmp(p_req_key, p_key)) { in opts_unpack_net64()
514 log_config_value(p_key, "0x%016" PRIx64, val); in opts_unpack_net64()
524 IN char *p_key, IN char *p_val_str, IN uint32_t * p_val) in opts_unpack_uint32() argument
526 if (!strcmp(p_req_key, p_key)) { in opts_unpack_uint32()
529 log_config_value(p_key, "%u", val); in opts_unpack_uint32()
539 IN char *p_key, IN char *p_val_str, IN int32_t * p_val) in opts_unpack_int32() argument
541 if (!strcmp(p_req_key, p_key)) { in opts_unpack_int32()
544 log_config_value(p_key, "%d", val); in opts_unpack_int32()
554 IN char *p_key, IN char *p_val_str, IN uint16_t * p_val) in opts_unpack_uint16() argument
[all …]
Dosm_db_files.c275 char *p_key = NULL; in osm_db_restore() local
340 p_key = in osm_db_restore()
343 strcpy(p_key, p_first_word); in osm_db_restore()
375 (st_data_t) p_key, in osm_db_restore()
380 p_key, in osm_db_restore()
388 "Got key:%s value:%s\n", p_key, in osm_db_restore()
392 if (!strtouq(p_key, &endptr, 0) in osm_db_restore()
395 "Key:%s is invalid\n", p_key); in osm_db_restore()
399 (st_data_t) p_key, in osm_db_restore()
429 char *p_key = (char *)key; in __osm_dump_tbl_entry() local
[all …]
Dosm_db_pack.c92 char *p_key; in osm_db_guid2lid_guids() local
102 while ((p_key = cl_list_remove_head(&keys)) != NULL) { in osm_db_guid2lid_guids()
107 p_guid_elem->guid = __osm_unpack_guid(p_key); in osm_db_guid2lid_guids()
/freebsd-10-stable/contrib/ofed/management/opensm/include/complib/
Dcl_fleximap.h125 const void *p_key; member
358 return (p_item->p_key); in cl_fmap_key()
593 IN const void *const p_key,
632 IN const void *const p_key);
666 IN const void *const p_key);
731 IN const void *const p_key);
/freebsd-10-stable/contrib/ofed/management/opensm/include/opensm/
Dosm_db.h347 char *osm_db_lookup(IN osm_db_domain_t * p_domain, IN char *const p_key);
376 IN char *const p_key, IN char *const p_val);
408 int osm_db_delete(IN osm_db_domain_t * p_domain, IN char *const p_key);
/freebsd-10-stable/contrib/ofed/management/opensm/complib/
Dcl_map.c1167 IN const void *const p_key) in cl_fmap_get() argument
1178 cmp = p_map->pfn_compare(p_key, p_item->p_key); in cl_fmap_get()
1193 IN const void *const p_key) in cl_fmap_get_next() argument
1206 cmp = p_map->pfn_compare(p_key, p_item->p_key); in cl_fmap_get_next()
1292 IN const void *const p_key, in cl_fmap_insert() argument
1307 p_item->p_key = p_key; in cl_fmap_insert()
1317 cmp = p_map->pfn_compare(p_key, p_insert_at->p_key); in cl_fmap_insert()
1529 IN const void *const p_key) in cl_fmap_remove() argument
1537 p_item = cl_fmap_get(p_map, p_key); in cl_fmap_remove()
/freebsd-10-stable/sys/dev/qlnx/qlnxe/
Decore_hsi_roce.h158 __le16 p_key; member
218 __le16 p_key; member
394 __le16 p_key; member
445 __le16 p_key; member
/freebsd-10-stable/contrib/ofed/management/opensm/doc/
Dopensm_release_notes_ibg2-2.0.1.txt322 - Register another service (with service p_key set to zero)
Dopensm_release_notes-3.1.11.txt310 - Register another service (with service p_key set to zero)
Dopensm_release_notes-3.1.10.txt310 - Register another service (with service p_key set to zero)
Dopensm_release_notes_openib-1.2.1.txt308 - Register another service (with service p_key set to zero)
Dopensm_release_notes_openib-2.0.5.txt319 - Register another service (with service p_key set to zero)
Dopensm_release_notes_openib-3.0.13.txt366 - Register another service (with service p_key set to zero)
Dopensm_release_notes-3.2.txt427 - Register another service (with service p_key set to zero)
/freebsd-10-stable/sys/dev/mlx5/
Dmlx5_ifc.h5360 u8 p_key[16]; member