HomeSort by: relevance | last modified time | path
    Searched defs:get_fstype (Results 1 - 3 of 3) sorted by relevancy

  /src/distrib/utils/edlabel/
edlabel.c 81 void get_fstype(char *, u_int8_t *);
245 get_fstype(char *buf, u_int8_t *fstype) function in typeref:typename:void
317 get_fstype(tmpbuf, &p->p_fstype);
  /src/sys/arch/hp300/stand/inst/
inst.c 93 void get_fstype(struct disklabel *lp, int);
296 get_fstype(struct disklabel *lp, int partno) function in typeref:typename:void
427 get_fstype(lp, i);
  /src/usr.sbin/makefs/
makefs.c 92 static fstype_t *get_fstype(const char *);
111 if ((fstype = get_fstype(DEFAULT_FSTYPE)) == NULL)
252 if ((fstype = get_fstype(optarg)) == NULL)
454 get_fstype(const char *type) function in typeref:typename:fstype_t *

Completed in 27 milliseconds