Searched refs:_da (Results 1 – 1 of 1) sorted by relevance
44 #define daf (_da->_daf)45 #define interpdevalloc (_da->_interpdevalloc)46 #define interpdaline (_da->_interpdaline)47 #define DEVALLOC_FILE (_da->_DEVALLOC)177 struct _dabuff *_da = __dabuff; in _daalloc() local179 if (_da == NULL) { in _daalloc()180 _da = (struct _dabuff *)calloc((unsigned)1, in _daalloc()182 if (_da == NULL) in _daalloc()186 __dabuff = _da; in _daalloc()232 struct _dabuff *_da = _daalloc(); in setdaent() local[all …]