Home
last modified time | relevance | path

Searched refs:cmds (Results 1 – 3 of 3) sorted by relevance

/xnu-8792.61.2/SETUP/setsegname/
H A Dsetsegname.c127 struct load_command * cmds; in main() local
182 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()
/xnu-8792.61.2/tools/lldbmacros/
H A Dxnu.py500 cmds = list(lldb_command_documentation.keys())
501 cmds.sort()
502 for cmd in cmds:
/xnu-8792.61.2/bsd/sys/
H A Dmount.h645 int (*vfs_quotactl)(struct mount *mp, int cmds, uid_t uid, caddr_t arg, vfs_context_t context);