/src/usr.bin/ctags/ |
C.c | 267 static char attribute[] = "__attribute__"; local in function:func_entry 268 char maybe_attribute[sizeof attribute + 1], 327 < (ptrdiff_t)(sizeof attribute - 1)) 333 if (strcmp(maybe_attribute, attribute) == 0) {
|
/src/games/monop/ |
execute.c | 69 static int restore_toplevel_attr(const char *attribute, char *txt); 70 static int restore_player_attr(const char *attribute, char *txt); 71 static int restore_deck_attr(const char *attribute, char *txt); 72 static int restore_square_attr(const char *attribute, char *txt); 461 char *attribute; local in function:restore_parseline 487 /* Any other line must begin with a word, which is the attribute. */ 491 attribute = s; 492 s = strchr(attribute, ' '); 494 printf("file is corrupt: attribute %s lacks value.\n", 495 attribute); [all...] |
/src/sys/dev/marvell/ |
gt.c | 900 uint32_t attribute; member in struct:marvell_winparams_by_tag::__anonc0acb4170108 927 *attr = tagtbl[i].attribute;
|
/src/sys/ufs/lfs/ |
ulfs_extattr.c | 44 * binary blob of zero or more bytes. The ULFS1 extended attribute service 111 * Per-FS attribute lock protecting attribute operations. 147 * attribute. 151 * zero-length attrname (used to retrieve application attribute list) 165 * Autocreate an attribute storage 208 * Release extended attribute mount lock, otherwise 276 * Now enable attribute. 291 printf("%s: attribute %s created but not found!\n", 306 * Locate an attribute given a name and mountpoint 751 struct ulfs_extattr_list_entry *attribute; local in function:ulfs_extattr_enable 1077 struct ulfs_extattr_list_entry *attribute; local in function:ulfs_extattr_get 1360 struct ulfs_extattr_list_entry *attribute; local in function:ulfs_extattr_set 1479 struct ulfs_extattr_list_entry *attribute; local in function:ulfs_extattr_rm [all...] |
/src/sys/ufs/ufs/ |
ufs_extattr.c | 43 * binary blob of zero or more bytes. The UFS1 extended attribute service 112 * Per-FS attribute lock protecting attribute operations. 148 * attribute. 152 * zero-length attrname (used to retrieve application attribute list) 166 * Autocreate an attribute storage 205 * Release extended attribute mount lock, otherwise 273 * Now enable attribute. 288 printf("%s: attribute `%s' created but not found!\n", 303 * Locate an attribute given a name and mountpoint 753 struct ufs_extattr_list_entry *attribute; local in function:ufs_extattr_enable 1066 struct ufs_extattr_list_entry *attribute; local in function:ufs_extattr_get 1349 struct ufs_extattr_list_entry *attribute; local in function:ufs_extattr_set 1468 struct ufs_extattr_list_entry *attribute; local in function:ufs_extattr_rm [all...] |
/src/sys/arch/x86/include/ |
efi.h | 165 int32_t attribute; member in struct:efi_text_output_mode
|
/src/sys/dev/pci/ |
autri.c | 1068 uint32_t alpha_fms, fm_vol, attribute; local in function:autri_setup_channel 1099 attribute = 0; 1111 attribute = AUTRI_ATTR_PCMREC_SIS; 1113 attribute |= AUTRI_ATTR_ENASRC_SIS; 1134 attribute = 0; 1159 cr[3] = attribute;
|
/src/sys/arch/amiga/dev/ |
itevar.h | 96 enum ite_attr attribute; member in struct:ite_softc 179 #define set_attr(ip, attr) ((ip)->attribute |= (attr)) 180 #define clr_attr(ip, attr) ((ip)->attribute &= ~(attr))
|
/src/usr.sbin/acpitools/aml/ |
aml_parse.c | 700 u_int8_t acc, attribute; local in function:aml_parse_field 750 attribute = env->dp[2]; 752 AML_DEBUGPRINT("AccessAs(%s, %d)", accessnames[acc], attribute); 753 template->bitoffset = attribute;
|
/src/sys/arch/atari/dev/ |
itevar.h | 96 enum ite_attr attribute; member in struct:ite_softc 172 #define set_attr(ip, attr) ((ip)->attribute |= (attr)) 173 #define clr_attr(ip, attr) ((ip)->attribute &= ~(attr))
|
/src/usr.bin/xlint/lint1/ |
cgram.y | 115 attribute_list_add(attribute_list *list, attribute attr) 118 attribute *old_attrs = list->attrs; 121 list->cap * sizeof(*list->attrs), "attribute[]"); 136 static attribute 140 attribute attr = { .name = xstrdup(name->sb_name) }; 183 attribute y_attribute; 448 %type <y_attribute> attribute 1695 yyerror("Bad attribute"); 1704 yyerror("Bad attribute"); 1984 | attribute { 1996 attribute: label [all...] |
lint1.h | 569 } attribute; typedef in typeref:struct:__anondcf084d01f08 572 attribute *attrs;
|
/src/sys/dev/sdmmc/ |
sdhcreg.h | 293 uint16_t attribute; member in struct:sdhc_adma2_descriptor32 299 uint16_t attribute; member in struct:sdhc_adma2_descriptor64
|
/src/sys/arch/x68k/dev/ |
itevar.h | 80 short attribute; member in struct:ite_softc 233 #define set_attr(ip, attr) ((ip)->attribute |= (attr)) 234 #define clr_attr(ip, attr) ((ip)->attribute &= ~(attr))
|
/src/sys/external/bsd/drm2/dist/drm/i915/gt/uc/ |
intel_guc_fwif.h | 171 u8 attribute; member in struct:guc_stage_desc
|