Lines Matching defs:strentry_t
68 } strentry_t;
361 static strentry_t *
364 strentry_t *sep;
366 if ((sep = (strentry_t *)malloc(sizeof (strentry_t))) == NULL)
457 static strentry_t *
460 strentry_t *sep;
462 if ((sep = (strentry_t *)malloc(sizeof (strentry_t))) == NULL)
502 static strentry_t *
505 strentry_t *sep;
507 if ((sep = (strentry_t *)malloc(sizeof (strentry_t))) == NULL)
526 _build_defattrs(da_args *dargs, strentry_t **head_defent)
530 strentry_t *tail_str, *tmp_str;
656 _rebuild_lists(da_args *dargs, strentry_t **head_devallocp,
657 strentry_t **head_devmapp)
662 strentry_t *tail_str;
663 strentry_t *tmp_str;
898 _build_lists(da_args *dargs, strentry_t **head_devallocp,
899 strentry_t **head_devmapp)
905 strentry_t *tail_str;
906 strentry_t *tmp_str;
978 _write_defattrs(FILE *fp, strentry_t *head_defent)
980 strentry_t *tmp_str;
996 _write_device_allocate(char *odevalloc, FILE *dafp, strentry_t *head_devallocp)
999 strentry_t *tmp_str, *old_str;
1033 _write_device_maps(FILE *dmfp, strentry_t *head_devmapp)
1035 strentry_t *tmp_str, *old_str;
1439 strentry_t *head_defent = NULL;
1511 strentry_t *head_devmapp = NULL;
1512 strentry_t *head_devallocp = NULL;