Searched refs:hcc_start_command (Results 1 – 3 of 3) sorted by relevance
/dflybsd-src/bin/cpdup/ |
H A D | hcproto.c | 150 trans = hcc_start_command(hc, HC_HELLO); in hc_hello() 228 trans = hcc_start_command(hc, HC_STAT); in hc_stat() 246 trans = hcc_start_command(hc, HC_LSTAT); in hc_lstat() 416 trans = hcc_start_command(hc, HC_OPENDIR); in hc_opendir() 437 trans = hcc_start_command(hc, HC_SCANDIR); in hc_opendir() 492 trans = hcc_start_command(hc, HC_READDIR); in hc_readdir() 570 trans = hcc_start_command(hc, HC_CLOSEDIR); in hc_closedir() 685 trans = hcc_start_command(hc, HC_READFILE); in hc_open() 701 trans = hcc_start_command(hc, HC_OPEN); in hc_open() 811 trans = hcc_start_command(hc, HC_CLOSE); in hc_close() [all …]
|
H A D | hclink.h | 93 hctransaction_t hcc_start_command(struct HostConf *hc, int16_t cmd);
|
H A D | hclink.c | 210 hcc_start_command(struct HostConf *hc, int16_t cmd) in hcc_start_command() function
|