cuda.c | 151 static struct cuda_attach_args *cuda0 = NULL; variable in typeref:struct:cuda_attach_args * 322 if (cuda0 == NULL) 323 cuda0 = &caa; 879 if (cuda0 == NULL) 881 sc = cuda0->cookie; 883 cuda0->poll(sc); 884 if (cuda0->send(sc, 1, 2, cmd) == 0) 894 if (cuda0 == NULL) 896 sc = cuda0->cookie; 898 cuda0->poll(sc) [all...] |