Searched refs:d_status (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/usr.bin/diff/
H A Ddiffdir.c42 #define d_status d_type /* we need to store status for -l */ macro
208 dp->d_status = D_SKIPPED1;
210 dp->d_status = D_SKIPPED2;
212 dp->d_status = diffreg(path1, path2, flags, 0);
213 print_status(dp->d_status, path1, path2, "");
/freebsd-11-stable/sys/dev/de/
H A Dif_de.c3195 di->di_desc->d_status = 0;
3213 di->di_desc->d_status = 0;
3317 #define DESC_STATUS(di) (((volatile tulip_desc_t *)((di)->di_desc))->d_status)
3568 nextout->di_desc->d_status = TULIP_DSTS_OWNER;
3643 const u_int32_t d_status = DESC_STATUS(ri->ri_nextin); local
3659 if (d_status & (TULIP_DSTS_TxNOCARR|TULIP_DSTS_TxEXCCOLL)) {
3661 if (d_status & TULIP_DSTS_TxNOCARR)
3663 if (d_status & TULIP_DSTS_TxEXCCOLL)
3675 if (d_status & TULIP_DSTS_ERRSUM) {
3677 d_status);
3899 u_int32_t d_status; local
[all...]
H A Ddc21040reg.h45 u_int32_t d_status; member in struct:__anon9728

Completed in 134 milliseconds