Searched refs:ba (Results 1 - 25 of 52) sorted by relevance

123

/freebsd-9.3-release/sys/kern/
H A Dsubr_busdma_bufalloc.c76 struct busdma_bufalloc *ba; local
81 ba = malloc(sizeof(struct busdma_bufalloc), M_DEVBUF,
84 ba->min_size = MAX(MIN_ZONE_BUFSIZE, minimum_alignment);
94 for (i = 0, bz = ba->buf_zones, cursize = ba->min_size;
95 i < nitems(ba->buf_zones) && cursize <= MAX_ZONE_BUFSIZE;
103 busdma_bufalloc_destroy(ba);
110 ++ba->num_zones;
113 return (ba);
117 busdma_bufalloc_destroy(busdma_bufalloc_t ba) argument
133 busdma_bufalloc_findzone(busdma_bufalloc_t ba, bus_size_t size) argument
[all...]
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dbptree.c142 struct bptree_args *ba = arg; local
147 err = ba->ba_func(ba->ba_arg, bp, ba->ba_tx);
148 if (err == 0 && ba->ba_free) {
149 ba->ba_phys->bt_bytes -= bp_get_dsize_sync(spa, bp);
150 ba->ba_phys->bt_comp -= BP_GET_PSIZE(bp);
151 ba->ba_phys->bt_uncomp -= BP_GET_UCSIZE(bp);
163 struct bptree_args ba; local
174 ba
[all...]
/freebsd-9.3-release/usr.bin/bluetooth/bthost/
H A Dbthost.c76 bdaddr_t ba; local
80 if (bt_aton(arg, &ba) == 1) {
82 he = bt_gethostbyaddr((char const *) &ba, sizeof(ba),
90 herror(reverse? bt_ntoa(&ba, bastr) : arg);
99 reverse? bt_ntoa(&ba, bastr) : arg,
/freebsd-9.3-release/sys/sys/
H A Dbusdma_bufalloc.h90 void busdma_bufalloc_destroy(busdma_bufalloc_t ba);
97 struct busdma_bufzone * busdma_bufalloc_findzone(busdma_bufalloc_t ba,
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/sparc/ustack/
H A Dtst.circstack.s40 ba loop
/freebsd-9.3-release/lib/libbluetooth/
H A Dbluetooth.c274 bt_ntoa(bdaddr_t const *ba, char *str) argument
282 ba->b[5], ba->b[4], ba->b[3], ba->b[2], ba->b[1], ba->b[0]);
288 bt_aton(char const *str, bdaddr_t *ba) argument
293 memset(ba, 0, sizeof(*ba));
[all...]
H A Dbluetooth.h60 #define ba2str(ba, str) bt_ntoa((ba), (str))
61 #define str2ba(str, ba) (bt_aton((str), (ba)) == 1? 0 : -1)
83 char const * bt_ntoa (bdaddr_t const *ba, char *str);
84 int bt_aton (char const *str, bdaddr_t *ba);
/freebsd-9.3-release/lib/libthr/thread/
H A Dthr_cond.c403 struct broadcast_arg *ba = arg; local
405 struct pthread *curthread = ba->curthread;
418 if (ba->count >= MAX_DEFER_WAITERS) {
419 _thr_wake_all(ba->waddrs, ba->count);
420 ba->count = 0;
422 ba->waddrs[ba->count++] = &td->wake_addr->value;
432 struct broadcast_arg ba; local
447 ba
[all...]
/freebsd-9.3-release/usr.sbin/bluetooth/hccontrol/
H A Dutil.c386 hci_bdaddr2str(bdaddr_t const *ba) argument
392 if (memcmp(ba, NG_HCI_BDADDR_ANY, sizeof(*ba)) == 0) {
400 (he = bt_gethostbyaddr((char *)ba, sizeof(*ba), AF_BLUETOOTH)) != NULL) {
406 bt_ntoa(ba, buffer);
/freebsd-9.3-release/sys/boot/powerpc/ps3/
H A Dstart.S72 ba thread1_start /* kboot copies the first 256 bytes to
87 ba 0x100 /* Jump to the reset vector */
153 ba relocate_self_cache
168 ba relocated_start
/freebsd-9.3-release/usr.sbin/bluetooth/l2control/
H A Dl2cap.c44 bdaddrpr(bdaddr_t const *ba) argument
50 if (memcmp(ba, NG_HCI_BDADDR_ANY, sizeof(*ba)) == 0) {
58 (he = bt_gethostbyaddr((char *)ba, sizeof(*ba), AF_BLUETOOTH)) != NULL) {
64 bt_ntoa(ba, str);
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/sparc/usdt/
H A Dtst.tailcall.ksh65 ba 1b
/freebsd-9.3-release/sys/dev/ipmi/
H A Dipmi_smbios.c69 #define IPMI_BAR_MODE(ba) ((ba) & 0x0000000000000001)
70 #define IPMI_BAR_ADDR(ba) ((ba) & 0xfffffffffffffffe)
/freebsd-9.3-release/usr.bin/bluetooth/btsockstat/
H A Dbtsockstat.c67 static char * bdaddrpr (bdaddr_p const ba, char *str, int len);
547 bdaddrpr(bdaddr_p const ba, char *str, int len) argument
557 if (memcmp(ba, NG_HCI_BDADDR_ANY, sizeof(*ba)) == 0) {
565 (he = bt_gethostbyaddr((char *)ba, sizeof(*ba), AF_BLUETOOTH)) != NULL) {
571 bt_ntoa(ba, str);
/freebsd-9.3-release/sys/sparc64/sparc64/
H A Dsupport.S74 ba %xcc, 1b ; \
112 ba %xcc, 1b ; \
122 ba %xcc, 2b ; \
129 ba %xcc, 3b ; \
136 ba %xcc, 4b ; \
165 ba %xcc, 1b ; \
171 ba,a %xcc, 5f ; \
185 ba %xcc, 3b ; \
194 ba %xcc, 4b ; \
203 ba
[all...]
H A Dswtch.S50 ba %xcc, .Lsw1
71 ba,a,pt %xcc, 2f
314 ba,pt %xcc, 6b
317 ba,pt %xcc, 6b
H A Dexception.S203 ba,a %xcc, 1b
236 ba %xcc, tl1_trap
326 ba %xcc, tl0_sftrap ; \
334 ba %xcc, rsf_fatal ; \
353 ba,a %xcc, tl1_spill_topcb ; \
454 ba %xcc, tl0_utrap
486 ba %xcc, tl1_trap
513 ba %xcc, tl0_sfsr_trap
525 ba %xcc, tl0_sfsr_trap
536 ba
[all...]
H A Dinterrupt.S229 ba,a %xcc, 1b
H A Dmp_locore.S154 ba %xcc, 7f
163 ba %xcc, 4b
/freebsd-9.3-release/crypto/openssl/crypto/bio/
H A Dbss_acpt.c129 BIO_ACCEPT *ba; local
134 if ((ba = BIO_ACCEPT_new()) == NULL)
136 bi->ptr = (char *)ba;
137 ba->state = ACPT_S_BEFORE;
/freebsd-9.3-release/sys/contrib/octeon-sdk/
H A Dcvmx-srio.c1152 needed_subid.s.ba = destid;
1157 needed_subid.s.ba = (base>>34) & 0xff;
1158 needed_subid.s.ba |= ((uint64_t)destid & 0xff) << (42-34);
1159 needed_subid.s.ba |= (((uint64_t)destid>>8) & 0xff) << (51-34);
1174 needed_subid.s.ba = (base>>34) & 0xffff;
1175 needed_subid.s.ba |= ((uint64_t)destid & 0xff) << (51-34);
1187 needed_subid.s.ba |= (((uint64_t)s2m_index >> 2) & 1) << (50-34);
1188 needed_subid.s.ba |= (((uint64_t)s2m_index >> 3) & 1) << (59-34);
1233 read_s2m_type = ((subid.s.ba>>(50-34))&1<<2) | ((subid.s.ba>>(5
[all...]
/freebsd-9.3-release/contrib/texinfo/makeinfo/
H A Dlang.h32 ba, be, bg, bh, bi, bn, bo, br, enumerator in enum:__anon4252
/freebsd-9.3-release/contrib/groff/font/devps/generate/
H A Dtextmap130 bar ba
/freebsd-9.3-release/contrib/groff/font/devps/
H A Dsymbolmap133 bar ba
/freebsd-9.3-release/sys/arm/arm/
H A Dbusdma_machdep.c691 busdma_bufalloc_t ba; local
718 ba = coherent_allocator;
722 ba = standard_allocator;
735 bufzone = busdma_bufalloc_findzone(ba, dmat->maxsize);
784 busdma_bufalloc_t ba; local
787 ba = coherent_allocator;
789 ba = standard_allocator;
795 bufzone = busdma_bufalloc_findzone(ba, dmat->maxsize);

Completed in 163 milliseconds

123