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

  /src/usr.sbin/mopd/common/
pf.c 76 int immediate; local in function:pfInit
101 /* Set immediate mode so packets are processed as they arrive. */
102 immediate = 1;
103 if (ioctl(fd, BIOCIMMEDIATE, &immediate) < 0) {
  /src/sys/dev/microcode/aic7xxx/
aicasm_insformat.h 47 uint32_t immediate : 8, member in struct:ins_format1
59 immediate : 8;
83 uint32_t immediate : 8, member in struct:ins_format3
93 immediate : 8;
aicasm_gram.y 207 %type <expression> expression immediate immediate_or_a
907 immediate: label
1214 T_BMOV destination ',' source ',' immediate ret ';'
1231 T_MVI destination ',' immediate ret ';'
1239 * that can't know the immediate's value and
1294 * It also seems more logical as the "immediate"
1341 T_OR reg_symbol ',' immediate jmp_jc_jnc_call address ';'
1372 T_MVI immediate jmp_jc_jnc_call address ';'
1619 /* Ensure that immediate makes sense for this destination */
1631 f1_instr->immediate = immed->value
    [all...]
  /src/sys/dev/iscsi/
iscsi_ioctl.h 209 unsigned int immediate:1; member in struct:__anonb1d6e0de0608::__anonb1d6e0de0708
228 immediate Indicates that the command should be sent
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/inc/hw/
hubp.h 83 bool immediate; member in struct:surface_flip_registers
  /src/usr.sbin/rarpd/
rarpd.c 291 * Set immediate mode, and set a filter that accepts only RARP requests.
299 int immediate; local in function:rarp_open
320 /* Set immediate mode so packets are processed as they arrive. */
321 immediate = 1;
322 if (ioctl(fd, BIOCIMMEDIATE, &immediate) < 0) {
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dmub/inc/
dmub_cmd.h 165 uint8_t immediate :1; member in struct:dmub_cmd_PLAT_54186_wa::__anona7e1e4e50108
  /src/sbin/scsictl/
scsictl.c 101 { "format", "[blocksize [immediate]]", device_format },
457 int i, j, immediate; local in function:device_format
571 * Signal target for an immediate return from Format.
576 immediate = 1;
578 immediate = 0;
587 if (immediate) {
  /src/sys/dev/pci/cxgb/
cxgb_sge.c 276 * Return a packet containing the immediate data of the given response.
661 * up). Since control queues use immediate data exclusively we don't
1303 * write_imm - write a packet into a Tx descriptor as immediate data
1306 * @len: the length of packet data to write as immediate data
1309 * Writes a packet as immediate data into a Tx descriptor. The packet
1386 * that send only immediate data (presently just the control queues) and
1401 immediate(const struct mbuf *m) function in typeref:typename:int
1413 * a control queue must fit entirely as immediate data in a single Tx
1422 if (__predict_false(!immediate(m))) {
1726 if (immediate(m))
    [all...]
  /src/lib/libnvmm/
libnvmm_x86.c 1055 bool immediate:1; member in struct:x86_opcode
1102 .immediate = true,
1113 .immediate = true,
1125 .immediate = true,
1141 .immediate = true,
1152 .immediate = true,
1168 .immediate = true,
1179 .immediate = true,
2014 /* The immediate is the source */
2066 if (opcode->immediate) {
    [all...]
  /src/sys/dev/ic/
aic7xxxvar.h 84 uint32_t immediate : 8, member in struct:ins_format1
96 immediate : 8;
120 uint32_t immediate : 8, member in struct:ins_format3
130 immediate : 8;
771 * of immediate notify ccbs.

Completed in 20 milliseconds