Lines Matching refs:hcc_start_command
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()
904 trans = hcc_start_command(hc, HC_READ); in hc_read()
1023 trans = hcc_start_command(hc, HC_WRITE); in hc_write()
1103 trans = hcc_start_command(hc, HC_REMOVE); in hc_remove()
1145 trans = hcc_start_command(hc, HC_MKDIR); in hc_mkdir()
1195 trans = hcc_start_command(hc, HC_RMDIR); in hc_rmdir()
1247 trans = hcc_start_command(hc, HC_CHOWN); in hc_chown()
1314 trans = hcc_start_command(hc, HC_LCHOWN); in hc_lchown()
1373 trans = hcc_start_command(hc, HC_CHMOD); in hc_chmod()
1394 trans = hcc_start_command(hc, HC_LCHMOD); in hc_lchmod()
1453 trans = hcc_start_command(hc, HC_MKNOD); in hc_mknod()
1508 trans = hcc_start_command(hc, HC_LINK); in hc_link()
1566 trans = hcc_start_command(hc, HC_CHFLAGS); in hc_chflags()
1594 trans = hcc_start_command(hc, HC_LCHFLAGS); in hc_lchflags()
1653 trans = hcc_start_command(hc, HC_READLINK); in hc_readlink()
1710 trans = hcc_start_command(hc, HC_UMASK); in hc_umask()
1754 trans = hcc_start_command(hc, HC_SYMLINK); in hc_symlink()
1804 trans = hcc_start_command(hc, HC_RENAME); in hc_rename()
1855 trans = hcc_start_command(hc, HC_UTIMES); in hc_utimes()
1882 trans = hcc_start_command(hc, HC_LUTIMES); in hc_lutimes()
1956 trans = hcc_start_command(hc, HC_GETEUID); in hc_geteuid()
2011 trans = hcc_start_command(hc, HC_GETGROUPS); in hc_getgroups()