Searched refs:getlong (Results 1 – 3 of 3) sorted by relevance
91 static int getlong(uchar_t **);102 static int getlong();135 partp->relsect = getlong((uchar_t **)&bootptr); in fill_ipart()136 partp->numsect = getlong((uchar_t **)&bootptr); in fill_ipart()178 getlong(uchar_t **bp) in getlong() function
91 getlong(uchar_t *p) in getlong() function354 getlong(data)); in interpret_netbios_ns()
675 uint32_t getlong(char **bp);3984 partp->relsect = (int32_t)getlong(&bootptr);3985 partp->numsect = (int32_t)getlong(&bootptr);4007 getlong(char **bp) function