HomeSort by: relevance | last modified time | path
    Searched defs:linkstate (Results 1 - 3 of 3) sorted by relevancy

  /src/sbin/route/
route.c 115 static const char *linkstate(struct if_msghdr *);
1322 linkstate(struct if_msghdr *ifm) function
1374 linkstate(ifm)
  /src/external/gpl3/gcc.old/dist/libgomp/plugin/
plugin-nvptx.c 651 CUlinkState linkstate; local
692 CUDA_CALL (cuLinkCreate_v2, nopts, opts, optvals, &linkstate);
694 CUDA_CALL (cuLinkCreate, nopts, opts, optvals, &linkstate);
702 r = CUDA_CALL_NOCHECK (cuLinkAddData_v2, linkstate, CU_JIT_INPUT_PTX,
706 r = CUDA_CALL_NOCHECK (cuLinkAddData, linkstate, CU_JIT_INPUT_PTX,
719 r = CUDA_CALL_NOCHECK (cuLinkComplete, linkstate, &linkout, &linkoutsize);
732 CUDA_CALL (cuLinkDestroy, linkstate);
  /src/external/gpl3/gcc/dist/libgomp/plugin/
plugin-nvptx.c 669 CUlinkState linkstate; local
710 CUDA_CALL (cuLinkCreate_v2, nopts, opts, optvals, &linkstate);
712 CUDA_CALL (cuLinkCreate, nopts, opts, optvals, &linkstate);
720 r = CUDA_CALL_NOCHECK (cuLinkAddData_v2, linkstate, CU_JIT_INPUT_PTX,
724 r = CUDA_CALL_NOCHECK (cuLinkAddData, linkstate, CU_JIT_INPUT_PTX,
737 r = CUDA_CALL_NOCHECK (cuLinkComplete, linkstate, &linkout, &linkoutsize);
750 CUDA_CALL (cuLinkDestroy, linkstate);

Completed in 19 milliseconds