HomeSort by: relevance | last modified time | path
    Searched defs:ncmd (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/compat/freebsd/
freebsd_ioctl.c 63 u_long ocmd, ncmd; local in function:freebsd_to_oss
66 ncmd = ocmd &~ FREEBSD_IOC_DIRMASK;
68 case FREEBSD_IOC_VOID: ncmd |= OSS_IOC_VOID; break;
69 case FREEBSD_IOC_OUT: ncmd |= OSS_IOC_OUT; break;
70 case FREEBSD_IOC_IN: ncmd |= OSS_IOC_IN; break;
71 case FREEBSD_IOC_INOUT: ncmd |= OSS_IOC_INOUT; break;
74 SCARG(rap, com) = ncmd;
85 u_long ocmd, ncmd; local in function:freebsd_to_netbsd_ifioctl
89 ncmd =SIOCALIFADDR;
92 ncmd =SIOCGLIFADDR
    [all...]
  /src/sys/compat/common/
rtsock_70.c 57 int ncmd; local in function:compat_70_rt_newaddrmsg1
64 ncmd = RTM_ONEWADDR;
67 ncmd = RTM_ODELADDR;
70 ncmd = RTM_OCHGADDR;
88 m = rt_msg1(ncmd, &info, &ifam, sizeof(ifam));
if_43.c 86 do_compat_cvtcmd(u_long *ncmd, u_long ocmd)
89 *ncmd = compat_cvtcmd(ocmd);
96 u_long ncmd; local in function:compat_cvtcmd
150 ncmd = ((cmd) & ~(IOCPARM_MASK << IOCPARM_SHIFT)) |
152 switch (ncmd) {
209 return ncmd;
213 MODULE_HOOK_CALL(if43_cvtcmd_20_hook, (ncmd), enosys(),
216 return ncmd;
  /src/sys/net/
rtsock_shared.c 1472 int ncmd; local in function:COMPATNAME
1497 ncmd = RTM_XNEWADDR;
1500 ncmd = RTM_XDELADDR;
1503 ncmd = RTM_XCHGADDR;
1506 ncmd = RTM_XNEWADDR;
1509 ncmd = RTM_XDELADDR;
1512 ncmd = RTM_XCHGADDR;
1518 (ncmd, ifa), __nothing);
1533 m = COMPATNAME(rt_msg1)(ncmd, &info, &ifam, sizeof(ifam));
  /src/sys/dev/ic/
rtsx.c 1184 rtsx_hostcmd_send(struct rtsx_softc *sc, int ncmd)
1195 ((ncmd * 4) & 0x00ffffff) | RTSX_START_CMD | RTSX_HW_AUTO_RSP);
1207 int ncmd, remain; local in function:rtsx_read_ppbuf
1219 ncmd = 0;
1221 rtsx_hostcmd(cmdbuf, &ncmd, RTSX_READ_REG_CMD, reg++,
1224 error = rtsx_hostcmd_send(sc, ncmd);
1236 ncmd = 0;
1238 rtsx_hostcmd(cmdbuf, &ncmd, RTSX_READ_REG_CMD, reg++,
1241 error = rtsx_hostcmd_send(sc, ncmd);
1259 int ncmd, remain local in function:rtsx_write_ppbuf
1304 int ncmd; local in function:rtsx_exec_short_xfer
1382 int ncmd, dma_dir, error, tmode; local in function:rtsx_xfer
1487 int ncmd; local in function:rtsx_exec_command
    [all...]

Completed in 72 milliseconds