Searched refs:getcc (Results 1 - 5 of 5) sorted by path

/freebsd-11-stable/sys/dev/ncr/
H A Dncr.c576 ** pointer to interrupted getcc nccb
894 ** and a second one to be sent after getcc selection.
1215 ncrcmd getcc [ 4]; member in struct:scripth
4008 ** Build the identify message for getcc.
5845 ** Processing of interrupted getcc selects
5878 OUTL (nc_dsp, NCB_SCRIPTH_PHYS (np, getcc));
5898 printf ("in getcc reselect by t%d.\n",
/freebsd-11-stable/contrib/less/
H A Dcommand.c973 getcc(VOID_PARAM) function
981 * The next getcc() will return this character.
1018 * The next sequence of getcc()'s will return this string.
1034 LWCHAR c = getcc();
1233 c = getcc();
1257 c = getcc();
1615 c = getcc();
1627 c = getcc();
1634 c = getcc();
1708 c = getcc();
[all...]
H A Ddecode.c475 char ch = getcc();
496 int b = getcc() - X11MOUSE_OFFSET;
497 int x = getcc() - X11MOUSE_OFFSET-1;
498 int y = getcc() - X11MOUSE_OFFSET-1;
946 c = getcc();
H A Dfuncs.h91 public int getcc LESSPARAMS ((VOID_PARAM));
/freebsd-11-stable/sys/amd64/vmm/
H A Dvmm_instruction_emul.c393 getcc##sz(uint##sz##_t x, uint##sz##_t y) \
408 getcc(int opsize, uint64_t x, uint64_t y) function
411 ("getcc: invalid operand size %d", opsize));
1073 rflags2 = getcc(size, result, 0);
1161 rflags2 = getcc(size, result, 0);
1214 rflags2 = getcc(size, op1, op2);
1246 rflags2 = getcc(size, op1, vie->immediate);
1407 rflags2 = getcc(size, val1, val2);

Completed in 327 milliseconds