/src/sbin/gpt/ |
set.c | 74 uint64_t attributes = 0, clear = 0; local in function:cmd_set 81 if (gpt == NULL || gpt_attr_get(gpt, &attributes) == -1) 115 if (gpt == NULL || argc != optind || (attributes != 0 && clear != 0)) 118 return gpt_attr_update(gpt, entry, attributes, clear);
|
unset.c | 74 uint64_t attributes = 0; local in function:cmd_unset 81 if (gpt == NULL || gpt_attr_get(gpt, &attributes) == -1) 115 return gpt_attr_update(gpt, entry, 0, attributes);
|
/src/tests/lib/libcurses/director/ |
testlang_parse.y | 200 %type <string> attributes expr 241 cchar : CCHAR VARNAME attributes char_vals { 251 attributes : numeric label 672 set_cchar(char *name, void *attributes) 686 if (sscanf((char *) attributes, "%d", &attribs) != 1) 688 "%s:%zu: %s: conversion of attributes to integer failed", 692 vars[i].cchar.attributes = attribs; 1712 * No chance of a match if attributes differ... 1715 if ((expected->attributes & WA_ATTRIBUTES) != 1716 (value->attributes & WA_ATTRIBUTES )) [all...] |
/src/lib/libcurses/ |
addbytes.c | 180 cc.attributes = attr; 210 attr_t attributes; local in function:_cursesi_addbyte 278 attributes = (win->wattr | attr) & (__ATTRIBUTES & ~__COLOR); 280 attributes |= attr & __COLOR; 282 attributes |= win->wattr & __COLOR; 323 if (attributes & __COLOR) 325 attributes | (win->battr & ~__COLOR); 327 (*lp)->line[*x].attr = attributes | win->battr; 357 attr_t attributes; 388 cc.attributes = win->wattr [all...] |
curses.h | 70 attr_t attributes; /* character attributes */ member in struct:__anon92d93d590108 217 * Definitions for characters and attributes in __LDATA 261 #define WA_ATTRIBUTES 0x03ffffff /* Wide character attributes mask */
|
/src/tests/usr.bin/xlint/lint1/ |
c23.c | 115 attributes(int i) function in typeref:typename:int 123 // There may be arbitrary commas around or between the attributes.
|
/src/common/dist/zlib/contrib/untgz/ |
untgz.c | 250 /* push file attributes */ 267 /* restore file attributes */ 396 struct attr_item *attributes = NULL; local in function:tar 464 push_attr(&attributes,fname,tarmode,tartime); 552 push_attr(&attributes,fname,tarmode,tartime); 569 restore_attr(&attributes);
|
/src/sys/dev/acpi/ |
qcomscm.c | 412 uint32_t attributes; member in struct:qcscm_rsp_uefi_get_variable 420 uint32_t *attributes, uint8_t *data, int *data_size) 476 if (attributes) 477 *attributes = resp->attributes; 489 if (attributes) 490 *attributes = resp->attributes; 518 uint32_t attributes; member in struct:qcscm_req_uefi_set_variable 533 uint32_t attributes, uint8_t *data, int data_size [all...] |
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce110/ |
amdgpu_dce110_hw_sequencer.c | 2706 struct dc_cursor_attributes *attributes = &pipe_ctx->stream->cursor_attributes; local in function:dce110_set_cursor_attribute 2711 pipe_ctx->plane_res.ipp, attributes); 2716 pipe_ctx->plane_res.mi, attributes); 2721 pipe_ctx->plane_res.xfm, attributes);
|
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn10/ |
amdgpu_dcn10_hw_sequencer.c | 854 /* TODO set stream attributes */ 3053 struct dc_cursor_attributes *attributes = &pipe_ctx->stream->cursor_attributes; local in function:dcn10_set_cursor_attribute 3056 pipe_ctx->plane_res.hubp, attributes); 3058 pipe_ctx->plane_res.dpp, attributes);
|
/src/sys/fs/hfs/ |
libhfs.h | 254 uint32_t attributes; member in struct:__anon46ade0a11608 310 uint32_t attributes; /* long aligned again */ member in struct:__anon46ade0a11808 416 uint16_t attributes; member in struct:__anon46ade0a12308
|
/src/sys/dev/usb/ |
uaudio.c | 151 uint8_t attributes; /* Copy of bmAttributes of member in struct:as_info 2395 ai.attributes = sed->bmAttributes; 2407 if (ai.attributes & UA_SED_FREQ_CONTROL) 2409 if (ai.attributes & UA_SED_PITCH_CONTROL)
|
/src/sys/dev/ata/ |
atareg.h | 520 * ATA SMART attributes 534 struct ata_smart_attr attributes[30]; member in struct:ata_smart_attributes
|
/src/sys/external/bsd/drm2/dist/drm/amd/display/amdgpu_dm/ |
amdgpu_dm.c | 6087 struct dc_cursor_attributes attributes; local in function:handle_cursor_update 6117 memset(&attributes, 0, sizeof(attributes)); 6118 attributes.address.high_part = upper_32_bits(address); 6119 attributes.address.low_part = lower_32_bits(address); 6120 attributes.width = plane->state->crtc_w; 6121 attributes.height = plane->state->crtc_h; 6122 attributes.color_format = CURSOR_MODE_COLOR_PRE_MULTIPLIED_ALPHA; 6123 attributes.rotation_angle = 0; 6124 attributes.attribute_flags.value = 0 [all...] |
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/ |
dc.h | 862 * in cases such as Stereo 3D, Planar YUV, etc. Other per-flip attributes such 1052 struct dc_cursor_attributes attributes; member in struct:dc_cursor
|
/src/sys/dev/ic/ |
stireg.h | 478 uint32_t attributes; member in struct:sti_inqconfout
|