sbin/jscan/jfile.c
130
jf = malloc(sizeof(struct jfile));
sbin/jscan/jfile.c
131
bzero(jf, sizeof(struct jfile));
sbin/jscan/jfile.c
157
struct jfile *jf;
sbin/jscan/jfile.c
199
jclose(struct jfile *jf)
sbin/jscan/jfile.c
222
jread(struct jfile *jf, struct jdata *jd, enum jdirection direction)
sbin/jscan/jfile.c
40
static void jalign(struct jfile *jf, enum jdirection direction);
sbin/jscan/jfile.c
41
static int jreadbuf(struct jfile *jf, enum jdirection direction,
sbin/jscan/jfile.c
49
struct jfile *
sbin/jscan/jfile.c
52
struct jfile *jf;
sbin/jscan/jfile.c
54
jf = malloc(sizeof(struct jfile));
sbin/jscan/jfile.c
55
bzero(jf, sizeof(struct jfile));
sbin/jscan/jfile.c
575
jwrite(struct jfile *jf, struct jdata *jd)
sbin/jscan/jfile.c
637
jseek(struct jfile *jf, int64_t transid, enum jdirection direction)
sbin/jscan/jfile.c
68
struct jfile *
sbin/jscan/jfile.c
71
struct jfile *jf;
sbin/jscan/jfile.c
734
jfree(struct jfile *jf __unused, struct jdata *jd)
sbin/jscan/jfile.c
747
jalign(struct jfile *jf, enum jdirection direction)
sbin/jscan/jfile.c
768
jreadbuf(struct jfile *jf, enum jdirection direction, void *buf, int bytes)
sbin/jscan/jscan.c
415
fork_subprocess(struct jfile *jftoclose,
sbin/jscan/jscan.c
416
void (*func)(struct jfile *, const char *, const char *, int64_t),
sbin/jscan/jscan.c
421
struct jfile *jf;
sbin/jscan/jscan.c
439
jscan_do_output(struct jfile *jf, const char *output_transid_file, const char *dummy __unused, int64_t transid)
sbin/jscan/jscan.c
470
jscan_do_mirror(struct jfile *jf, const char *mirror_transid_file, const char *mirror_directory, int64_t transid)
sbin/jscan/jscan.c
50
static void jscan_do_output(struct jfile *, const char *,
sbin/jscan/jscan.c
502
jscan_do_record(struct jfile *jfin, const char *record_transid_file, const char *prefix, int64_t transid)
sbin/jscan/jscan.c
52
static void jscan_do_mirror(struct jfile *, const char *,
sbin/jscan/jscan.c
54
static void jscan_do_record(struct jfile *, const char *,
sbin/jscan/jscan.c
541
jscan_do_debug(struct jfile *jf, const char *dummy1 __unused,
sbin/jscan/jscan.c
56
static void jscan_do_debug(struct jfile *, const char *,
sbin/jscan/jscan.c
58
static void fork_subprocess(struct jfile *,
sbin/jscan/jscan.c
59
void (*)(struct jfile *, const char *,
sbin/jscan/jscan.c
83
struct jfile *jf;
sbin/jscan/jscan.h
167
void jsession_init(struct jsession *ss, struct jfile *jfin,
sbin/jscan/jscan.h
174
struct jfile *jopen_fd(int fd);
sbin/jscan/jscan.h
175
struct jfile *jopen_prefix(const char *prefix, int rw);
sbin/jscan/jscan.h
176
void jclose(struct jfile *jf);
sbin/jscan/jscan.h
177
struct jdata *jread(struct jfile *jf, struct jdata *jd,
sbin/jscan/jscan.h
179
struct jdata *jseek(struct jfile *jf, int64_t transid,
sbin/jscan/jscan.h
181
void jwrite(struct jfile *jf, struct jdata *jd);
sbin/jscan/jscan.h
183
void jfree(struct jfile *jf, struct jdata *jd);
sbin/jscan/jscan.h
184
void jf_warn(struct jfile *jf, const char *ctl, ...) __printflike(2, 3);
sbin/jscan/jscan.h
75
struct jfile *ss_jfin;
sbin/jscan/jscan.h
76
struct jfile *ss_jfout;
sbin/jscan/jsession.c
40
jsession_init(struct jsession *ss, struct jfile *jfin,
sbin/jscan/jstream.c
260
struct jfile *jf = ss->ss_jfin;
sbin/jscan/subs.c
38
jf_warn(struct jfile *jf, const char *ctl, ...)