Symbol: attribute
games/monop/execute.c
454
char *attribute;
games/monop/execute.c
484
attribute = s;
games/monop/execute.c
485
s = strchr(attribute, ' ');
games/monop/execute.c
488
attribute);
games/monop/execute.c
500
return restore_toplevel_attr(attribute, txt);
games/monop/execute.c
504
return restore_player_attr(attribute, txt);
games/monop/execute.c
508
return restore_deck_attr(attribute, txt);
games/monop/execute.c
512
return restore_square_attr(attribute, txt);
games/monop/execute.c
520
restore_toplevel_attr(const char *attribute, char *txt)
games/monop/execute.c
522
if (!strcmp(attribute, "time")) {
games/monop/execute.c
524
} else if (!strcmp(attribute, "numplayers")) {
games/monop/execute.c
536
} else if (!strcmp(attribute, "currentplayer")) {
games/monop/execute.c
545
} else if (!strcmp(attribute, "doubles")) {
games/monop/execute.c
549
} else if (!strcmp(attribute, "player")) {
games/monop/execute.c
555
} else if (!strcmp(attribute, "deck")) {
games/monop/execute.c
561
} else if (!strcmp(attribute, "square")) {
games/monop/execute.c
568
printf("unknown attribute %s\n", attribute);
games/monop/execute.c
575
restore_player_attr(const char *attribute, char *txt)
games/monop/execute.c
586
if (!strcmp(attribute, "name")) {
games/monop/execute.c
599
} else if (!strcmp(attribute, "money")) {
games/monop/execute.c
600
if (getnum(attribute, txt, 0, INT_MAX, &pp->money) < 0) {
games/monop/execute.c
603
} else if (!strcmp(attribute, "loc")) {
games/monop/execute.c
605
if (getnum(attribute, txt, 0, N_SQRS, &tmp) < 0) {
games/monop/execute.c
609
} else if (!strcmp(attribute, "num_gojf")) {
games/monop/execute.c
610
if (getnum(attribute, txt, 0, 2, &tmp) < 0) {
games/monop/execute.c
614
} else if (!strcmp(attribute, "in_jail")) {
games/monop/execute.c
615
if (getnum(attribute, txt, 0, 3, &tmp) < 0) {
games/monop/execute.c
62
static int restore_toplevel_attr(const char *attribute, char *txt);
games/monop/execute.c
624
printf("unknown attribute %s\n", attribute);
games/monop/execute.c
63
static int restore_player_attr(const char *attribute, char *txt);
games/monop/execute.c
631
restore_deck_attr(const char *attribute, char *txt)
games/monop/execute.c
639
if (!strcmp(attribute, "numcards")) {
games/monop/execute.c
64
static int restore_deck_attr(const char *attribute, char *txt);
games/monop/execute.c
640
if (getnum(attribute, txt, dp->num_cards, dp->num_cards,
games/monop/execute.c
644
} else if (!strcmp(attribute, "topcard")) {
games/monop/execute.c
645
if (getnum(attribute, txt, 0, dp->num_cards,
games/monop/execute.c
649
} else if (!strcmp(attribute, "gojf_used")) {
games/monop/execute.c
65
static int restore_square_attr(const char *attribute, char *txt);
games/monop/execute.c
650
if (getnum(attribute, txt, 0, 1, &tmp) < 0) {
games/monop/execute.c
654
} else if (!strcmp(attribute, "cards")) {
games/monop/execute.c
670
printf("unknown attribute %s\n", attribute);
games/monop/execute.c
677
restore_square_attr(const char *attribute, char *txt)
games/monop/execute.c
682
if (!strcmp(attribute, "owner")) {
games/monop/execute.c
683
if (getnum(attribute, txt, -1, num_play-1, &tmp) < 0) {
games/monop/execute.c
689
} else if (!strcmp(attribute, "morg")) {
games/monop/execute.c
694
if (getnum(attribute, txt, 0, 1, &tmp) < 0) {
games/monop/execute.c
698
} else if (!strcmp(attribute, "houses")) {
games/monop/execute.c
703
if (getnum(attribute, txt, 0, 5, &tmp) < 0) {
games/monop/execute.c
708
printf("unknown attribute %s\n", attribute);
sys/dev/disk/sdhci/sdhci.c
1741
desc->address, desc->length, desc->attribute);
sys/dev/disk/sdhci/sdhci.c
623
descs[i].attribute =
sys/dev/disk/sdhci/sdhci.c
626
descs[nsegs-1].attribute |= SDHCI_ADMA2_ATTR_END;
sys/dev/disk/sdhci/sdhci.h
340
uint16_t attribute;
sys/dev/disk/sdhci/sdhci.h
346
uint16_t attribute;
sys/dev/drm/amd/amdgpu/amdgpu_pm.c
1609
static struct attribute *hwmon_attributes[] = {
sys/dev/drm/amd/amdgpu/amdgpu_pm.c
1634
struct attribute *attr, int index)
sys/dev/drm/drm_dp_aux_dev.c
121
static struct attribute *drm_dp_aux_attrs[] = {
sys/dev/drm/i915/i915_drv.h
1374
struct attribute *attrs[2];
sys/dev/drm/i915/i915_pmu.c
729
static struct attribute *i915_pmu_format_attrs[] = {
sys/dev/drm/i915/i915_pmu.c
768
static struct attribute *i915_cpumask_attrs[] = {
sys/dev/drm/i915/i915_pmu.c
822
static struct attribute **
sys/dev/drm/i915/i915_pmu.c
846
struct attribute **attr = NULL, **attr_iter;
sys/dev/drm/i915/i915_pmu.c
957
struct attribute **attr_iter = i915_pmu_events_attr_group.attrs;
sys/dev/drm/i915/i915_sysfs.c
110
static struct attribute *rc6_attrs[] = {
sys/dev/drm/i915/i915_sysfs.c
121
static struct attribute *rc6p_attrs[] = {
sys/dev/drm/i915/i915_sysfs.c
132
static struct attribute *media_rc6_attrs[] = {
sys/dev/drm/i915/i915_sysfs.c
487
static const struct attribute *gen6_attrs[] = {
sys/dev/drm/i915/i915_sysfs.c
499
static const struct attribute *vlv_attrs[] = {
sys/dev/drm/i915/intel_guc_fwif.h
305
u8 attribute;
sys/dev/drm/i915/intel_guc_submission.c
357
desc->attribute = GUC_STAGE_DESC_ATTR_ACTIVE |
sys/dev/drm/i915/intel_guc_submission.c
360
desc->attribute |= GUC_STAGE_DESC_ATTR_PREEMPT;
sys/dev/drm/i915/intel_guc_submission.c
605
stage_desc->attribute &= ~GUC_STAGE_DESC_ATTR_TERMINATED;
sys/dev/drm/include/linux/kobject.h
59
struct attribute **default_attrs;
sys/dev/drm/include/linux/sysfs.h
44
ssize_t (*show)(struct kobject *, struct attribute *,char *);
sys/dev/drm/include/linux/sysfs.h
45
ssize_t (*store)(struct kobject *,struct attribute *,const char *, size_t);
sys/dev/drm/radeon/radeon_pm.c
718
static struct attribute *hwmon_attributes[] = {
sys/dev/drm/radeon/radeon_pm.c
730
struct attribute *attr, int index)
sys/dev/drm/ttm/ttm_bo.c
111
struct attribute *attr,
sys/dev/drm/ttm/ttm_bo.c
121
static struct attribute *ttm_bo_global_attrs[] = {
sys/dev/drm/ttm/ttm_bo.c
51
static struct attribute ttm_bo_count = {
sys/dev/drm/ttm/ttm_memory.c
112
struct attribute *attr,
sys/dev/drm/ttm/ttm_memory.c
149
static struct attribute *ttm_mem_zone_attrs[] = {
sys/dev/drm/ttm/ttm_memory.c
53
static struct attribute ttm_mem_sys = {
sys/dev/drm/ttm/ttm_memory.c
57
static struct attribute ttm_mem_emer = {
sys/dev/drm/ttm/ttm_memory.c
61
static struct attribute ttm_mem_max = {
sys/dev/drm/ttm/ttm_memory.c
65
static struct attribute ttm_mem_swap = {
sys/dev/drm/ttm/ttm_memory.c
69
static struct attribute ttm_mem_used = {
sys/dev/drm/ttm/ttm_memory.c
85
struct attribute *attr,
sys/dev/drm/ttm/ttm_page_alloc.c
133
static struct attribute ttm_page_pool_max = {
sys/dev/drm/ttm/ttm_page_alloc.c
137
static struct attribute ttm_page_pool_small = {
sys/dev/drm/ttm/ttm_page_alloc.c
141
static struct attribute ttm_page_pool_alloc_size = {
sys/dev/drm/ttm/ttm_page_alloc.c
146
static struct attribute *ttm_pool_attrs[] = {
sys/dev/drm/ttm/ttm_page_alloc.c
161
struct attribute *attr, const char *buffer, size_t size)
sys/dev/drm/ttm/ttm_page_alloc.c
195
struct attribute *attr, char *buffer)
sys/dev/drm/ttm/ttm_page_alloc_dma.c
174
static struct attribute ttm_page_pool_max = {
sys/dev/drm/ttm/ttm_page_alloc_dma.c
178
static struct attribute ttm_page_pool_small = {
sys/dev/drm/ttm/ttm_page_alloc_dma.c
182
static struct attribute ttm_page_pool_alloc_size = {
sys/dev/drm/ttm/ttm_page_alloc_dma.c
187
static struct attribute *ttm_pool_attrs[] = {
sys/dev/drm/ttm/ttm_page_alloc_dma.c
201
static ssize_t ttm_pool_store(struct kobject *kobj, struct attribute *attr,
sys/dev/drm/ttm/ttm_page_alloc_dma.c
236
static ssize_t ttm_pool_show(struct kobject *kobj, struct attribute *attr,
sys/dev/raid/ciss/ciss.c
1286
cc->cdb.attribute = CISS_CDB_ATTRIBUTE_SIMPLE;
sys/dev/raid/ciss/ciss.c
1584
cc->cdb.attribute = CISS_CDB_ATTRIBUTE_SIMPLE;
sys/dev/raid/ciss/ciss.c
2372
cc->cdb.attribute = CISS_CDB_ATTRIBUTE_SIMPLE;
sys/dev/raid/ciss/ciss.c
2511
cc->cdb.attribute = CISS_CDB_ATTRIBUTE_SIMPLE;
sys/dev/raid/ciss/ciss.c
3094
cc->cdb.attribute = CISS_CDB_ATTRIBUTE_SIMPLE; /* XXX ordered tags? */
sys/dev/raid/ciss/ciss.c
3413
cc->cdb.attribute = CISS_CDB_ATTRIBUTE_SIMPLE;
sys/dev/raid/ciss/ciss.c
3560
cc->cdb.attribute = CISS_CDB_ATTRIBUTE_SIMPLE;
sys/dev/raid/ciss/ciss.c
3707
cc->cdb.attribute = CISS_CDB_ATTRIBUTE_SIMPLE;
sys/dev/raid/ciss/ciss.c
4176
(cc->cdb.attribute == CISS_CDB_ATTRIBUTE_UNTAGGED) ? "untagged" :
sys/dev/raid/ciss/ciss.c
4177
(cc->cdb.attribute == CISS_CDB_ATTRIBUTE_SIMPLE) ? "simple" :
sys/dev/raid/ciss/ciss.c
4178
(cc->cdb.attribute == CISS_CDB_ATTRIBUTE_HEAD_OF_QUEUE) ? "head-of-queue" :
sys/dev/raid/ciss/ciss.c
4179
(cc->cdb.attribute == CISS_CDB_ATTRIBUTE_ORDERED) ? "ordered" :
sys/dev/raid/ciss/ciss.c
4180
(cc->cdb.attribute == CISS_CDB_ATTRIBUTE_AUTO_CONTINGENT) ? "auto-contingent" : "??");
sys/dev/raid/ciss/cissreg.h
86
u_int8_t attribute:3;