Lines Matching full:slot
1332 int slot = -1;
1339 if (slot == -1) {
1340 slot = 0; // XXX: find free slot
1341 if (slot == -1) {
1346 //cnx->hooks->ext.extensions[slot] = addr;
1352 if (slot >= 0) {
1353 addr = 0; // XXX: address of stub 'slot'
1354 gGLExtentionMap[slot].name = strdup(procname);
1355 gGLExtentionMap[slot].address = addr;