Home
last modified time | relevance | path

Searched refs:get_node (Results 1 – 14 of 14) sorted by relevance

/freebsd/contrib/wpa/hs20/client/
H A Doma_dm_client.c84 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 Dosu_client.c157 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 Dspp_client.c263 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 Dntp_prio_q.h61 # 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 Dtsort.c94 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 Dibtracert.c136 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 Dxml-utils.c89 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 Dxml-utils.h84 xml_node_t * get_node(struct xml_node_ctx *ctx, xml_node_t *root,
/freebsd/contrib/ntp/ntpd/
H A Dntpsim.c213 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 Dttm_bo_driver.h203 int (*get_node)(struct ttm_mem_type_manager *man, member
H A Dttm_bo.c929 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 Dofw_bus_if.m149 METHOD phandle_t get_node {
/freebsd/contrib/ntp/
H A DChangeLog4717 * [Bug 853] get_node() must return a pointer to maximally-aligned memory.
H A DCommitLog[all...]