Symbol: HCHead
bin/cpdup/hclink.c
13
static void hcc_start_reply(hctransaction_t trans, struct HCHead *rhead);
bin/cpdup/hclink.c
14
static int hcc_finish_reply(hctransaction_t trans, struct HCHead *head);
bin/cpdup/hclink.c
151
struct HCHead *
bin/cpdup/hclink.c
154
struct HCHead tmp;
bin/cpdup/hclink.c
164
while (n < (int)sizeof(struct HCHead)) {
bin/cpdup/hclink.c
165
r = read(hc->fdin, (char *)&tmp + n, sizeof(struct HCHead) - n);
bin/cpdup/hclink.c
212
struct HCHead *whead;
bin/cpdup/hclink.c
232
hcc_start_reply(hctransaction_t trans, struct HCHead *rhead)
bin/cpdup/hclink.c
234
struct HCHead *whead = (void *)trans->wbuf;
bin/cpdup/hclink.c
249
struct HCHead *
bin/cpdup/hclink.c
253
struct HCHead *whead;
bin/cpdup/hclink.c
254
struct HCHead *rhead;
bin/cpdup/hclink.c
307
hcc_finish_reply(hctransaction_t trans, struct HCHead *head)
bin/cpdup/hclink.c
309
struct HCHead *whead;
bin/cpdup/hclink.c
388
hcc_check_space(hctransaction_t trans, struct HCHead *head, int n, int size)
bin/cpdup/hclink.c
392
struct HCHead *whead = (void *)trans->wbuf;
bin/cpdup/hclink.c
464
hcc_nextitem(hctransaction_t trans, struct HCHead *head, struct HCLeaf *item)
bin/cpdup/hclink.c
499
hcc_nextchaineditem(struct HostConf *hc, struct HCHead *head)
bin/cpdup/hclink.c
516
hcc_currentchaineditem(struct HostConf *hc, struct HCHead *head)
bin/cpdup/hclink.c
529
hcc_debug_dump(hctransaction_t trans, struct HCHead *head)
bin/cpdup/hclink.c
76
rc_badop(hctransaction_t trans __unused, struct HCHead *head)
bin/cpdup/hclink.c
86
struct HCHead *head;
bin/cpdup/hclink.c
88
int (*dispatch[256])(hctransaction_t, struct HCHead *);
bin/cpdup/hclink.h
105
struct HCLeaf *hcc_nextitem(hctransaction_t trans, struct HCHead *head, struct HCLeaf *item);
bin/cpdup/hclink.h
107
struct HCLeaf *hcc_nextchaineditem(struct HostConf *hc, struct HCHead *head);
bin/cpdup/hclink.h
108
struct HCLeaf *hcc_currentchaineditem(struct HostConf *hc, struct HCHead *head);
bin/cpdup/hclink.h
110
void hcc_debug_dump(struct HCHead *head);
bin/cpdup/hclink.h
71
int (*func)(hctransaction_t, struct HCHead *);
bin/cpdup/hclink.h
92
struct HCHead *hcc_read_command(struct HostConf *hc, hctransaction_t trans);
bin/cpdup/hclink.h
94
struct HCHead *hcc_finish_command(hctransaction_t trans);
bin/cpdup/hclink.h
99
int hcc_check_space(hctransaction_t trans, struct HCHead *head, int n, int size);
bin/cpdup/hcproto.c
1004
struct HCHead *head;
bin/cpdup/hcproto.c
1049
rc_write(hctransaction_t trans, struct HCHead *head)
bin/cpdup/hcproto.c
1091
struct HCHead *head;
bin/cpdup/hcproto.c
11
static int hc_decode_stat(hctransaction_t trans, struct stat *, struct HCHead *);
bin/cpdup/hcproto.c
1113
rc_remove(hctransaction_t trans, struct HCHead *head)
bin/cpdup/hcproto.c
1138
struct HCHead *head;
bin/cpdup/hcproto.c
1156
rc_mkdir(hctransaction_t trans, struct HCHead *head)
bin/cpdup/hcproto.c
1188
struct HCHead *head;
bin/cpdup/hcproto.c
1205
rc_rmdir(hctransaction_t trans, struct HCHead *head)
bin/cpdup/hcproto.c
1232
struct HCHead *head;
bin/cpdup/hcproto.c
1259
rc_chown(hctransaction_t trans, struct HCHead *head)
bin/cpdup/hcproto.c
1299
struct HCHead *head;
bin/cpdup/hcproto.c
1326
rc_lchown(hctransaction_t trans, struct HCHead *head)
bin/cpdup/hcproto.c
1366
struct HCHead *head;
bin/cpdup/hcproto.c
138
struct HCHead *head;
bin/cpdup/hcproto.c
1387
struct HCHead *head;
bin/cpdup/hcproto.c
1405
rc_chmod(hctransaction_t trans, struct HCHead *head)
bin/cpdup/hcproto.c
1440
struct HCHead *head;
bin/cpdup/hcproto.c
1465
rc_mknod(hctransaction_t trans, struct HCHead *head)
bin/cpdup/hcproto.c
15
static int rc_hello(hctransaction_t trans, struct HCHead *);
bin/cpdup/hcproto.c
1501
struct HCHead *head;
bin/cpdup/hcproto.c
1519
rc_link(hctransaction_t trans, struct HCHead *head)
bin/cpdup/hcproto.c
1552
struct HCHead *head;
bin/cpdup/hcproto.c
1580
struct HCHead *head;
bin/cpdup/hcproto.c
16
static int rc_stat(hctransaction_t trans, struct HCHead *);
bin/cpdup/hcproto.c
1605
rc_chflags(hctransaction_t trans, struct HCHead *head)
bin/cpdup/hcproto.c
1646
struct HCHead *head;
bin/cpdup/hcproto.c
1675
rc_readlink(hctransaction_t trans, struct HCHead *head)
bin/cpdup/hcproto.c
17
static int rc_lstat(hctransaction_t trans, struct HCHead *);
bin/cpdup/hcproto.c
1702
struct HCHead *head;
bin/cpdup/hcproto.c
1726
rc_umask(hctransaction_t trans, struct HCHead *head)
bin/cpdup/hcproto.c
1747
struct HCHead *head;
bin/cpdup/hcproto.c
1765
rc_symlink(hctransaction_t trans, struct HCHead *head)
bin/cpdup/hcproto.c
1797
struct HCHead *head;
bin/cpdup/hcproto.c
18
static int rc_opendir(hctransaction_t trans, struct HCHead *);
bin/cpdup/hcproto.c
1815
rc_rename(hctransaction_t trans, struct HCHead *head)
bin/cpdup/hcproto.c
1847
struct HCHead *head;
bin/cpdup/hcproto.c
1874
struct HCHead *head;
bin/cpdup/hcproto.c
1898
rc_utimes(hctransaction_t trans, struct HCHead *head)
bin/cpdup/hcproto.c
19
static int rc_readdir(hctransaction_t trans, struct HCHead *);
bin/cpdup/hcproto.c
1944
struct HCHead *head;
bin/cpdup/hcproto.c
195
rc_hello(hctransaction_t trans, struct HCHead *head)
bin/cpdup/hcproto.c
1967
rc_geteuid(hctransaction_t trans, struct HCHead *head __unused)
bin/cpdup/hcproto.c
1996
struct HCHead *head;
bin/cpdup/hcproto.c
20
static int rc_closedir(hctransaction_t trans, struct HCHead *);
bin/cpdup/hcproto.c
2041
rc_getgroups(hctransaction_t trans, struct HCHead *head __unused)
bin/cpdup/hcproto.c
21
static int rc_scandir(hctransaction_t trans, struct HCHead *);
bin/cpdup/hcproto.c
22
static int rc_open(hctransaction_t trans, struct HCHead *);
bin/cpdup/hcproto.c
222
struct HCHead *head;
bin/cpdup/hcproto.c
23
static int rc_close(hctransaction_t trans, struct HCHead *);
bin/cpdup/hcproto.c
24
static int rc_read(hctransaction_t trans, struct HCHead *);
bin/cpdup/hcproto.c
240
struct HCHead *head;
bin/cpdup/hcproto.c
25
static int rc_readfile(hctransaction_t trans, struct HCHead *);
bin/cpdup/hcproto.c
256
hc_decode_stat(hctransaction_t trans, struct stat *st, struct HCHead *head)
bin/cpdup/hcproto.c
26
static int rc_write(hctransaction_t trans, struct HCHead *);
bin/cpdup/hcproto.c
27
static int rc_remove(hctransaction_t trans, struct HCHead *);
bin/cpdup/hcproto.c
28
static int rc_mkdir(hctransaction_t trans, struct HCHead *);
bin/cpdup/hcproto.c
29
static int rc_rmdir(hctransaction_t trans, struct HCHead *);
bin/cpdup/hcproto.c
30
static int rc_chown(hctransaction_t trans, struct HCHead *);
bin/cpdup/hcproto.c
31
static int rc_lchown(hctransaction_t trans, struct HCHead *);
bin/cpdup/hcproto.c
32
static int rc_chmod(hctransaction_t trans, struct HCHead *);
bin/cpdup/hcproto.c
33
static int rc_mknod(hctransaction_t trans, struct HCHead *);
bin/cpdup/hcproto.c
330
rc_stat(hctransaction_t trans, struct HCHead *head)
bin/cpdup/hcproto.c
34
static int rc_link(hctransaction_t trans, struct HCHead *);
bin/cpdup/hcproto.c
348
rc_lstat(hctransaction_t trans, struct HCHead *head)
bin/cpdup/hcproto.c
36
static int rc_chflags(hctransaction_t trans, struct HCHead *);
bin/cpdup/hcproto.c
38
static int rc_readlink(hctransaction_t trans, struct HCHead *);
bin/cpdup/hcproto.c
39
static int rc_umask(hctransaction_t trans, struct HCHead *);
bin/cpdup/hcproto.c
40
static int rc_symlink(hctransaction_t trans, struct HCHead *);
bin/cpdup/hcproto.c
406
struct HCHead *head;
bin/cpdup/hcproto.c
41
static int rc_rename(hctransaction_t trans, struct HCHead *);
bin/cpdup/hcproto.c
42
static int rc_utimes(hctransaction_t trans, struct HCHead *);
bin/cpdup/hcproto.c
43
static int rc_geteuid(hctransaction_t trans, struct HCHead *);
bin/cpdup/hcproto.c
44
static int rc_getgroups(hctransaction_t trans, struct HCHead *);
bin/cpdup/hcproto.c
445
rc_opendir(hctransaction_t trans, struct HCHead *head)
bin/cpdup/hcproto.c
474
struct HCHead *head;
bin/cpdup/hcproto.c
533
rc_readdir(hctransaction_t trans, struct HCHead *head)
bin/cpdup/hcproto.c
558
struct HCHead *head;
bin/cpdup/hcproto.c
594
rc_closedir(hctransaction_t trans, struct HCHead *head)
bin/cpdup/hcproto.c
617
rc_scandir(hctransaction_t trans, struct HCHead *head)
bin/cpdup/hcproto.c
668
struct HCHead *head;
bin/cpdup/hcproto.c
726
rc_open(hctransaction_t trans, struct HCHead *head)
bin/cpdup/hcproto.c
788
struct HCHead *head;
bin/cpdup/hcproto.c
824
rc_close(hctransaction_t trans, struct HCHead *head)
bin/cpdup/hcproto.c
858
struct HCHead *head;
bin/cpdup/hcproto.c
932
rc_read(hctransaction_t trans, struct HCHead *head)
bin/cpdup/hcproto.c
965
rc_readfile(hctransaction_t trans, struct HCHead *head)