Home
last modified time | relevance | path

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

/xnu-10002.41.9/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-10002.41.9/tools/lldbmacros/
H A Dxnu.py655 cmds = list(lldb_command_documentation.keys())
656 cmds.sort()
657 for cmd in cmds:
/xnu-10002.41.9/bsd/sys/
H A Dmount.h641 int (*vfs_quotactl)(struct mount *mp, int cmds, uid_t uid, caddr_t arg, vfs_context_t context);