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

  /src/tests/usr.bin/indent/
opt_badp.c 6 * The option '-badp' forces a blank line between the first set of declarations
7 * in a function and the next comment or statement. It produces a blank line
12 /* An empty function body does not need a blank line. */
25 /* If an empty function body already has a blank line, it is kept. */
28 blank(void) function in typeref:typename:void
81 * A function body with a declaration and a statement gets a blank line between
106 /* If there already is a blank line in the right place, it is kept. */
122 /* Additional blank lines are kept. To remove them, see the '-sob' option. */
141 * The blank line is only inserted at the top of a function body, not in nested
172 * add a blank line after them
    [all...]
  /src/lib/libcurses/
addbytes.c 207 static char blank[] = " "; local in function:_cursesi_addbyte
234 if (waddbytes(win, blank, 1) == ERR)
291 * we could end up not displaying 'blank' characters
refresh.c 1145 static __LDATA blank; local in function:makech
1164 blank.ch = win->bch;
1165 blank.attr = win->battr;
1166 blank.cflags = CA_BACKGROUND;
1168 if (_cursesi_copy_nsp(win->bnsp, &blank) == ERR)
1170 blank.wcols = win->wcols;
1223 csp = ␣
1224 __CTRACE(__CTRACE_REFRESH, "makech: csp is blank\n");
1261 while ((_cursesi_celleq(cp, &blank) == 1) &&
1263 while (cp->ch == blank.ch &
    [all...]
  /src/usr.sbin/mmcformat/
mmcformat.c 640 /* XXX check if the device can blank! */
643 /* blank disc */
645 cmd[ 0] = 0xA1; /* blank */
646 cmd[ 1] = 16; /* Immediate, blank complete */
666 "-B blank cd-rw disc before formatting\n"
698 int blank, format, mrw, background; local in function:main
710 blank = 0;
731 blank = 1;
794 if (!blank && !format && !grow_session && !grow_spare &&
857 /* blank disc section *
    [all...]
  /src/sys/dev/pci/
lynxfb.c 99 int blank; member in struct:lynxfb
433 *(int *)data = fb->blank ? WSDISPLAYIO_VIDEO_OFF :
447 param->curval = fb->blank;
830 fb->blank = !enable;
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn20/
amdgpu_dcn20_hwseq.c 275 /* Blank pixel data during initialization */
288 /* program opp dpg blank color */
938 bool blank)
955 /* get opp dpg blank color */
963 if (blank) {
987 dc->debug.visual_confirm != VISUAL_CONFIRM_DISABLE && blank ?
996 if (!blank)
1587 /* OTG blank before disabling all front ends */
1722 bool blank = !is_pipe_tree_visible(pipe_ctx); local in function:dcn20_update_bandwidth
1735 hws->funcs.blank_pixel_data(dc, pipe_ctx, blank);
    [all...]
  /src/sys/arch/sparc64/dev/
ffb.c 201 u_int blank = WSDISPLAYIO_VIDEO_ON; local in function:ffb_attach
277 /* Need to set asynchronous blank during DDC write/read */
288 /* Remove asynchronous blank */
325 ffb_blank(sc, WSDISPLAYIO_SVIDEO, &blank);
518 /* blank/unblank the screen */
  /src/sys/dev/ata/
wd.c 312 int i, blank; local in function:wdattach
350 for (blank = 0, p = wd->sc_params.atap_model, q = tbuf, i = 0;
356 if (blank) {
358 blank = 0;
362 blank = 1;
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn10/
amdgpu_dcn10_hw_sequencer.c 829 /* program otg blank color */
1156 /* Blank controller using driver code instead of
2366 bool blank)
2373 /* program otg blank color */
2391 if (!blank) {
2393 stream_res->tg->funcs->set_blank(stream_res->tg, blank);
2398 } else if (blank) {
2402 stream_res->tg->funcs->set_blank(stream_res->tg, blank);
2461 bool blank = !is_pipe_tree_visible(pipe_ctx); local in function:dcn10_program_all_pipe_in_tree
2476 hws->funcs.blank_pixel_data(dc, pipe_ctx, blank);
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_tv.c 61 u16 blank, black; member in struct:video_levels
200 .blank = 225, .black = 267, .burst = 113,
210 .blank = 266, .black = 316, .burst = 133,
220 .blank = 225, .black = 225, .burst = 113,
230 .blank = 266, .black = 266, .burst = 133,
240 .blank = 237, .black = 237, .burst = 118,
250 .blank = 280, .black = 280, .burst = 139,
260 .blank = 225, .black = 267, .burst = 113,
270 .blank = 266, .black = 316, .burst = 133,
280 .blank = 225, .black = 267, .burst = 118
    [all...]
  /src/sys/arch/emips/ebus/
ace_ebus.c 1589 int i, blank; local in function:aceattach
1613 for (blank = 0, p = ace->sc_params.ModelNumber, q = tbuf, i = 0;
1619 if (blank) {
1621 blank = 0;
1625 blank = 1;
  /src/sys/fs/udf/
udf_subr.c 846 /* blank terminator blocks are not allowed here */
909 /* its no use reading a blank track */
1089 /* blank block is a terminator */
1581 /* blank not allowed */
1582 printf("UDF mount: blank unallocated space bitmap\n");
1640 /* blank not allowed */
1641 printf("UDF mount: blank freed space bitmap\n");
3539 uint8_t *buffer, *blank, *pos; local in function:udf_validate_session_start
3552 * Check if the first track of the session is blank and if so, copy or
3572 "blank or reserved track, copying VRS\n"))
    [all...]
  /src/sys/netbt/
hci.h 2133 uint8_t blank; /* reserved */ member in struct:__anonf724d211d508

Completed in 30 milliseconds