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

  /src/lib/libm/arch/vax/
n_cabs.S 82 jneq cont /* y isn't a reserved operand */
86 cont: label
  /src/sys/fs/cd9660/
iso_rrip.h 71 int cont; /* continuation of above */ member in struct:__anon02f4174b0108
cd9660_rrip.c 119 int len, wlen, cont; local in function:cd9660_rrip_slink
128 cont = ana->cont;
138 if (!cont) {
144 cont = 0;
184 cont = 1;
199 ana->cont = 1;
212 ana->cont = cont;
230 int cont; local in function:cd9660_rrip_altname
    [all...]
  /src/sys/arch/zaurus/dev/
lcdctl.c 49 int cont; /* BACKLIGHT_CONT signal */ member in struct:lcdctl_backlight
186 ioexp_set_backlight(bl->on, bl->cont);
188 scoop_set_backlight(bl->on, bl->cont);
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn20/
amdgpu_dcn20_stream_encoder.c 59 uint32_t cont, send, line; local in function:enc2_update_hdmi_info_packet
69 cont = 1;
75 cont = 0;
86 HDMI_GENERIC0_CONT, cont,
93 HDMI_GENERIC1_CONT, cont,
100 HDMI_GENERIC2_CONT, cont,
107 HDMI_GENERIC3_CONT, cont,
114 HDMI_GENERIC4_CONT, cont,
121 HDMI_GENERIC5_CONT, cont,
128 HDMI_GENERIC6_CONT, cont,
    [all...]
  /src/usr.sbin/ypserv/revnetgroup/
parse_netgroup.c 295 int cont; local in function:read_for_group
332 cont = 1;
334 cont = 0;
347 if (cont) {
352 cont = 0;
355 } while (cont);
  /src/usr.bin/vacation/
vacation.c 312 int tome, cont; local in function:readheaders
315 cont = tome = 0;
321 cont = 0;
329 cont = 0;
348 cont = 1;
353 cont = 1;
359 cont = 1;
363 cont = 0;
379 cont = 1;
382 cont = 0
    [all...]
  /src/dist/pf/sbin/pfctl/
pfctl_parser.c 1414 int mask, v4mask, v6mask, cont = 1; local in function:host
1436 if (cont && (h = host_if(ps, mask)) != NULL)
1437 cont = 0;
1440 if (cont && (h = host_v4(s, mask)) != NULL)
1441 cont = 0;
1444 if (cont && (h = host_v6(ps, v6mask)) != NULL)
1445 cont = 0;
1448 if (cont && (h = host_dns(ps, v4mask, v6mask)) != NULL)
1449 cont = 0;
1452 if (h == NULL || cont == 1)
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce/
amdgpu_dce_stream_encoder.c 192 uint32_t cont, send, line; local in function:dce110_update_hdmi_info_packet
202 cont = 1;
208 cont = 0;
217 HDMI_GENERIC0_CONT, cont,
223 HDMI_GENERIC1_CONT, cont,
229 HDMI_GENERIC0_CONT, cont,
235 HDMI_GENERIC1_CONT, cont,
243 HDMI_GENERIC0_CONT, cont,
250 HDMI_GENERIC1_CONT, cont,
257 HDMI_GENERIC0_CONT, cont,
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn10/
amdgpu_dcn10_stream_encoder.c 169 uint32_t cont, send, line; local in function:enc1_update_hdmi_info_packet
180 cont = 1;
186 cont = 0;
195 HDMI_GENERIC0_CONT, cont,
201 HDMI_GENERIC1_CONT, cont,
207 HDMI_GENERIC0_CONT, cont,
213 HDMI_GENERIC1_CONT, cont,
219 HDMI_GENERIC0_CONT, cont,
225 HDMI_GENERIC1_CONT, cont,
231 HDMI_GENERIC0_CONT, cont,
    [all...]
  /src/sys/dev/isa/
sbdsp.c 164 u_char halt, cont; member in struct:sbmode
  /src/sys/arch/xen/xen/
xbdback_xenbus.c 916 XENPRINTF(("xbdback_evthandler domain %d: cont %p\n",
1766 xbdback_cont_t cont; local in function:xbdback_trampoline
1771 cont = xbdi->xbdi_cont;
1775 obj = (*cont)(xbdi, obj);
1779 "xbdi->xbdi_cont!\n", (long)cont);
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/bios/
nouveau_nvkm_subdev_bios_init.c 51 #define cont(fmt, args...) do { \ macro
605 cont(" 0x%02x", nvbios_rd08(bios, init->offset + i));
606 cont("\n");
2209 cont("0x%02x ", nvbios_rd08(bios, i));
2210 cont("\n");
2221 cont(" *");
2225 cont("\n");
  /src/usr.sbin/sysinst/
part_edit.c 103 const char *cont; local in function:err_msg_win
107 cont = msg_string(MSG_Hit_enter_to_continue);
111 l1 = maxline(cont, &lines);
116 NULL, NULL, 1, "%s%s", errmsg, cont);
  /src/sys/dev/ic/
sl811hs.c 143 #define CONT 3
2032 unsigned int cont = slhci_read(sc, slhci_tregs[ab][CONT]); local in function:slhci_abdone
2034 DLOG(D_XFER, "cont %jd len %jd", cont, len, 0, 0);
2035 if ((status & SL11_EPSTAT_OVERFLOW) || cont > len) {
2036 DDOLOG("overflow - cont %d len %d xfer->ux_length %d "
2037 "xfer->actlen %d", cont, len, xfer->ux_length,
2039 printf("%s: overflow cont %d len %d xfer->ux_length"
2040 " %d xfer->ux_actlen %d\n", SC_NAME(sc), cont,
    [all...]

Completed in 24 milliseconds