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

  /src/sbin/mbrlabel/
mbrlabel.c 63 static u_int32_t getlong(void *);
109 getlong(void *p) function in typeref:typename:u_int32_t
164 npe.p_size = getlong(&parts[i].mbrp_size);
165 npe.p_offset = getlong(&parts[i].mbrp_start) + off;
264 poff = getlong(&parts[i].mbrp_start) + extoff;
mbrlabel.c 63 static u_int32_t getlong(void *);
109 getlong(void *p) function in typeref:typename:u_int32_t
164 npe.p_size = getlong(&parts[i].mbrp_size);
165 npe.p_offset = getlong(&parts[i].mbrp_start) + off;
264 poff = getlong(&parts[i].mbrp_start) + extoff;

Completed in 21 milliseconds