Searched refs:dafp (Results 1 – 1 of 1) sorted by relevance
/titanic_50/usr/src/lib/libbsm/common/ |
H A D | devalloc.c | 996 _write_device_allocate(char *odevalloc, FILE *dafp, strentry_t *head_devallocp) in _write_device_allocate() argument 1002 (void) fseek(dafp, (off_t)0, SEEK_SET); in _write_device_allocate() 1013 (void) fputs(DA_OFF_STR, dafp); in _write_device_allocate() 1015 (void) fputs(DA_ON_STR, dafp); in _write_device_allocate() 1019 (void) fputs(tmp_str->se_str, dafp); in _write_device_allocate() 1020 (void) fputs("\n", dafp); in _write_device_allocate() 1238 da_open_devdb(char *rootdir, FILE **dafp, FILE **dmfp, int flag) in da_open_devdb() argument 1249 if ((dafp == NULL) && (dmfp == NULL)) in da_open_devdb() 1263 if ((dafp == NULL) || (flag & DA_MAPS_ONLY)) in da_open_devdb() 1293 *dafp = devfile; in da_open_devdb() [all …]
|