Searched refs:cstatus (Results 1 - 8 of 8) sorted by relevance

/freebsd-10-stable/tools/regression/sysvshm/
H A Dshmtest.c181 int cstatus; local
186 if (waitpid(child_pid, &cstatus, 0) != child_pid)
189 if (WIFEXITED(cstatus) == 0)
192 if (WEXITSTATUS(cstatus) != 0)
194 WEXITSTATUS(cstatus));
/freebsd-10-stable/tools/regression/sysvmsg/
H A Dmsgtest.c217 int cstatus; local
222 if (waitpid(child_pid, &cstatus, 0) != child_pid)
225 if (WIFEXITED(cstatus) == 0)
228 if (WEXITSTATUS(cstatus) != 0)
230 WEXITSTATUS(cstatus));
/freebsd-10-stable/tools/regression/sysvsem/
H A Dsemtest.c229 int cstatus; local
235 if (wait(&cstatus) == -1)
238 if (WIFEXITED(cstatus) == 0)
241 if (WEXITSTATUS(cstatus) != 0)
243 WEXITSTATUS(cstatus));
/freebsd-10-stable/contrib/ntp/scripts/monitoring/
H A Dntptrap383 ($cstatus) = ($data =~ /refclockstatus=0?x?([\da-fA-F]+)/);
384 $Cstatus = hex($cstatus);
409 ($cstatus) = ($data =~ /refclockstatus=0?x?([\da-fA-F]+)/);
410 $Cstatus = hex($cstatus);
/freebsd-10-stable/sys/dev/usb/net/
H A Dif_axe.c1071 csum_hdr.cstatus = le16toh(csum_hdr.cstatus);
1129 if (csum_hdr != NULL && csum_hdr->cstatus & AXE_CSUM_HDR_L3_TYPE_IPV4) {
1130 if ((csum_hdr->cstatus & (AXE_CSUM_HDR_L4_CSUM_ERR |
1134 if ((csum_hdr->cstatus & AXE_CSUM_HDR_L4_TYPE_MASK) ==
1136 (csum_hdr->cstatus & AXE_CSUM_HDR_L4_TYPE_MASK) ==
H A Dif_axereg.h295 uint16_t cstatus; member in struct:axe_csum_hdr
/freebsd-10-stable/sys/dev/ahci/
H A Dahci.c1177 uint32_t cstatus, serr = 0, sntf = 0, ok, err; local
1185 cstatus = ATA_INL(ch->r_mem, AHCI_P_SACT);
1187 cstatus = 0;
1189 cstatus |= ATA_INL(ch->r_mem, AHCI_P_CI);
1232 cstatus |= ch->rslots;
1235 ccs = powerof2(cstatus) ? ffs(cstatus) - 1 : -1;
1241 // __func__, istatus, cstatus, sstatus, ch->rslots, ATA_INL(ch->r_mem, AHCI_P_TFD),
1262 err = ch->rslots & cstatus;
1269 ok = ch->rslots & ~cstatus;
[all...]
/freebsd-10-stable/sys/dev/oce/
H A Doce_mbox.c345 uint32_t cstatus = 0; local
374 cstatus = mb_cqe->u0.s.completion_status;
382 if (cstatus == 0 && mbxctx) {

Completed in 102 milliseconds