Lines Matching refs:control_bytes
559 ms->control_bytes = NULL;
1397 if ( ms->control_bytes )
1399 DBG(100, "free ms->control_bytes at %p\n", (void *) ms->control_bytes);
1400 free((void *) ms->control_bytes);
1401 ms->control_bytes = NULL;
4473 DBG(30, "ms->control_bytes = %p\n", (void *) ms->control_bytes);
4484 ms->control_bytes,
4494 dump_area2(ms->control_bytes,
4503 if ( (ms->control_bytes[byte] >> bit) & 0x01 )
5271 if (ms->control_bytes) free((void *)ms->control_bytes);
5272 ms->control_bytes = (uint8_t *) malloc(ms->n_control_bytes);
5273 DBG(100, "sane_start: ms->control_bytes=%p, malloc'd %lu bytes\n",
5274 (void *) ms->control_bytes, (u_long) ms->n_control_bytes);
5275 if ( ms->control_bytes == NULL )
5969 flag = ((ms->control_bytes[byte] >> bit) & 0x01);
5971 flag = ((ms->control_bytes[byte] >> (7 - bit)) & 0x01);