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

/freebsd-12-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-12-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-12-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-12-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-12-stable/sys/dev/usb/net/
H A Dif_axe.c1076 csum_hdr.cstatus = le16toh(csum_hdr.cstatus);
1134 if (csum_hdr != NULL && csum_hdr->cstatus & AXE_CSUM_HDR_L3_TYPE_IPV4) {
1135 if ((csum_hdr->cstatus & (AXE_CSUM_HDR_L4_CSUM_ERR |
1139 if ((csum_hdr->cstatus & AXE_CSUM_HDR_L4_TYPE_MASK) ==
1141 (csum_hdr->cstatus & AXE_CSUM_HDR_L4_TYPE_MASK) ==
H A Dif_axereg.h297 uint16_t cstatus; member in struct:axe_csum_hdr
/freebsd-12-stable/sys/dev/ahci/
H A Dahci.c1375 uint32_t cstatus, serr = 0, sntf = 0, ok, err; local
1383 cstatus = ATA_INL(ch->r_mem, AHCI_P_SACT);
1385 cstatus = 0;
1387 cstatus |= ATA_INL(ch->r_mem, AHCI_P_CI);
1430 cstatus |= ch->rslots;
1433 ccs = powerof2(cstatus) ? ffs(cstatus) - 1 : -1;
1439 // __func__, istatus, cstatus, sstatus, ch->rslots, ATA_INL(ch->r_mem, AHCI_P_TFD),
1460 err = ch->rslots & cstatus;
1467 ok = ch->rslots & ~cstatus;
[all...]
/freebsd-12-stable/sys/dev/oce/
H A Doce_mbox.c384 uint32_t cstatus = 0; local
413 cstatus = mb_cqe->u0.s.completion_status;
421 if (cstatus == 0 && mbxctx) {

Completed in 137 milliseconds