Searched refs:cmd_offset (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/less/
H A Dcmdbuf.c32 static int cmd_offset; /* Index into cmdbuf of first displayed char */ variable
125 cmd_offset = 0;
279 cp = &cmdbuf[cmd_offset];
342 s = cmdbuf + cmd_offset;
360 cmd_offset = (int) (s - cmdbuf);
381 s = cmdbuf + cmd_offset;
390 cmd_offset = (int) (s - cmdbuf);
630 cmd_offset = 0;
713 cmd_offset = 0;
898 cmd_offset
[all...]
/freebsd-11-stable/sys/dev/bxe/
H A Decore_init.h104 uint32_t cmd_offset:24; member in struct:op_if_mode
110 uint32_t cmd_offset:24; member in struct:op_if_phase
H A Decore_init_ops.h317 op_idx += op->if_mode.cmd_offset;
325 op_idx += op->if_mode.cmd_offset;
H A Dbxe.c1514 uint32_t cmd_offset; local
1517 cmd_offset = (DMAE_REG_CMD_MEM + (sizeof(struct dmae_cmd) * idx));
1519 REG_WR(sc, (cmd_offset + (i * 4)), *(((uint32_t *)dmae) + i));
19020 uint32_t cmd_offset; local
19181 cmd_offset = DMAE_REG_CMD_MEM;
19183 reg_addr = (cmd_offset +(i * 4));

Completed in 252 milliseconds