Searched refs:_da (Results 1 – 1 of 1) sorted by relevance
42 #define daf (_da->_daf)43 #define interpdevalloc (_da->_interpdevalloc)44 #define interpdaline (_da->_interpdaline)45 #define DEVALLOC_FILE (_da->_DEVALLOC)175 struct _dabuff *_da = __dabuff; in _daalloc() local177 if (_da == NULL) { in _daalloc()178 _da = (struct _dabuff *)calloc((unsigned)1, in _daalloc()180 if (_da == NULL) in _daalloc()184 __dabuff = _da; in _daalloc()230 struct _dabuff *_da = _daalloc(); in setdaent() local[all …]