| /src/external/gpl2/gmake/dist/ |
| job.h | 55 int cstatus; /* Completion status */ member in struct:child
|
| vmsjobs.c | 129 child_failed = !(child->cstatus & 1 || ((child->cstatus & 7) == 0)); 144 child_error (c->file->name, c->cstatus, 0, 0, 0); 153 child_error (c->file->name, c->cstatus, 0, 0, 1); 405 child->cstatus = 1; 645 &child->pid, &child->cstatus, &child->efn, 661 &child->pid, &child->cstatus, &child->efn,
|
| /src/external/bsd/ntp/dist/scripts/monitoring/ |
| ntptrap | 383 ($cstatus) = ($data =~ /refclockstatus=0?x?([\da-fA-F]+)/); 384 $Cstatus = hex($cstatus); 385 $msg .= sprintf("- %-32s",&ntp'clock_status($Cstatus)); #'); 409 ($cstatus) = ($data =~ /refclockstatus=0?x?([\da-fA-F]+)/); 410 $Cstatus = hex($cstatus); 411 $msg .= sprintf("- %-32s",&ntp'clock_status($Cstatus)); #');
|
| /src/sys/dev/usb/ |
| if_axe.c | 1052 csum_hdr.cstatus = le16toh(csum_hdr.cstatus); 1055 " cstatus %#jx", total_len, 1056 csum_hdr.len, csum_hdr.ilen, csum_hdr.cstatus); 1087 const uint16_t cstatus = csum_hdr.cstatus; local 1089 if (cstatus & AXE_CSUM_HDR_L3_TYPE_IPV4) { 1090 if (cstatus & AXE_CSUM_HDR_L4_CSUM_ERR) 1092 if (cstatus & AXE_CSUM_HDR_L3_CSUM_ERR) 1096 cstatus & AXE_CSUM_HDR_L4_TYPE_MASK [all...] |
| if_axereg.h | 340 uint16_t cstatus; member in struct:axe_csum_hdr
|