OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:spt
(Results
1 - 4
of
4
) 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
...]
/external/qemu-pc-bios/bochs/bios/
rombios.c
631
Bit16u
spt
; // # sectors / track
member in struct:__anon10110
759
Bit32u
spt
;
member in struct:__anon10118
2572
Bit16u cylinders, heads,
spt
, blksize;
local
5809
Bit16u cylinders, heads,
spt
, blksize;
local
[
all
...]
Completed in 184 milliseconds