HomeSort by relevance Sort by last modified time
    Searched refs:spt (Results 1 - 3 of 3) sorted by null

  /external/qemu/slirp/
tftp.c 42 static void tftp_session_update(struct tftp_session *spt)
44 spt->timestamp = curtime;
45 spt->in_use = 1;
48 static void tftp_session_terminate(struct tftp_session *spt)
50 spt->in_use = 0;
55 struct tftp_session *spt; local
59 spt = &tftp_sessions[k];
61 if (!spt->in_use)
65 if ((int)(curtime - spt->timestamp) > 5000)
72 memset(spt, 0, sizeof(*spt))
83 struct tftp_session *spt; local
278 struct tftp_session *spt; local
    [all...]
  /external/qemu/slirp-android/
tftp.c 42 static void tftp_session_update(struct tftp_session *spt)
44 spt->timestamp = curtime;
45 spt->in_use = 1;
48 static void tftp_session_terminate(struct tftp_session *spt)
50 spt->in_use = 0;
55 struct tftp_session *spt; local
59 spt = &tftp_sessions[k];
61 if (!spt->in_use)
65 if ((int)(curtime - spt->timestamp) > 5000)
72 memset(spt, 0, sizeof(*spt))
83 struct tftp_session *spt; local
284 struct tftp_session *spt; local
    [all...]
  /system/core/toolbox/
newfs_msdos.c 120 u_int8_t spt[2]; /* sectors per track */ member in struct:bsbpb
164 u_int spt; /* sectors per track */ member in struct:bpb
407 bpb.spt = opt_u;
421 delta = bpb.bsec % bpb.spt;
424 (int)delta, bpb.bsec, bpb.spt);
650 mk2(bsbpb->spt, bpb.spt);
817 bpb->spt = geom.sectors;
818 ckgeom(fname, bpb->spt, "sectors/track");
873 if (bpb->spt == 0 && ioctl(fd, DIOCGFWSECTORS, &dlp.d_nsectors) == -1)
    [all...]

Completed in 34 milliseconds