HomeSort by relevance Sort by last modified time
    Searched refs:bc (Results 1 - 25 of 73) sorted by null

1 2 3

  /onnv/onnv-gate/usr/src/lib/libast/common/comp/
strcasecmp.c 40 register int bc;
48 bc = *b++;
49 if (isupper(bc))
50 bc = tolower(bc);
51 if (d = ac - bc)
strncasecmp.c 41 register int bc;
52 bc = *b++;
53 if (isupper(bc))
54 bc = tolower(bc);
55 if (d = ac - bc)
  /onnv/onnv-gate/usr/src/uts/common/vm/
hat.c 75 printwarn(struct badcall_node *bc)
82 bc->bc_modname);
92 for (sf = 0; sf < bc->bc_stackdepth; sf++) {
93 ksym = kobj_getsymname(bc->bc_callstack[sf], &off);
104 struct badcall_node *bc; local
126 for (bc = bad_getkpfnum_callers; bc != NULL; bc = bc->bc_linkage)
127 if (strcmp(bc->bc_modname, modname) == 0
    [all...]
  /onnv/onnv-gate/usr/src/lib/libparted/common/libparted/fs/ext2/
ext2_buffer.c 48 static int try_to_flush(struct ext2_buffer_cache *bc)
52 for (i=0;i<bc->size;i++)
56 bh = &bc->heads[i];
65 for (i=0;i<bc->size;i++)
69 bh = &bc->heads[i];
91 static struct ext2_buffer_head *ext2_bh_alloc(struct ext2_buffer_cache *bc, blk_t block)
99 for (i=0;i<bc->size;i++)
101 bh = &bc->heads[i];
107 if (i == bc->size)
109 try_to_flush(bc);
307 struct ext2_buffer_cache *bc; local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/bc/
Makefile 29 PROG= bc
30 XPG6PROG= bc
32 EXOBJS= bc.o
33 XPG6EXOBJS= exobjs.xpg6/bc.o
71 $(XD)/bc.o: bc.y
72 $(YACC.y) bc.y
  /onnv/onnv-gate/usr/src/cmd/man/src/util/instant.src/tptregexp/
tests 11 ab*bc abc y & abc
12 ab*bc abbc y & abbc
13 ab*bc abbbbc y & abbbbc
14 ab+bc abbc y & abbc
15 ab+bc abc n - -
16 ab+bc abq n - -
17 ab+bc abbbbc y & abbbbc
18 ab?bc abbc y & abbc
19 ab?bc abc y & abc
20 ab?bc abbbbc n -
    [all...]
  /onnv/onnv-gate/usr/src/lib/libc/i386/gen/
_mul64.s 37 / ac bc
39 / ac ad+bc bd
41 / We can ignore ac and top 32 bits of ad+bc: if <> 0, overflow happened.
58 mull 20(%ebp) / Multiply A.lo * B.hi (producing bc)
59 addl %ecx,%eax / Produce ad+bc
  /onnv/onnv-gate/usr/src/uts/common/crypto/api/
kcf_cbufcall.c 82 crypto_bufcall_free(crypto_bc_t bc)
84 kcf_cbuf_elem_t *cbufp = (kcf_cbuf_elem_t *)bc;
107 crypto_bufcall(crypto_bc_t bc, void (*func)(void *arg), void *arg)
111 cbufp = (kcf_cbuf_elem_t *)bc;
155 crypto_unbufcall(crypto_bc_t bc)
157 kcf_cbuf_elem_t *cbufp = (kcf_cbuf_elem_t *)bc;
  /onnv/onnv-gate/usr/src/lib/libcurses/screen/
init_color.c 127 float rc, gc, bc, h, l, s; local
154 bc = (max - b) / (max - min);
157 h = bc - gc;
159 h = 2 + rc - bc;
  /onnv/onnv-gate/usr/src/lib/libldap5/sources/ldap/common/
ldaputf8.c 141 unsigned long sc, bc; local
150 for (bp = brk; (bc = LDAP_UTF8GETCC(bp)) != 0;) {
151 if (sc == bc)
168 if ((bc = LDAP_UTF8GETCC(bp)) == sc) {
177 } while (bc != 0);
  /onnv/onnv-gate/usr/src/uts/common/inet/ip/
ip6_if.c     [all...]
  /onnv/onnv-gate/usr/src/cmd/fmli/vt/
physical.c 69 * (br, bc is the beginning offset of the frame on the screen and
72 #define PTS_to(r, c, br, bc, mr, mc) \
74 (c > bc) && (c < (bc + mc - 1)))
79 #define ON_border(r, c, br, bc, mr, mc) \
81 (c >= bc && (c <= (bc + mc - 1)))) || \
82 ((c == bc || (c == (bc + mc - 1))) && \
  /onnv/onnv-gate/usr/src/lib/fm/topo/modules/sun4/ioboard/
ioboard.c 226 uint_t bc, ac; local
244 bc = strtonum(mod, bac, &e);
261 *brd = ((bc - baseaddr) / bussep) + minbrd;
262 *br = (bc - baseaddr) % bussep;
267 topo_mod_dprintf(mod, "brd=%d br=%d bus=%d bc=%x ac=%x\n",
268 *brd, *br, *bus, bc, ac);
  /onnv/onnv-gate/usr/src/cmd/mdb/common/modules/genunix/
leaky_subr.c 522 kmem_bufctl_audit_t bc; local
524 if (mdb_vread(&bc, sizeof (bc), addr) == -1) {
530 depth = MIN(bc.bc_depth, KMEM_STACK_DEPTH);
542 leaky_add_leak(TYPE_KMEM, addr, (uintptr_t)bc.bc_addr,
543 bc.bc_timestamp, bc.bc_stack + 1, depth,
544 (uintptr_t)bc.bc_cache, 0);
904 kmem_bufctl_audit_t bc; local
920 if (mdb_vread(&bc, sizeof (bc), lkb->lkb_addr) == -1)
    [all...]
kmem.c 866 kmem_bufctl_t bc; local
875 if (mdb_vread(&bc, sizeof (kmem_bufctl_t),
880 if (bc.bc_addr == buf) {
884 bcp = bc.bc_next;
1340 kmem_bufctl_t bc; local
1690 kmem_bufctl_audit_t bc; local
1735 kmem_bufctl_audit_t bc; local
1981 kmem_bufctl_audit_t bc; local
2839 kmem_bufctl_audit_t bc; local
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/io/comstar/port/qlt/
qlt_dma.c 81 qlt_dmem_bctl_t *bctl, *bc; local
190 bc = bctl;
191 while (bc) {
192 stmf_free(bc->bctl_buf);
193 bc = bc->bctl_next;
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/IPC/
Open2.pm 66 assumes it's going to talk to something like B<bc>, both writing
68 "know" that commands like B<bc> will read a line at a time and
  /onnv/onnv-gate/usr/src/cmd/fmli/inc/
smdef.h 100 struct supalias bc[1]; member in struct:msg_head
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/EBCDIC/
EBCDIC.pm 18 $posix_bc = encode("posix-bc", $utf8); # loads Encode::EBCDIC implicitly
33 posix-bc
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Storable/t/
tied_hook.t 217 my $bc = bless \%hash, 'FOO'; # FOO does not exist -> no hook
218 my $bx = thaw freeze $bc;
241 $bc = bless \%hash, 'TIED_HASH_REF';
242 $bx = thaw freeze $bc;
  /onnv/onnv-gate/usr/src/lib/libsmbfs/smb/
negprot.c 108 uint16_t dindex, bc; local
219 err = mb_get_uint16le(mbp, &bc); /* ByteCount */
335 len = (int)bc - SMB_GUIDLEN;
357 if (bc < eklen || eklen < NTLM_CHAL_SZ) {
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.lib/bridged/
events.c 459 bridge_ctl_t bc; local
464 retv = read(control_fd, &bc, sizeof (bc));
465 if (retv != sizeof (bc))
467 if ((port = find_by_linkid(bc.bc_linkid)) == NULL)
469 if (port->sdu_failed == bc.bc_failed)
471 port->sdu_failed = bc.bc_failed;
487 if ((rc = STP_IN_enable_port(port->port_index, !bc.bc_failed)) != 0)
489 port->name, bc.bc_failed ? "disable" : "enable",
  /onnv/onnv-gate/usr/src/cmd/picl/plugins/sun4u/enchilada/frudata/
libpiclfrudata.conf 44 name:/platform/pci@1e,600000/isa@7/i2c@0,320/dimm-spd@0,bc
45 PROP FRUDevicePath string r 0 "/devices/pci@1e,600000/isa@7/i2c@0,320/dimm-spd@0,bc:dimm-spd"
  /onnv/onnv-gate/usr/src/pkgdefs/SUNWxcu6/
prototype_com 51 f none usr/xpg6/bin/bc 555 root bin
  /onnv/onnv-gate/usr/src/pkgdefs/common_files/
i.configmapconf 38 printf "ibase=16\n %s\n" $* | bc

Completed in 780 milliseconds

1 2 3