Searched refs:cmds (Results 1 – 4 of 4) sorted by relevance
127 struct load_command * cmds; in main() local182 cmds = (typeof(cmds))(hdr + 1); in main()191 cmds = (typeof(cmds))(hdr64 + 1); in main()204 cmdtype = cmds->cmd; in main()214 segcmd = (typeof(segcmd))cmds; in main()224 segcmd = (typeof(segcmd))cmds; in main()254 len = cmds->cmdsize; in main()258 cmds = (typeof(cmds))(((uintptr_t) cmds) + len); in main()
490 cmds = list(lldb_command_documentation.keys())491 cmds.sort()492 for cmd in cmds:
644 int (*vfs_quotactl)(struct mount *mp, int cmds, uid_t uid, caddr_t arg, vfs_context_t context);
4718 __unused int cmds, in nfs_vfs_quotactl() argument5024 nfs_vfs_quotactl(mount_t mp, int cmds, uid_t uid, caddr_t datap, vfs_context_t ctx) in nfs_vfs_quotactl() argument5042 cmd = cmds >> SUBCMDSHIFT; in nfs_vfs_quotactl()5057 type = cmds & SUBCMDMASK; in nfs_vfs_quotactl()