| /freebsd-10-stable/contrib/ofed/management/opensm/opensm/ |
| D | osm_subnet.c | 509 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 …]
|
| D | osm_db_files.c | 275 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 …]
|
| D | osm_db_pack.c | 92 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/ |
| D | cl_fleximap.h | 125 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/ |
| D | osm_db.h | 347 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/ |
| D | cl_map.c | 1167 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/ |
| D | ecore_hsi_roce.h | 158 __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/ |
| D | opensm_release_notes_ibg2-2.0.1.txt | 322 - Register another service (with service p_key set to zero)
|
| D | opensm_release_notes-3.1.11.txt | 310 - Register another service (with service p_key set to zero)
|
| D | opensm_release_notes-3.1.10.txt | 310 - Register another service (with service p_key set to zero)
|
| D | opensm_release_notes_openib-1.2.1.txt | 308 - Register another service (with service p_key set to zero)
|
| D | opensm_release_notes_openib-2.0.5.txt | 319 - Register another service (with service p_key set to zero)
|
| D | opensm_release_notes_openib-3.0.13.txt | 366 - Register another service (with service p_key set to zero)
|
| D | opensm_release_notes-3.2.txt | 427 - Register another service (with service p_key set to zero)
|
| /freebsd-10-stable/sys/dev/mlx5/ |
| D | mlx5_ifc.h | 5360 u8 p_key[16]; member
|