HomeSort by: relevance | last modified time | path
    Searched refs:get_node (Results 1 - 25 of 38) sorted by relevancy

1 2

  /src/external/bsd/ntp/dist/include/
ntp_prio_q.h 63 # define get_node(size) debug_get_node(size, __FILE__, __LINE__) macro
66 # define get_node(size) debug_get_node(size) macro
  /src/external/gpl3/binutils/dist/gprofng/src/
CallStack.h 107 get_node (int) function in class:CallStack
ArchiveExp.cc 84 CallStackNode *node = callStack->get_node (n);
CallStack.cc 128 virtual CallStackNode *get_node (int n);
185 CallStackNode *node = get_node (i);
215 CallStackNode *node = get_node (nodes - 1);
1127 CallStackP::get_node (int n) function in class:CallStackP
  /src/external/gpl3/binutils.old/dist/gprofng/src/
CallStack.h 107 get_node (int) function in class:CallStack
ArchiveExp.cc 84 CallStackNode *node = callStack->get_node (n);
CallStack.cc 128 virtual CallStackNode *get_node (int n);
185 CallStackNode *node = get_node (i);
215 CallStackNode *node = get_node (nodes - 1);
1127 CallStackP::get_node (int n) function in class:CallStackP
  /src/usr.bin/tsort/
tsort.c 110 static NODE *get_node(const char *);
210 n1 = get_node(s1);
215 n2 = get_node(s2);
239 get_node(const char *name) function
  /src/external/bsd/wpa/dist/hs20/client/
oma_dm_client.c 84 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(ctx->xml, pps, pos)
    [all...]
osu_client.c 157 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(ctx->xml, prp, "Country")
    [all...]
  /src/external/mpl/bind/dist/bin/tests/system/qmin/
qmin_ans.py 82 and not qctx.zone.get_node(qctx.qname)
  /src/sys/external/bsd/drm2/dist/drm/nouveau/
nouveau_ttm.c 99 .get_node = nouveau_vram_manager_new,
125 .get_node = nouveau_gart_manager_new,
164 .get_node = nv04_gart_manager_new,
  /src/sys/external/bsd/drm2/dist/drm/ttm/
ttm_bo_manager.c 158 .get_node = ttm_bo_man_get_node,
  /src/sys/external/bsd/drm2/dist/drm/vmwgfx/
vmwgfx_gmrid_manager.c 156 .get_node = vmw_gmrid_man_get_node,
  /src/external/apache2/llvm/dist/llvm/utils/
check_ninja_deps.py 142 label = lambda v: g.get_node(v).attr["label"]
  /src/external/bsd/wpa/dist/src/utils/
xml-utils.h 84 xml_node_t * get_node(struct xml_node_ctx *ctx, xml_node_t *root,
xml-utils.c 89 xml_node_t * get_node(struct xml_node_ctx *ctx, xml_node_t *root, function
114 match = get_node(ctx, node, path);
  /src/external/mpl/bind/dist/bin/tests/system/chain/ans3/
ans.py 42 node = zone.get_node(name)
  /src/external/bsd/ntp/dist/ntpd/
ntpsim.c 215 if ((e = get_node(sizeof(*e))) == NULL)
216 abortsim("get_node failed in event");
450 if ((rbuf = get_node(sizeof(*rbuf))) == NULL)
451 abortsim("get_node failed in sim_event_recv_packet");
  /src/external/gpl3/gcc/dist/gcc/
ipa-icf.h 338 inline cgraph_node *get_node (void) function in class:ipa_icf::sem_function
446 inline varpool_node *get_node (void) function in class:ipa_icf::sem_variable
ipa-icf.cc 502 ipa_node_params *parms_info = ipa_node_params_sum->get (get_node ());
1023 cgraph_node *original = get_node ();
1025 cgraph_node *alias = alias_func->get_node ();
1354 get_node ()->get_untransformed_body ();
1514 if (!opt_for_fn (get_node ()->decl, flag_devirtualize))
1516 if (get_node ()->indirect_calls != NULL)
1520 for (e = get_node ()->callees; e; e = e->next_callee)
1651 gcc_checking_assert (get_node ());
1946 decl = get_node ()->decl;
1998 varpool_node *original = get_node ();
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
ipa-icf.h 336 inline cgraph_node *get_node (void) function in class:ipa_icf::sem_function
442 inline varpool_node *get_node (void) function in class:ipa_icf::sem_variable
ipa-icf.cc 499 ipa_node_params *parms_info = ipa_node_params_sum->get (get_node ());
1020 cgraph_node *original = get_node ();
1022 cgraph_node *alias = alias_func->get_node ();
1351 get_node ()->get_untransformed_body ();
1494 if (!opt_for_fn (get_node ()->decl, flag_devirtualize))
1496 if (get_node ()->indirect_calls != NULL)
1500 for (e = get_node ()->callees; e; e = e->next_callee)
1629 gcc_checking_assert (get_node ());
1920 decl = get_node ()->decl;
1972 varpool_node *original = get_node ();
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_gtt_mgr.c 373 .get_node = amdgpu_gtt_mgr_new,
  /src/sys/external/bsd/drm2/dist/include/drm/ttm/
ttm_bo_driver.h 81 * struct ttm_mem_type_manager member get_node
108 int (*get_node)(struct ttm_mem_type_manager *man, member in struct:ttm_mem_type_manager_func

Completed in 150 milliseconds

1 2