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

/openjdk7/jdk/src/share/back/
H A DdebugInit.c70 static struct bag *transports; /* of TransportSpec */ variable in typeref:struct:bag
86 * Elements of the transports bag
733 * Initialize transports
740 (void)bagEnumerateOver(transports, startTransport, &arg);
744 * 1) none of the transports was successfully started, and
750 EXIT_ERROR(map2jvmtiError(arg.error), "No transports initialized");
822 (void)bagEnumerateOver(transports, startTransport, &arg);
1076 transports = bagCreateBag(sizeof(TransportSpec), 3);
1077 if (transports == NULL) {
1078 EXIT_ERROR(AGENT_ERROR_OUT_OF_MEMORY,"transports");
[all...]

Completed in 29 milliseconds