HomeSort by: relevance | last modified time | path
    Searched refs:working (Results 1 - 25 of 34) sorted by relevancy

1 2

  /src/lib/libcurses/
get_wch.c 86 *working = &_cursesi_screen->cbuf_cur, local in function:inkey
110 *working = *start;
114 "current(%d), end(%d)\n", *start, *working, *end);
116 k = inbuf[*working];
117 *working = (*working + 1) % MAX_CBUF_SIZE;
118 if (*working == *end) { /* see if run out of keys */
124 *start, *working, *end);
160 *start, *working, *end);
163 *working = *end
    [all...]
getch.c 211 static int start, end, working; /* pointers for manipulating inbuf data */ variable in typeref:typename:int
445 start = end = working = 0;
563 working = start;
564 inbuf[working] = k;
565 INC_POINTER(working);
566 end = working;
572 k = inbuf[working];
573 INC_POINTER(working);
574 if (working == end) { /* see if we have run
614 inbuf[working] = k
    [all...]
  /src/lib/libform/
type_ipv4.c 65 unsigned long hex_val, working; local in function:ipv4_check_field
119 working = hex_val;
121 vals[i] = (unsigned int)(working & 0xffUL);
122 working = working >> 8;
  /src/usr.bin/make/unit-tests/
dep-wildcards.mk 13 # in the current working directory. As there are no such files, the target
varname-dot-curdir.mk 4 # canonical path of the current working directory, when make started.
var-op-shell.mk 59 # This used to be kill -14 (SIGALRM), but that stopped working on
var-op-assign.mk 90 # line, since any commands run after that are probably working with
  /src/sys/arch/sparc64/doc/
TODO 17 - ldom virtual network interface (vnet) is working
19 - the sysinst tool starts, disk setup is working, network configuration is working,
  /src/share/mk/
bsd.ioconf.mk 15 # keep builds working while hashing out some of the experimental
  /src/usr.sbin/makefs/cd9660/
iso9660_rrip.c 208 int ca_used, susp_used, susp_used_pre_ce, working; local in function:cd9660_susp_handle_continuation_common
212 working = 254 - space;
215 working -= node->su_tail_size + 4;
216 /* printf("There are %i bytes to work with\n",working); */
221 if (working < 0)
227 working -= CD9660_SUSP_ENTRY_SIZE(temp);
228 if (working >= 0) {
232 if (working >= 28) {
243 if (working <= 0) {
738 int working,len local in function:cd9660_rrip_add_NM
    [all...]
  /src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
kirkwood-ts219.dtsi 111 * working (probably no crystal assembled).
ste-href-tvk1281618-r3.dtsi 101 // This interrupt is not properly working with the driver
dra72-evm-common.dtsi 266 * VIN2_S0 driven high otherwise Ethernet stops working
motorola-mapphone-common.dtsi 380 * devices. Off mode value should be tested if we have off mode working
omap4-sdp.dts 361 * Misterious pin which makes the ethernet working
ste-ux500-samsung-skomer.dts 250 /* FIXME: not quite working yet, probably needs regulators */
rk3036.dtsi 239 * is working. (e.g: the accurate 50MHz what mac_ref need)
  /src/tests/bin/sh/
t_varval.sh 79 atf_set "descr" "Check that this test has a hope of working. " \
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/marvell/
armada-3720-espressobin.dtsi 46 /* led2 is working only on v7 board */
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/allwinner/
sun50i-h6-beelink-gs1.dts 179 x-powers,self-working-mode;
sun50i-h6-orangepi.dtsi 133 x-powers,self-working-mode;
sun50i-h6-pine-h64.dts 174 x-powers,self-working-mode;
sun50i-h6-orangepi-3.dts 192 x-powers,self-working-mode;
  /src/tests/usr.bin/xlint/lint1/
check-expect.lua 10 expected in the current working directory.
  /src/sys/external/gpl2/dts/dist/arch/mips/boot/dts/ingenic/
gcw0.dts 367 * USB OTG is not yet working reliably, the ID detection

Completed in 18 milliseconds

1 2