bin/cpdup/hclink.h
93
hctransaction_t hcc_start_command(struct HostConf *hc, int16_t cmd);
bin/cpdup/hcproto.c
1023
trans = hcc_start_command(hc, HC_WRITE);
bin/cpdup/hcproto.c
1103
trans = hcc_start_command(hc, HC_REMOVE);
bin/cpdup/hcproto.c
1145
trans = hcc_start_command(hc, HC_MKDIR);
bin/cpdup/hcproto.c
1195
trans = hcc_start_command(hc, HC_RMDIR);
bin/cpdup/hcproto.c
1247
trans = hcc_start_command(hc, HC_CHOWN);
bin/cpdup/hcproto.c
1314
trans = hcc_start_command(hc, HC_LCHOWN);
bin/cpdup/hcproto.c
1373
trans = hcc_start_command(hc, HC_CHMOD);
bin/cpdup/hcproto.c
1394
trans = hcc_start_command(hc, HC_LCHMOD);
bin/cpdup/hcproto.c
1453
trans = hcc_start_command(hc, HC_MKNOD);
bin/cpdup/hcproto.c
150
trans = hcc_start_command(hc, HC_HELLO);
bin/cpdup/hcproto.c
1508
trans = hcc_start_command(hc, HC_LINK);
bin/cpdup/hcproto.c
1566
trans = hcc_start_command(hc, HC_CHFLAGS);
bin/cpdup/hcproto.c
1594
trans = hcc_start_command(hc, HC_LCHFLAGS);
bin/cpdup/hcproto.c
1653
trans = hcc_start_command(hc, HC_READLINK);
bin/cpdup/hcproto.c
1710
trans = hcc_start_command(hc, HC_UMASK);
bin/cpdup/hcproto.c
1754
trans = hcc_start_command(hc, HC_SYMLINK);
bin/cpdup/hcproto.c
1804
trans = hcc_start_command(hc, HC_RENAME);
bin/cpdup/hcproto.c
1855
trans = hcc_start_command(hc, HC_UTIMES);
bin/cpdup/hcproto.c
1882
trans = hcc_start_command(hc, HC_LUTIMES);
bin/cpdup/hcproto.c
1956
trans = hcc_start_command(hc, HC_GETEUID);
bin/cpdup/hcproto.c
2011
trans = hcc_start_command(hc, HC_GETGROUPS);
bin/cpdup/hcproto.c
228
trans = hcc_start_command(hc, HC_STAT);
bin/cpdup/hcproto.c
246
trans = hcc_start_command(hc, HC_LSTAT);
bin/cpdup/hcproto.c
416
trans = hcc_start_command(hc, HC_OPENDIR);
bin/cpdup/hcproto.c
437
trans = hcc_start_command(hc, HC_SCANDIR);
bin/cpdup/hcproto.c
492
trans = hcc_start_command(hc, HC_READDIR);
bin/cpdup/hcproto.c
570
trans = hcc_start_command(hc, HC_CLOSEDIR);
bin/cpdup/hcproto.c
685
trans = hcc_start_command(hc, HC_READFILE);
bin/cpdup/hcproto.c
701
trans = hcc_start_command(hc, HC_OPEN);
bin/cpdup/hcproto.c
811
trans = hcc_start_command(hc, HC_CLOSE);
bin/cpdup/hcproto.c
904
trans = hcc_start_command(hc, HC_READ);