Searched refs:p_key (Results 1 - 7 of 7) sorted by relevance

/freebsd-9.3-release/contrib/ofed/management/opensm/opensm/
H A Dosm_subnet.c509 IN char *p_key, IN char *p_val_str, IN uint64_t * p_val)
511 if (!strcmp(p_req_key, p_key)) {
514 log_config_value(p_key, "0x%016" PRIx64, val);
524 IN char *p_key, IN char *p_val_str, IN uint32_t * p_val)
526 if (!strcmp(p_req_key, p_key)) {
529 log_config_value(p_key, "%u", val);
539 IN char *p_key, IN char *p_val_str, IN int32_t * p_val)
541 if (!strcmp(p_req_key, p_key)) {
544 log_config_value(p_key, "%d", val);
554 IN char *p_key, I
508 opts_unpack_net64(IN char *p_req_key, IN char *p_key, IN char *p_val_str, IN uint64_t * p_val) argument
523 opts_unpack_uint32(IN char *p_req_key, IN char *p_key, IN char *p_val_str, IN uint32_t * p_val) argument
538 opts_unpack_int32(IN char *p_req_key, IN char *p_key, IN char *p_val_str, IN int32_t * p_val) argument
553 opts_unpack_uint16(IN char *p_req_key, IN char *p_key, IN char *p_val_str, IN uint16_t * p_val) argument
568 opts_unpack_net16(IN char *p_req_key, IN char *p_key, IN char *p_val_str, IN uint16_t * p_val) argument
585 opts_unpack_uint8(IN char *p_req_key, IN char *p_key, IN char *p_val_str, IN uint8_t * p_val) argument
602 opts_unpack_boolean(IN char *p_req_key, IN char *p_key, IN char *p_val_str, IN boolean_t * p_val) argument
622 opts_unpack_charp(IN char *p_req_key, IN char *p_key, IN char *p_val_str, IN char **p_val) argument
670 subn_parse_qos_options(IN const char *prefix, IN char *p_key, IN char *p_val_str, IN osm_qos_options_t * opt) argument
1037 char *p_key, *p_val; local
1299 char *p_key, *p_val, *p_last; local
[all...]
H A Dosm_db_files.c275 char *p_key = NULL; local
340 p_key =
343 strcpy(p_key, p_first_word);
375 (st_data_t) p_key,
380 p_key,
388 "Got key:%s value:%s\n", p_key,
392 if (!strtouq(p_key, &endptr, 0)
395 "Key:%s is invalid\n", p_key);
399 (st_data_t) p_key,
429 char *p_key local
541 osm_db_lookup(IN osm_db_domain_t * p_domain, IN char *const p_key) argument
561 osm_db_update(IN osm_db_domain_t * p_domain, IN char *const p_key, IN char *const p_val) argument
602 osm_db_delete(IN osm_db_domain_t * p_domain, IN char *const p_key) argument
648 char *p_key; local
[all...]
H A Dosm_db_pack.c92 char *p_key; local
102 while ((p_key = cl_list_remove_head(&keys)) != NULL) {
107 p_guid_elem->guid = __osm_unpack_guid(p_key);
/freebsd-9.3-release/contrib/ofed/management/opensm/include/opensm/
H A 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);
383 * p_key
408 int osm_db_delete(IN osm_db_domain_t * p_domain, IN char *const p_key);
415 * p_key
/freebsd-9.3-release/contrib/ofed/management/opensm/include/complib/
H A Dcl_fleximap.h125 const void *p_key; member in struct:_cl_fmap_item
152 * p_key
358 return (p_item->p_key);
593 IN const void *const p_key,
600 * p_key
632 IN const void *const p_key);
639 * p_key
666 IN const void *const p_key);
673 * p_key
731 IN const void *const p_key);
[all...]
/freebsd-9.3-release/usr.sbin/mount_portalfs/
H A Dconf.c59 char *p_key; /* Pathname to match (also p_argv[0]) */ member in struct:path
121 if (strcmp(p->p_key, p0->p_key) == 0)
187 p->p_key = p->p_argv[0];
188 if (strpbrk(p->p_key, RE_CHARS)) {
192 val = regcomp(&p->p_rx, p->p_key, REG_EXTENDED | REG_NOSUB);
197 conf_file, curp->p_lno, curp->p_key, errbuf);
312 if (strncmp(p->p_key, key, strlen(p->p_key)) == 0)
/freebsd-9.3-release/contrib/ofed/management/opensm/complib/
H A Dcl_map.c1167 IN const void *const p_key)
1178 cmp = p_map->pfn_compare(p_key, p_item->p_key);
1193 IN const void *const p_key)
1206 cmp = p_map->pfn_compare(p_key, p_item->p_key);
1292 IN const void *const p_key,
1307 p_item->p_key = p_key;
1317 cmp = p_map->pfn_compare(p_key, p_insert_a
1166 cl_fmap_get(IN const cl_fmap_t * const p_map, IN const void *const p_key) argument
1192 cl_fmap_get_next(IN const cl_fmap_t * const p_map, IN const void *const p_key) argument
1291 cl_fmap_insert(IN cl_fmap_t * const p_map, IN const void *const p_key, IN cl_fmap_item_t * const p_item) argument
1528 cl_fmap_remove(IN cl_fmap_t * const p_map, IN const void *const p_key) argument
[all...]

Completed in 120 milliseconds