attributes 58 daemons/attrd/attrd_attributes.c g_hash_table_replace(attributes, a->id, a); attributes 102 daemons/attrd/attrd_attributes.c GHashTable *attributes = NULL; attributes 145 daemons/attrd/attrd_attributes.c g_hash_table_iter_init(&aIter, attributes); attributes 168 daemons/attrd/attrd_attributes.c a = g_hash_table_lookup(attributes, attr); attributes 45 daemons/attrd/attrd_cib.c attribute_t *a = g_hash_table_lookup(attributes, name); attributes 353 daemons/attrd/attrd_cib.c g_hash_table_iter_init(&iter, attributes); attributes 415 daemons/attrd/attrd_corosync.c g_hash_table_iter_init(&aIter, attributes); attributes 483 daemons/attrd/attrd_corosync.c g_hash_table_iter_init(&iter, attributes); attributes 549 daemons/attrd/attrd_corosync.c g_hash_table_iter_init(&aIter, attributes); attributes 574 daemons/attrd/attrd_corosync.c g_hash_table_iter_init(&aIter, attributes); attributes 54 daemons/attrd/attrd_ipc.c a = g_hash_table_lookup(attributes, attr); attributes 271 daemons/attrd/attrd_ipc.c g_hash_table_iter_init(&aIter, attributes); attributes 339 daemons/attrd/attrd_ipc.c attribute_t *a = g_hash_table_lookup(attributes, attr); attributes 286 daemons/attrd/pacemaker-attrd.c attributes = pcmk__strkey_table(NULL, attrd_free_attribute); attributes 342 daemons/attrd/pacemaker-attrd.c g_hash_table_destroy(attributes); attributes 151 daemons/attrd/pacemaker-attrd.h extern GHashTable *attributes; attributes 414 daemons/controld/controld_join_dc.c const char *attributes[] = { attributes 420 daemons/controld/controld_join_dc.c for (lpc = 0; cmp == 0 && lpc < PCMK__NELEM(attributes); lpc++) { attributes 421 daemons/controld/controld_join_dc.c cmp = compare_int_fields(max_generation_xml, generation, attributes[lpc]); attributes 265 maint/gnulib/lib/glthread/lock.c pthread_rwlockattr_t attributes; attributes 268 maint/gnulib/lib/glthread/lock.c err = pthread_rwlockattr_init (&attributes); attributes 275 maint/gnulib/lib/glthread/lock.c err = pthread_rwlockattr_setkind_np (&attributes, attributes 278 maint/gnulib/lib/glthread/lock.c err = pthread_rwlock_init(lock, &attributes); attributes 281 maint/gnulib/lib/glthread/lock.c pthread_rwlockattr_destroy (&attributes); attributes 535 maint/gnulib/lib/glthread/lock.c pthread_mutexattr_t attributes; attributes 538 maint/gnulib/lib/glthread/lock.c err = pthread_mutexattr_init (&attributes); attributes 541 maint/gnulib/lib/glthread/lock.c err = pthread_mutexattr_settype (&attributes, PTHREAD_MUTEX_RECURSIVE); attributes 544 maint/gnulib/lib/glthread/lock.c pthread_mutexattr_destroy (&attributes); attributes 547 maint/gnulib/lib/glthread/lock.c err = pthread_mutex_init (lock, &attributes); attributes 550 maint/gnulib/lib/glthread/lock.c pthread_mutexattr_destroy (&attributes); attributes 553 maint/gnulib/lib/glthread/lock.c err = pthread_mutexattr_destroy (&attributes); attributes 564 maint/gnulib/lib/glthread/lock.c pthread_mutexattr_t attributes; attributes 567 maint/gnulib/lib/glthread/lock.c err = pthread_mutexattr_init (&attributes); attributes 570 maint/gnulib/lib/glthread/lock.c err = pthread_mutexattr_settype (&attributes, PTHREAD_MUTEX_RECURSIVE); attributes 573 maint/gnulib/lib/glthread/lock.c pthread_mutexattr_destroy (&attributes); attributes 576 maint/gnulib/lib/glthread/lock.c err = pthread_mutex_init (&lock->recmutex, &attributes); attributes 579 maint/gnulib/lib/glthread/lock.c pthread_mutexattr_destroy (&attributes); attributes 582 maint/gnulib/lib/glthread/lock.c err = pthread_mutexattr_destroy (&attributes); attributes 215 maint/gnulib/lib/mtx.c pthread_mutexattr_t attributes; attributes 218 maint/gnulib/lib/mtx.c err = pthread_mutexattr_init (&attributes); attributes 221 maint/gnulib/lib/mtx.c err = pthread_mutexattr_settype (&attributes, PTHREAD_MUTEX_RECURSIVE); attributes 224 maint/gnulib/lib/mtx.c pthread_mutexattr_destroy (&attributes); attributes 227 maint/gnulib/lib/mtx.c err = pthread_mutex_init (mutex, &attributes); attributes 230 maint/gnulib/lib/mtx.c pthread_mutexattr_destroy (&attributes); attributes 233 maint/gnulib/lib/mtx.c err = pthread_mutexattr_destroy (&attributes); attributes 115 maint/gnulib/lib/utime.c DWORD attributes = GetFileAttributes (rname); attributes 116 maint/gnulib/lib/utime.c if (attributes == INVALID_FILE_ATTRIBUTES) attributes 122 maint/gnulib/lib/utime.c if ((attributes & FILE_ATTRIBUTE_DIRECTORY) == 0) attributes 57 maint/gnulib/tests/test-openpty.c struct termios attributes; attributes 59 maint/gnulib/tests/test-openpty.c if (tcgetattr (tcfd, &attributes) < 0) attributes 65 maint/gnulib/tests/test-openpty.c attributes.c_lflag |= ECHO | ICANON | ECHOE; attributes 66 maint/gnulib/tests/test-openpty.c attributes.c_cc[VERASE] = '\177'; attributes 67 maint/gnulib/tests/test-openpty.c if (tcsetattr (tcfd, TCSANOW, &attributes) < 0)