Searched refs:cmd (Results 126 - 150 of 279) sorted by relevance

1234567891011>>

/macosx-10.5.8/xnu-1228.15.4/osfmk/default_pager/
H A DMakefile.template1 export MakeInc_cmd=${SRCROOT}/makedefs/MakeInc.cmd
/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/
H A DpmCPU.h60 int (*pmCPUControl)(uint32_t cmd, void *datap);
111 int pmCPUControl(uint32_t cmd, void *datap);
/macosx-10.5.8/xnu-1228.15.4/pexpert/conf/
H A DMakefile.template18 export MakeInc_cmd=${SRCROOT}/makedefs/MakeInc.cmd
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/i386/
H A Dfbt_x86.c397 struct load_command *cmd; local
429 cmd = (struct load_command *) &mh[1];
431 if (cmd->cmd == LC_SEGMENT) {
432 struct segment_command *orig_sg = (struct segment_command *) cmd;
441 else if (cmd->cmd == LC_SYMTAB)
442 orig_st = (struct symtab_command *) cmd;
444 cmd = (struct load_command *) ((caddr_t) cmd
[all...]
H A Dcons.c57 int cnioctl(__unused dev_t dev, int cmd, caddr_t addr, int flg, struct proc *p);
151 cnioctl(__unused dev_t dev, int cmd, caddr_t addr, int flag, struct proc *p) argument
167 if ((unsigned) cmd == TIOCCONS && constty) {
176 error = (*cdevsw[major(device)].d_ioctl)(device, cmd, addr, flag, p);
/macosx-10.5.8/xnu-1228.15.4/bsd/net/
H A Dif.c126 static int ifconf(u_long cmd, user_addr_t ifrp, int * ret_space);
942 link_rtrequest(int cmd, struct rtentry *rt, struct sockaddr *sa) argument
948 if (cmd != RTM_ADD || ((ifa = rt->rt_ifa) == 0) ||
955 ifa->ifa_rtrequest(cmd, rt, sa);
1153 ifioctl(struct socket *so, u_long cmd, caddr_t data, struct proc *p) argument
1163 switch (cmd) {
1173 return (ifconf(cmd, user_addr, &ifc->ifc_len));
1178 switch (cmd) {
1184 return ((cmd == SIOCIFCREATE) ?
1204 switch (cmd) {
1517 ifioctllocked(struct socket *so, u_long cmd, caddr_t data, struct proc *p) argument
1591 ifconf(u_long cmd, user_addr_t ifrp, int * ret_space) argument
[all...]
/macosx-10.5.8/xnu-1228.15.4/
H A DMakefile17 export MakeInc_cmd=${VERSDIR}/makedefs/MakeInc.cmd
/macosx-10.5.8/xnu-1228.15.4/bsd/
H A DMakefile1 export MakeInc_cmd=${SRCROOT}/makedefs/MakeInc.cmd
/macosx-10.5.8/xnu-1228.15.4/bsd/conf/tools/doconf/
H A DMakefile1 export MakeInc_cmd=${SRCROOT}/makedefs/MakeInc.cmd
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/ppc/
H A Dkm.c172 kmioctl( __unused dev_t dev, u_long cmd, caddr_t data, int flag, argument
179 switch (cmd) {
204 error = (*linesw[tp->t_line].l_ioctl)(tp, cmd, data, flag, p);
207 return ttioctl (tp, cmd, data, flag, p);
/macosx-10.5.8/xnu-1228.15.4/bsd/i386/
H A DMakefile1 export MakeInc_cmd=${SRCROOT}/makedefs/MakeInc.cmd
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_xxx.c100 AUDIT_ARG(cmd, uap->opt);
/macosx-10.5.8/xnu-1228.15.4/bsd/machine/
H A DMakefile1 export MakeInc_cmd=${SRCROOT}/makedefs/MakeInc.cmd
/macosx-10.5.8/xnu-1228.15.4/bsd/man/man3/
H A DMakefile1 export MakeInc_cmd=${SRCROOT}/makedefs/MakeInc.cmd
/macosx-10.5.8/xnu-1228.15.4/bsd/netat/
H A DMakefile1 export MakeInc_cmd=${SRCROOT}/makedefs/MakeInc.cmd
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A DMakefile1 export MakeInc_cmd=${SRCROOT}/makedefs/MakeInc.cmd
H A Dip_fw2.h203 #define F_LEN(cmd) ((cmd)->len & F_LEN_MASK)
322 * r->cmd is the start of the first instruction.
329 * first instruction (at r->cmd) MUST BE an O_PROBE_STATE
349 u_int16_t cmd_len; /* # of 32-bit words in cmd */
364 ipfw_insn cmd[1]; /* storage for commands */ member in struct:ip_fw
368 (ipfw_insn *)( (u_int32_t *)((rule)->cmd) + ((rule)->act_ofs) )
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet6/
H A DMakefile1 export MakeInc_cmd=${SRCROOT}/makedefs/MakeInc.cmd
/macosx-10.5.8/xnu-1228.15.4/bsd/ppc/
H A DMakefile1 export MakeInc_cmd=${SRCROOT}/makedefs/MakeInc.cmd
/macosx-10.5.8/xnu-1228.15.4/iokit/IOKit/
H A DMakefile1 export MakeInc_cmd=${SRCROOT}/makedefs/MakeInc.cmd
/macosx-10.5.8/xnu-1228.15.4/iokit/IOKit/pwr_mgt/
H A DMakefile1 export MakeInc_cmd=${SRCROOT}/makedefs/MakeInc.cmd
/macosx-10.5.8/xnu-1228.15.4/iokit/conf/tools/doconf/
H A DMakefile1 export MakeInc_cmd=${SRCROOT}/makedefs/MakeInc.cmd
/macosx-10.5.8/xnu-1228.15.4/libkern/conf/tools/doconf/
H A DMakefile1 export MakeInc_cmd=${SRCROOT}/makedefs/MakeInc.cmd
/macosx-10.5.8/xnu-1228.15.4/libkern/libkern/
H A DMakefile1 export MakeInc_cmd=${SRCROOT}/makedefs/MakeInc.cmd
/macosx-10.5.8/xnu-1228.15.4/libkern/libkern/c++/
H A DMakefile1 export MakeInc_cmd=${SRCROOT}/makedefs/MakeInc.cmd

Completed in 173 milliseconds

1234567891011>>