Searched refs:dafp (Results 1 - 1 of 1) sorted by relevance
/osnet-11/usr/src/lib/libdevalloc/common/ |
H A D | libdevalloc.c | 1053 _write_device_allocate(char *odevalloc, FILE *dafp, strentry_t *head_devallocp) argument 1059 (void) fseek(dafp, (off_t)0, SEEK_SET); 1070 (void) fputs(DA_OFF_STR, dafp); 1072 (void) fputs(DA_ON_STR, dafp); 1076 (void) fputs(tmp_str->se_str, dafp); 1077 (void) fputs("\n", dafp); 1290 * writes the file pointer of opened file in the input args - dafp, dmfp. 1295 da_open_devdb(char *rootdir, FILE **dafp, FILE **dmfp, int flag) argument 1306 if ((dafp == NULL) && (dmfp == NULL)) 1320 if ((dafp 1400 _record_on_off(da_args *dargs, FILE *tafp, FILE *dafp) argument 1565 FILE *tafp = NULL, *tmfp = NULL, *dafp = NULL; local [all...] |
Completed in 22 milliseconds