/freebsd/contrib/wpa/hs20/client/ |
H A D | oma_dm_client.c | 84 locuri = get_node(ctx->xml, node, "Item/Target/LocURI"); in oma_dm_get_target_locuri() 396 node = get_node(ctx->xml, exec, "Item/Data"); in oma_dm_exec_browser() 434 node = get_node(ctx->xml, exec, "Item/Data"); in oma_dm_exec_get_cert() 540 pps_node = get_node(ctx->xml, pps, pos); in oma_dm_run_add() 554 pps_node = get_node(ctx->xml, pps, uri); in oma_dm_run_add() 589 node = get_node(ctx->xml, add, "Item/Meta/Type"); in oma_dm_run_add() 602 node = get_node(ctx->xml, add, "Item/Data"); in oma_dm_run_add() 664 node = get_node(ctx->xml, add, "Item/Target/LocURI"); in oma_dm_add() 681 node = get_node(ctx->xml, add, "Item/Data"); in oma_dm_add() 770 pps_node = get_node(ctx->xml, pps, pos); in oma_dm_replace() [all …]
|
H A D | osu_client.c | 157 node = get_node(ctx->xml, getcert, "enrollmentServerURI"); in osu_get_certificate() 171 node = get_node(ctx->xml, getcert, "estUserID"); in osu_get_certificate() 186 node = get_node(ctx->xml, getcert, "estPassword"); in osu_get_certificate() 316 url_node = get_node(ctx->xml, params, "CertURL"); in download_cert() 317 hash_node = get_node(ctx->xml, params, "CertSHA256Fingerprint"); in download_cert() 758 a = get_node(ctx->xml, node, "Username"); in get_user_pw() 765 a = get_node(ctx->xml, node, "Password"); in get_user_pw() 791 ssid = get_node(ctx->xml, spe, "SSID"); in set_pps_cred_policy_spe() 826 node = get_node(ctx->xml, prp, "Priority"); in set_pps_cred_policy_prp() 837 node = get_node(ctx->xml, prp, "Country"); in set_pps_cred_policy_prp() [all …]
|
H A D | spp_client.c | 263 node = get_node(ctx->xml, pps, pos); in process_update_node() 275 parent = get_node(ctx->xml, pps, pos); in process_update_node() 728 err = get_node(ctx->xml, node, "sppError"); in process_spp_post_dev_data_response()
|
/freebsd/contrib/ntp/include/ |
H A D | ntp_prio_q.h | 61 # define get_node(size) debug_get_node(size, __FILE__, __LINE__) macro 64 # define get_node(size) debug_get_node(size) macro
|
/freebsd/usr.bin/tsort/ |
H A D | tsort.c | 94 static NODE *get_node(char *); 198 n1 = get_node(s1); in add_arc() 203 n2 = get_node(s2); in add_arc() 227 get_node(char *name) in get_node() function
|
/freebsd/contrib/ofed/infiniband-diags/src/ |
H A D | ibtracert.c | 136 static int get_node(Node * node, Port * port, ib_portid_t * portid) in get_node() function 282 if (get_node(&fromnode, &fromport, from) < 0 || in find_route() 283 get_node(&tonode, &toport, to) < 0) { in find_route() 320 if (get_node(&nextnode, &nextport, from) < 0) { in find_route() 354 if (get_node(&nextnode, &nextport, from) < 0) { in find_route() 554 if (get_node(node, port, from) < 0) { in find_mcpath() 645 if (get_node(remotenode, remoteport, path) < 0) { in find_mcpath() 684 if (get_node(&tonode, &toport, to) < 0) { in find_target_portguid()
|
/freebsd/contrib/wpa/src/utils/ |
H A D | xml-utils.c | 89 xml_node_t * get_node(struct xml_node_ctx *ctx, xml_node_t *root, in get_node() function 114 match = get_node(ctx, node, path); in get_child_node()
|
H A D | xml-utils.h | 84 xml_node_t * get_node(struct xml_node_ctx *ctx, xml_node_t *root,
|
/freebsd/contrib/ntp/ntpd/ |
H A D | ntpsim.c | 213 if ((e = get_node(sizeof(*e))) == NULL) in event() 448 if ((rbuf = get_node(sizeof(*rbuf))) == NULL) in sim_event_recv_packet()
|
/freebsd/sys/dev/drm2/ttm/ |
H A D | ttm_bo_driver.h | 203 int (*get_node)(struct ttm_mem_type_manager *man, member
|
H A D | ttm_bo.c | 929 ret = (*man->func->get_node)(man, bo, placement, mem); in ttm_bo_mem_force_space() 1042 ret = (*man->func->get_node)(man, bo, placement, mem); in ttm_bo_mem_space()
|
/freebsd/sys/dev/ofw/ |
H A D | ofw_bus_if.m | 149 METHOD phandle_t get_node {
|
/freebsd/contrib/ntp/ |
H A D | ChangeLog | 4717 * [Bug 853] get_node() must return a pointer to maximally-aligned memory.
|
H A D | CommitLog | [all...] |