Home
last modified time | relevance | path

Searched refs:pattr (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/external/gpl3/binutils/dist/gold/
Ddwarf_reader.cc823 const unsigned char* pattr = pdie + this->attr_offset_; in read_attributes() local
834 form = read_unsigned_LEB_128(pattr, &len); in read_attributes()
835 pattr += len; in read_attributes()
837 off_t attr_off = this->die_offset_ + (pattr - pdie); in read_attributes()
858 str_off = this->dwinfo_->read_from_pointer<32>(&pattr); in read_attributes()
860 str_off = this->dwinfo_->read_from_pointer<64>(&pattr); in read_attributes()
869 attr_value.val.uintval = read_unsigned_LEB_128(pattr, &len); in read_attributes()
870 pattr += len; in read_attributes()
873 attr_value.val.uintval = *pattr++; in read_attributes()
877 this->dwinfo_->read_from_pointer<16>(&pattr); in read_attributes()
[all …]
/netbsd/src/lib/librumpuser/
Drumpuser_pth.c60 pthread_attr_t pattr; in rumpuser_thread_create() local
63 if ((rv = pthread_attr_init(&pattr)) != 0) in rumpuser_thread_create()
68 pthread_attr_setdetachstate(&pattr, PTHREAD_CREATE_JOINABLE); in rumpuser_thread_create()
71 pthread_attr_setdetachstate(&pattr, PTHREAD_CREATE_DETACHED); in rumpuser_thread_create()
77 rv = pthread_create(ptidp, &pattr, f, arg); in rumpuser_thread_create()
98 pthread_attr_destroy(&pattr); in rumpuser_thread_create()
/netbsd/src/external/cddl/osnet/dist/uts/common/dtrace/
Dfasttrap.c1637 const dtrace_pattr_t *pattr) in fasttrap_provider_lookup() argument
1646 ASSERT(pattr != NULL); in fasttrap_provider_lookup()
1730 dtrace_register(provname, pattr, in fasttrap_provider_lookup()
1732 pattr == &pid_attr ? &pid_pops : &usdt_pops, new_fp, in fasttrap_provider_lookup()
/netbsd/src/sys/dev/ic/
Dsti.c1456 sti_alloc_attr(void *v, int fg, int bg, int flags, long *pattr) in sti_alloc_attr() argument
1473 *pattr = WSATTR_PACK(fg, bg, flags); in sti_alloc_attr()