HomeSort by: relevance | last modified time | path
    Searched refs:ie_command (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/arch/mvme68k/stand/netboot/
if_ie.c 155 iem->im_scb.ie_command = iem->im_scb.ie_status & IE_ST_WHENCE;
157 while (iem->im_scb.ie_command)
217 iem->im_scb.ie_command = IE_CU_START;
243 iem->im_scb.ie_command = IE_CU_START;
279 iem->im_scb.ie_command = IE_RU_START;
283 while (iem->im_scb.ie_command)
338 iem->im_scb.ie_command = IE_RU_START;
342 while (iem->im_scb.ie_command)
361 while (iem->im_scb.ie_command)
385 iem->im_scb.ie_command = IE_CU_START
    [all...]
i82586.h 113 u_short ie_command; /* command word */ member in struct:ie_scb
  /src/sys/arch/acorn32/podulebus/
if_iereg.h 170 u_short ie_command; /* command word */ member in struct:ie_sys_ctl_block
if_ie.c 243 (xoffsetof(struct ie_sys_ctl_block, ie_command)),
250 (xoffsetof(struct ie_sys_ctl_block, ie_command))) )
979 pscb->ie_command = cmd;
986 (xoffsetof(struct ie_sys_ctl_block, ie_command)), cmd );
1007 (xoffsetof(struct ie_sys_ctl_block, ie_command))) )
  /src/sys/arch/sun3/dev/
i82586.h 89 u_short ie_command; /* command word */ member in struct:ie_sys_ctl_block
if_ie.c 1048 scb->ie_command = (uint16_t)cmd;
1053 while (scb->ie_command && --tmo)
1055 if (scb->ie_command) {

Completed in 15 milliseconds