Home | History | Annotate | Download | only in plat-mac

Lines Matching refs:rec

272 def mkppcportrec(rec):
273 namescript = getword(rec[:2])
274 name = getpstr(rec[2:2+33])
275 portkind = getword(rec[36:38])
277 ctor = rec[38:42]
278 type = rec[42:46]
281 identity = getpstr(rec[38:38+33])
284 def mklocationnamerec(rec):
285 kind = getword(rec[:2])
286 stuff = rec[2:]