Searched refs:get_node (Results 1 - 11 of 11) sorted by relevance

/freebsd-current/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-current/contrib/wpa/hs20/client/
H A Doma_dm_client.c84 locuri = get_node(ctx->xml, node, "Item/Target/LocURI");
396 node = get_node(ctx->xml, exec, "Item/Data");
434 node = get_node(ctx->xml, exec, "Item/Data");
540 pps_node = get_node(ctx->xml, pps, pos);
554 pps_node = get_node(ctx->xml, pps, uri);
589 node = get_node(ctx->xml, add, "Item/Meta/Type");
602 node = get_node(ctx->xml, add, "Item/Data");
664 node = get_node(ctx->xml, add, "Item/Target/LocURI");
681 node = get_node(ctx->xml, add, "Item/Data");
770 pps_node = get_node(ct
[all...]
H A Dosu_client.c157 node = get_node(ctx->xml, getcert, "enrollmentServerURI");
171 node = get_node(ctx->xml, getcert, "estUserID");
186 node = get_node(ctx->xml, getcert, "estPassword");
316 url_node = get_node(ctx->xml, params, "CertURL");
317 hash_node = get_node(ctx->xml, params, "CertSHA256Fingerprint");
758 a = get_node(ctx->xml, node, "Username");
765 a = get_node(ctx->xml, node, "Password");
791 ssid = get_node(ctx->xml, spe, "SSID");
826 node = get_node(ctx->xml, prp, "Priority");
837 node = get_node(ct
[all...]
H A Dspp_client.c263 node = get_node(ctx->xml, pps, pos);
275 parent = get_node(ctx->xml, pps, pos);
729 err = get_node(ctx->xml, node, "sppError");
/freebsd-current/usr.bin/tsort/
H A Dtsort.c94 static NODE *get_node(char *);
198 n1 = get_node(s1);
203 n2 = get_node(s2);
227 get_node(char *name) function
/freebsd-current/contrib/ofed/infiniband-diags/src/
H A Dibtracert.c136 static int get_node(Node * node, Port * port, ib_portid_t * portid) function
282 if (get_node(&fromnode, &fromport, from) < 0 ||
283 get_node(&tonode, &toport, to) < 0) {
320 if (get_node(&nextnode, &nextport, from) < 0) {
354 if (get_node(&nextnode, &nextport, from) < 0) {
554 if (get_node(node, port, from) < 0) {
645 if (get_node(remotenode, remoteport, path) < 0) {
684 if (get_node(&tonode, &toport, to) < 0) {
/freebsd-current/contrib/wpa/src/utils/
H A Dxml-utils.h84 xml_node_t * get_node(struct xml_node_ctx *ctx, xml_node_t *root,
H A Dxml-utils.c89 xml_node_t * get_node(struct xml_node_ctx *ctx, xml_node_t *root, function
114 match = get_node(ctx, node, path);
/freebsd-current/contrib/ntp/ntpd/
H A Dntpsim.c213 if ((e = get_node(sizeof(*e))) == NULL)
214 abortsim("get_node failed in event");
448 if ((rbuf = get_node(sizeof(*rbuf))) == NULL)
449 abortsim("get_node failed in sim_event_recv_packet");
/freebsd-current/sys/dev/drm2/ttm/
H A Dttm_bo_driver.h177 * struct ttm_mem_type_manager member get_node
203 int (*get_node)(struct ttm_mem_type_manager *man, member in struct:ttm_mem_type_manager_func
H A Dttm_bo.c929 ret = (*man->func->get_node)(man, bo, placement, mem);
1042 ret = (*man->func->get_node)(man, bo, placement, mem);

Completed in 119 milliseconds