HomeSort by: relevance | last modified time | path
    Searched refs:status_size (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/dev/raidframe/
rf_reconmap.c 98 p->status_size = RF_RECONMAP_SIZE;
99 p->high_ru = p->status_size - 1;
102 p->status = RF_Malloc(p->status_size * sizeof(*p->status));
186 if (mapPtr->head >= mapPtr->status_size)
192 if (ru >= mapPtr->status_size)
193 ru = ru - mapPtr->status_size;
195 if ((ru < 0) || (ru >= mapPtr->status_size)) {
326 for (i = 0; i < mapPtr->status_size; i++) {
339 RF_Free(mapPtr->status, mapPtr->status_size *
363 if (i >= mapPtr->status_size)
    [all...]
rf_reconmap.h 61 RF_ReconUnitCount_t status_size; /* number of recon units in status */ member in struct:RF_ReconMap_s
  /src/external/bsd/tmux/dist/
screen-redraw.c 363 right = wp->xoff + 2 + wp->status_size - 1;
473 wp->status_size = width = 0;
475 wp->status_size = width = wp->sx + sb_w - 2;
528 size = wp->status_size;
tmux.h 1233 size_t status_size; member in struct:window_pane

Completed in 31 milliseconds