Searched defs:dafp (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libbsm/common/
H A Ddevalloc.c996 _write_device_allocate(char *odevalloc, FILE *dafp, strentry_t *head_devallocp) argument
1002 (void) fseek(dafp, (off_t)0, SEEK_SET);
1013 (void) fputs(DA_OFF_STR, dafp);
1015 (void) fputs(DA_ON_STR, dafp);
1019 (void) fputs(tmp_str->se_str, dafp);
1020 (void) fputs("\n", dafp);
1233 * writes the file pointer of opened file in the input args - dafp, dmfp.
1238 da_open_devdb(char *rootdir, FILE **dafp, FILE **dmfp, int flag) argument
1249 if ((dafp == NULL) && (dmfp == NULL))
1263 if ((dafp
1343 _record_on_off(da_args *dargs, FILE *tafp, FILE *dafp) argument
1508 FILE *tafp = NULL, *tmfp = NULL, *dafp = NULL; local
[all...]

Completed in 79 milliseconds