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

  /src/distrib/amiga/floppies/inst/
install.sh 66 getparts() { function
84 setvar $thisunit "$(getparts $thisunit)"
  /src/distrib/amiga/floppies/upgr/
upgrade.sh 64 getparts() { function
82 setvar $thisunit "$(getparts $thisunit)"
  /src/sys/dev/dkwedge/
dkwedge_mbr.c 83 getparts(mbr_args_t *a, uint32_t off, uint32_t extoff) function in typeref:typename:void
168 getparts(a, poff, extoff ? extoff : poff);
186 getparts(&a, MBR_BBSECTOR, 0);
  /src/sbin/svhlabel/
svhlabel.c 65 static int getparts(int, int);
106 getparts(int sd, int verbose) function in typeref:typename:int
336 changed = getparts(sd, verbose);
  /src/sbin/apmlabel/
apmlabel.c 61 static int getparts(int, int);
101 getparts(int sd, int verbose) function in typeref:typename:int
338 changed = getparts(sd, verbose);
  /src/sbin/mbrlabel/
mbrlabel.c 61 static int getparts(int, u_int32_t, u_int32_t, int);
117 getparts(int sd, u_int32_t off, u_int32_t extoff, int verbose) function in typeref:typename:int
265 changed += getparts(sd, poff,
343 changed = getparts(sd, sector, 0, verbose);

Completed in 30 milliseconds