/src/sys/dev/raidframe/ |
rf_stripelocks.h | 56 RF_int64 start2, stop2; /* start and end of 2nd range to be locked */ member in struct:RF_LockReqDesc_s 89 (_lrd).start2 = -1; \ 95 (_lrd).start2 = (_asm)->parityInfo->next->startSector; \
|
rf_stripelocks.c | 121 SINGLE_RANGE_OVERLAP((_cand)->start2, (_cand)->stop2, \ 124 (_pred)->start2, (_pred)->stop2) || \ 125 SINGLE_RANGE_OVERLAP((_cand)->start2, (_cand)->stop2, \ 126 (_pred)->start2, (_pred)->stop2) ) 274 lockReqDesc->stop, lockReqDesc->start2, lockReqDesc->stop2); 303 tid, stripeID, lockReqDesc->type, lockReqDesc->start, lockReqDesc->stop, lockReqDesc->start2, lockReqDesc->stop2); 322 tid, stripeID, lockReqDesc->type, lockReqDesc->start, lockReqDesc->stop, lockReqDesc->start2, lockReqDesc->stop2); 351 lockReqDesc->start2, lockReqDesc->stop2); 396 tid, stripeID, lockReqDesc->type, lockReqDesc->start, lockReqDesc->stop, lockReqDesc->start2, lockReqDesc->stop2, lockTable); 478 tid, stripeID, lr->type, lr->start, lr->stop, lr->start2, lr->stop2, (unsigned long) lockTable) [all...] |
/src/sys/arch/sparc/stand/ofwboot/ |
boot.c | 122 const char *start1 = NULL, *end1 = NULL, *start2 = NULL, *end2 = NULL; local in function:bootoptions 149 start2 = ap; 159 if (end2 == start2) { 160 start2 = end2 = NULL; 168 } else if (start2 == NULL) { 191 memcpy(kernel, start2, (end2 - start2)); 192 kernel[end2 - start2] = '\0';
|
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
sanitizer_posix.cc | 224 uptr start2, uptr end2) { 226 CHECK(start2 <= end2); 227 return (end1 < start2) || (end2 < start1);
|
/src/sys/arch/ia64/ia64/ |
pmap.c | 1372 paddr_t vhpt_start = 0, start1, start2, end1, end2; local in function:pmap_steal_vhpt_memory 1394 start2 = vhpt_start + npgs; 1399 if (start2 > end2) { 1413 start2 == end2 && 1431 if (start1 == end1 && start2 == end2) break; 1442 if (start2 != end2) 1443 uvm_page_physload(start2, end2, start2, end2,
|