Searched refs:funs (Results 1 - 9 of 9) sorted by relevance
/third_party/FreeBSD/sys/dev/usb/net/ |
H A D | usb_ethernet.c | 177 drv_sc->funs = (struct eth_hwr_funs*)zalloc(sizeof(struct eth_hwr_funs)); in if_alloc() 178 if (drv_sc->funs == NULL) { in if_alloc() 199 if (drv_sc->funs) { in if_free() 200 free(drv_sc->funs); in if_free() 201 drv_sc->funs = NULL; in if_free() 306 drv_sc->funs->send = ue_start; in ue_attach_post_task() 307 drv_sc->funs->can_send = ue_can_send; in ue_attach_post_task() 308 drv_sc->funs->start = ue_init; in ue_attach_post_task() 309 drv_sc->funs->recv = ue_recv; in ue_attach_post_task() 310 drv_sc->funs in ue_attach_post_task() [all...] |
H A D | usb_eth_drv.c | 85 (drv_sc->funs->start)(sc, NULL, 0); in eth_drv_init() 155 (drv_sc->funs->recv)(sc, sg_list, sg_len); in eth_drv_recv() 172 while (!(drv_sc->funs->can_send)(sc)); in eth_drv_send() 179 (drv_sc->funs->send) (sc, sg_list, sg_len, p ? p->tot_len : 0, (UINTPTR)p); in eth_drv_send()
|
H A D | usb_eth_drv.h | 62 struct eth_hwr_funs *funs; member
|
/third_party/typescript/tests/baselines/reference/ |
H A D | correlatedUnions.js | 149 const funs: { [P in Keys]: (...args: ArgMap[P]) => void } = { 154 const fn = funs[funKey]; 309 var funs = {
318 var fn = funs[funKey];
|
/third_party/skia/third_party/externals/abseil-cpp/absl/types/internal/ |
H A D | conformance_testing.h | 114 EquivalenceClassType<Funs...> EquivalenceClass(GeneratorType<Funs>... funs) { in EquivalenceClass() argument 115 return {std::make_tuple(absl::move(funs)...)}; in EquivalenceClass() 1225 equivalence_class(GeneratorType<Funs>... funs) && { in equivalence_class() 1228 std::make_tuple((EquivalenceClass)(absl::move(funs)...)))}, in equivalence_class()
|
/third_party/mksh/ |
H A D | exec.c | 1042 tp = ktsearch(&l->funs, name, h); in findfunc() 1046 tp = ktenter(&l->funs, name, h); in findfunc()
|
H A D | var.c | 86 ktinit(&l->area, &l->funs, 0); in newblock() 2102 for (p = ktsort(&l->funs); (vp = *p++); ) { in c_typeset()
|
H A D | sh.h | 1889 struct table funs; /* local functions */ member
|
H A D | edit.c | 502 glob_table(pat, &w, &l->funs); in x_command_glob()
|
Completed in 21 milliseconds