Searched refs:OLD_SENDZERO (Results 1 – 7 of 7) sorted by relevance
111 if (infoackp->PROVIDER_flag & (SENDZERO|OLD_SENDZERO)) in _tx_getinfo()
138 if (nbytes == 0 && !(tiptr->ti_prov_flag & (SENDZERO|OLD_SENDZERO))) { in _tx_snd()
83 !(tiptr->ti_prov_flag & (SENDZERO|OLD_SENDZERO))) { in _tx_sndudata()
89 !(tiptr->ti_prov_flag & (SENDZERO|OLD_SENDZERO))) { in _tx_sndvudata()
139 if (nbytes == 0 && !(tiptr->ti_prov_flag & (SENDZERO|OLD_SENDZERO))) { in _tx_sndv()
942 if (tiap->PROVIDER_flag & (SENDZERO|OLD_SENDZERO)) in _t_create()
425 #define OLD_SENDZERO 0x1000 /* reserved for compatibility with */ macro