/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/external/bsd/drm2/dist/drm/amd/amdkfd/ |
kfd_topology.h | 111 struct attribute attr; 133 struct attribute attr; 152 struct attribute attr; 179 struct attribute attr_gpuid; 180 struct attribute attr_name; 181 struct attribute attr_props; 195 struct attribute attr_genid; 196 struct attribute attr_props;
|
kfd_topology.c | 229 static ssize_t sysprops_show(struct kobject *kobj, struct attribute *attr, 267 static ssize_t iolink_show(struct kobject *kobj, struct attribute *attr, 305 static ssize_t mem_show(struct kobject *kobj, struct attribute *attr, 335 static ssize_t kfd_cache_show(struct kobject *kobj, struct attribute *attr, 416 static ssize_t node_show(struct kobject *kobj, struct attribute *attr, 544 static void kfd_remove_sysfs_file(struct kobject *kobj, struct attribute *attr) 622 struct attribute **attrs; 743 attrs = (struct attribute **)(perf->attr_group + 1);
|
/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/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/share/man/man3/ |
Makefile | 9 assert.3 attribute.3 bitmap.3 bitops.3 bits.3 bitstring.3 \ 24 MLINKS+=attribute.3 __dead.3 \ 25 attribute.3 __pure.3 \ 26 attribute.3 __constfunc.3 \ 27 attribute.3 __noinline.3 \ 28 attribute.3 __unused.3 \ 29 attribute.3 __used.3 \ 30 attribute.3 __diagused.3 \ 31 attribute.3 __debugused.3 \ 32 attribute.3 __packed.3 [all...] |
/src/usr.bin/make/unit-tests/ |
suff-phony.mk | 5 # The purpose of the .PHONY attribute is to mark them as independent from the
|
deptgt-main.mk | 26 # attribute '.MAIN' is thus ignored.
|
opt-no-action-touch.mk | 33 # The attribute .MAKE is stronger than the command line option -n. Therefore
|
/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/sys/external/bsd/drm2/dist/drm/ttm/ |
ttm_memory.c | 66 static struct attribute ttm_mem_sys = { 70 static struct attribute ttm_mem_emer = { 74 static struct attribute ttm_mem_max = { 78 static struct attribute ttm_mem_swap = { 82 static struct attribute ttm_mem_used = { 98 struct attribute *attr, 125 struct attribute *attr, 162 static struct attribute *ttm_mem_zone_attrs[] = { 182 static struct attribute ttm_mem_global_lower_mem_limit = { 188 struct attribute *attr [all...] |
ttm_page_alloc.c | 131 static struct attribute ttm_page_pool_max = { 135 static struct attribute ttm_page_pool_small = { 139 static struct attribute ttm_page_pool_alloc_size = { 144 static struct attribute *ttm_pool_attrs[] = { 159 struct attribute *attr, const char *buffer, size_t size) 193 struct attribute *attr, char *buffer)
|
ttm_page_alloc_dma.c | 178 static struct attribute ttm_page_pool_max = { 182 static struct attribute ttm_page_pool_small = { 186 static struct attribute ttm_page_pool_alloc_size = { 191 static struct attribute *ttm_pool_attrs[] = { 205 static ssize_t ttm_pool_store(struct kobject *kobj, struct attribute *attr, 240 static ssize_t ttm_pool_show(struct kobject *kobj, struct attribute *attr,
|
/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/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/sys/external/bsd/drm2/dist/drm/amd/display/dc/clk_mgr/ |
Makefile | 93 CFLAGS_$(AMDDALPATH)/dc/clk_mgr/dcn21/rn_clk_mgr.o := $(call cc-option,-mno-gnu-attribute)
|
/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/lib/libc/time/ |
Makefile | 335 -Wstringop-truncation -Wsuggest-attribute=cold \ 336 -Wsuggest-attribute=const -Wsuggest-attribute=format \ 337 -Wsuggest-attribute=malloc \ 338 -Wsuggest-attribute=noreturn -Wsuggest-attribute=pure \
|
/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/lib/libform/ |
field.c | 570 set_field_fore(FIELD *fptr, chtype attribute) 574 field->fore = attribute; 579 * Return the foreground character attribute for the given field. 591 * Set the background character attribute for the given field. 594 set_field_back(FIELD *field, chtype attribute) 597 _formi_default_field.back = attribute; 599 field->back = attribute; 605 * Get the background character attribute for the given field.
|
/src/sys/external/bsd/drm2/dist/drm/i915/ |
i915_sysfs.c | 120 static struct attribute *rc6_attrs[] = { 131 static struct attribute *rc6p_attrs[] = { 142 static struct attribute *media_rc6_attrs[] = { 472 static const struct attribute * const gen6_attrs[] = { 484 static const struct attribute * const vlv_attrs[] = {
|
i915_perf_types.h | 57 struct attribute *attrs[2];
|
i915_pmu.c | 806 static struct attribute *i915_pmu_format_attrs[] = { 845 static struct attribute *i915_cpumask_attrs[] = { 899 static struct attribute ** 924 struct attribute **attr = NULL, **attr_iter; 942 /* Allocate attribute objects and table. */ 951 /* Max one pointer of each attribute type plus a termination entry. */ 1034 struct attribute **attr_iter = i915_pmu_events_attr_group.attrs;
|
/src/sys/external/bsd/drm2/dist/drm/i915/gvt/ |
gvt.c | 117 static struct attribute *gvt_type_attrs[] = { 128 static bool intel_get_gvt_attrs(struct attribute ***type_attrs,
|
/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...] |