| /freebsd/contrib/wpa/hs20/client/ |
| H A D | osu_client.c | 87 url_node = get_node(ctx->xml, params, "CertURL"); in download_cert() 88 hash_node = get_node(ctx->xml, params, "CertSHA256Fingerprint"); in download_cert() 214 ssid = get_node(ctx->xml, spe, "SSID"); in set_pps_cred_policy_spe() 249 node = get_node(ctx->xml, prp, "Priority"); in set_pps_cred_policy_prp() 260 node = get_node(ctx->xml, prp, "Country"); in set_pps_cred_policy_prp() 272 node = get_node(ctx->xml, prp, "FQDN_Match"); in set_pps_cred_policy_prp() 314 node = get_node(ctx->xml, min_backhaul, "NetworkType"); in set_pps_cred_policy_min_backhaul() 336 node = get_node(ctx->xml, min_backhaul, "DLBandwidth"); in set_pps_cred_policy_min_backhaul() 340 node = get_node(ctx->xml, min_backhaul, "ULBandwidth"); in set_pps_cred_policy_min_backhaul() 409 node = get_node(ctx->xml, tuple, "IPProtocol"); in set_pps_cred_policy_required_proto_port() [all …]
|
| /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.h | 68 xml_node_t * get_node(struct xml_node_ctx *ctx, xml_node_t *root,
|
| 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()
|
| /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...] |