HomeSort by: relevance | last modified time | path
    Searched refs:bd (Results 1 - 25 of 201) sorted by relevancy

1 2 3 4 5 6 7 8 9

  /src/sys/arch/hppa/include/
nvm.h 67 #define NVM_BOOTCKSUM(bd) \
68 ((unsigned int) NVM_BOOTMAGIC + (bd).flags + (bd).device)
  /src/external/bsd/tmux/dist/
key-bindings.c 95 key_bindings_free(struct key_binding *bd)
97 cmd_list_free(bd->cmdlist);
98 free(__UNCONST(bd->note));
99 free(bd);
138 struct key_binding *bd; local
144 RB_FOREACH_SAFE(bd, key_bindings, &table->key_bindings, bd1) {
145 RB_REMOVE(key_bindings, &table->key_bindings, bd);
146 key_bindings_free(bd);
148 RB_FOREACH_SAFE(bd, key_bindings, &table->default_key_bindings, bd1) {
149 RB_REMOVE(key_bindings, &table->default_key_bindings, bd);
160 struct key_binding bd; local
169 struct key_binding bd; local
192 struct key_binding *bd; local
234 struct key_binding *bd; local
261 struct key_binding *bd, *dd; local
310 struct key_binding *bd, *bd1; local
327 struct key_binding *bd, *new_bd; local
    [all...]
cmd-list-keys.c 61 struct key_binding *bd; local
67 bd = key_bindings_first(table);
68 while (bd != NULL) {
69 if ((only != KEYC_UNKNOWN && bd->key != only) ||
70 KEYC_IS_MOUSE(bd->key) ||
71 bd->note == NULL ||
72 *bd->note == '\0') {
73 bd = key_bindings_next(table, bd);
76 width = utf8_cstrwidth(key_string_lookup_key(bd->key, 0))
91 struct key_binding *bd; local
153 struct key_binding *bd; local
    [all...]
  /src/sys/compat/common/
bio_30.c 61 struct bioc_disk *bd = kmem_zalloc(sizeof(*bd), KM_SLEEP); local
63 (void)memcpy(bd, addr, sizeof(struct obioc_disk));
64 error = (*delegate)(cookie, BIOCDISK, bd);
66 kmem_free(bd, sizeof(*bd));
70 (void)memcpy(addr, bd, sizeof(struct obioc_disk));
71 kmem_free(bd, sizeof(*bd));
  /src/sys/arch/alpha/alpha/
autoconf.c 263 static struct bootdev_data bd; local
300 bd.protocol = boot_fields[0];
301 bd.bus = atoi(boot_fields[1]);
302 bd.slot = atoi(boot_fields[2]);
303 bd.channel = atoi(boot_fields[3]);
304 bd.remote_address = boot_fields[4];
305 bd.unit = atoi(boot_fields[5]);
306 bd.boot_dev_type = atoi(boot_fields[6]);
307 bd.ctrl_dev_type = boot_fields[7];
311 bd.protocol, bd.bus, bd.slot, bd.channel)
    [all...]
  /src/external/bsd/openldap/dist/servers/slapd/back-relay/
op.c 127 BackendDB *bd = ((relay_back_info *) key)->ri_bd; local
131 if ( bd == NULL && !BER_BVISNULL( &op->o_req_ndn ) ) {
133 bd = select_backend( &op->o_req_ndn, 1 );
136 if ( bd != NULL ) {
143 return bd;
179 * Forward <act> on <op> to database <bd>, with <relay, op type>-specific
182 #define RELAY_WRAP_OP( op, bd, which, act ) { \
188 (op)->o_bd = (bd); \
202 BackendDB *bd; local
207 bd = relay_back_select_backend( op, rs, which )
275 BackendDB *bd; local
295 BackendDB *bd; local
322 BackendDB *bd; local
    [all...]
  /src/external/lgpl3/gmp/dist/mpn/arm64/
bdiv_dbm1c.asm 41 define(`bd', `x3')
55 L(fi3): mul x12, x5, bd
56 umulh x13, x5, bd
60 L(fi0): mul x10, x5, bd
61 umulh x11, x5, bd
66 mul x12, x5, bd
67 umulh x13, x5, bd
72 L(fi2): mul x10, x5, bd
73 umulh x11, x5, bd
81 L(lo1): mul x10, x5, bd
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/nouveau/
nouveau_ttm.h 8 nouveau_bdev(struct ttm_bo_device *bd)
10 return container_of(bd, struct nouveau_drm, ttm.bdev);
nouveau_backlight.c 71 nv40_get_intensity(struct backlight_device *bd)
73 struct nouveau_encoder *nv_encoder = bl_get_data(bd);
83 nv40_set_intensity(struct backlight_device *bd)
85 struct nouveau_encoder *nv_encoder = bl_get_data(bd);
88 int val = bd->props.brightness;
121 nv50_get_intensity(struct backlight_device *bd)
123 struct nouveau_encoder *nv_encoder = bl_get_data(bd);
136 nv50_set_intensity(struct backlight_device *bd)
138 struct nouveau_encoder *nv_encoder = bl_get_data(bd);
143 u32 val = (bd->props.brightness * div) / 100
    [all...]
  /src/external/lgpl3/gmp/dist/mpn/generic/
bdiv_dbm1c.c 41 mpn_bdiv_dbm1c (mp_ptr qp, mp_srcptr ap, mp_size_t n, mp_limb_t bd, mp_limb_t h)
49 umul_ppmm (p1, p0, a, bd << GMP_NAIL_BITS);
  /src/sys/arch/arc/arc/
autoconf.c 180 static struct bootdev_data bd; local
192 bd.dev_type = dp->dev;
193 ok = getpno(&cp, &bd.bus);
198 bd.dev_type = "sd";
199 ok = getpno(&cp, &bd.bus);
204 ok = getpno(&cp, &bd.unit);
206 bd.unit = 0;
214 if (ok && getpno(&cp, &bd.partition))
215 --bd.partition;
218 bd.partition = 0
    [all...]
  /src/sys/external/bsd/drm2/include/drm/
drm_sysctl.h 33 const void *bp, *ep, *bd, *ed; member in struct:drm_sysctl_def
  /src/external/lgpl3/gmp/dist/mpn/sparc64/ultrasparct3/
bdiv_dbm1c.asm 43 define(`bd', `%i3')
67 mulx bd, %g2, plo1
68 umulxhi(bd, %g2, phi1)
75 mulx bd, %g2, plo0
76 umulxhi(bd, %g2, phi0)
84 L(b1): mulx bd, %g2, plo1
85 umulxhi(bd, %g2, phi1)
94 mulx bd, %g2, plo0
95 umulxhi(bd, %g2, phi0)
102 L(lo2): mulx bd, a1, plo
    [all...]
  /src/external/lgpl3/gmp/dist/mini-gmp/tests/
t-mpq_muldiv.c 53 mpz_t an, bn, rn, ad, bd, rd; local
60 mpz_init (bd);
71 mini_random_op3 (OP_MUL, MAXBITS, ad, bd, rd);
75 _mpq_set_zz (bq, bn, bd);
85 dump ("bd", bd);
105 dump ("bd", bd);
121 dump ("bd", bd);
    [all...]
  /src/external/lgpl3/gmp/dist/tests/mpq/
t-cmp_ui.c 29 ref_mpq_cmp_ui (mpq_t a, unsigned long int bn, unsigned long int bd)
37 mpz_mul_ui (ai, NUM (a), bd);
57 unsigned long int bn, bd; local
102 bd = mpz_get_ui (DEN (b));
104 ccref = ref_mpq_cmp_ui (a, bn, bd);
105 cc = mpq_cmp_ui (a, bn, bd);
  /src/external/bsd/openldap/dist/servers/slapd/back-perl/
close.c 30 BackendInfo *bd
  /src/external/gpl3/gcc/dist/libgcc/config/rs6000/
_mulkc3.c 50 TFtype ac, bd, ad, bc, x, y; local
54 bd = b * d;
58 x = ac - bd;
86 && (isinf (ac) || isinf (bd)
  /src/external/gpl3/gcc.old/dist/libgcc/config/rs6000/
_mulkc3.c 41 TFtype ac, bd, ad, bc, x, y; local
45 bd = b * d;
49 x = ac - bd;
77 && (isinf (ac) || isinf (bd)
  /src/sbin/bioctl/
bioctl.c 345 struct bioc_disk bd; local
349 memset(&bd, 0, sizeof(bd));
350 bd.bd_cookie = bl.bl_cookie;
351 bd.bd_diskid = bt->diskid;
352 bd.bd_volid = bt->volid;
355 if (ioctl(bt->fd, BIOCDISK_NOVOL, &bd) == -1)
357 if (!bd.bd_disknovol)
360 if (ioctl(bt->fd, BIOCDISK, &bd) == -1)
364 switch (bd.bd_status)
693 struct bioc_disk bd; local
939 struct bioc_disk bd; local
    [all...]
  /src/external/lgpl3/gmp/dist/mpn/arm/
bdiv_dbm1c.asm 48 define(`bd', `r3')
64 L(fi3): umull r8, r12, r4, bd
68 L(fi0): umull r6, r7, r4, bd
73 umull r8, r12, r4, bd
78 L(fi2): umull r6, r7, r4, bd
86 L(lo1): umull r6, r7, r4, bd
91 L(lo0): umull r8, r12, r4, bd
96 L(lo3): umull r6, r7, r4, bd
102 umull r8, r12, r4, bd
  /src/sys/dev/pci/
ahd_pci.c 326 struct ahd_pci_busdata *bd; local
340 bd = malloc(sizeof (struct ahd_pci_busdata), M_DEVBUF, M_WAITOK|M_ZERO);
341 bd->pc = pa->pa_pc;
342 bd->tag = pa->pa_tag;
343 bd->func = pa->pa_function;
344 bd->dev = pa->pa_device;
346 ahd->bus_data = bd;
394 &bd->pcix_off, NULL)) {
577 struct ahd_pci_busdata *bd = ahd->bus_data; local
589 cmd = pci_conf_read(bd->pc, bd->tag, PCI_COMMAND_STATUS_REG)
807 struct ahd_pci_busdata *bd = ahd->bus_data; local
958 struct ahd_pci_busdata *bd = ahd->bus_data; local
1019 struct ahd_pci_busdata *bd = ahd->bus_data; local
    [all...]
ahc_pci.c 781 struct ahc_pci_busdata *bd; local
798 bd = malloc(sizeof (struct ahc_pci_busdata), M_DEVBUF, M_WAITOK | M_ZERO);
799 bd->pc = pa->pa_pc;
800 bd->tag = pa->pa_tag;
801 bd->func = pa->pa_function;
802 bd->dev = pa->pa_device;
803 bd->class = pa->pa_class;
805 ahc->bd = bd;
1147 devconfig = pci_conf_read(ahc->bd->pc, ahc->bd->tag, DEVCONFIG)
    [all...]
  /src/external/bsd/openldap/dist/servers/slapd/
frontend.c 60 BackendDB *bd; local
63 bd = op->o_bd;
70 op->o_bd = bd;
81 BackendDB *bd; local
84 bd = op->o_bd;
91 op->o_bd = bd;
  /src/sys/external/bsd/compiler_rt/dist/lib/builtins/
multc3.c 24 long double bd = b * d; local
28 __real__ z = ac - bd;
50 if (!recalc && (crt_isinf(ac) || crt_isinf(bd) ||
  /src/sys/dev/wscons/
wsemul_vt100var.h 32 struct vt100base_data bd; member in struct:wsemul_vt100_emuldata

Completed in 30 milliseconds

1 2 3 4 5 6 7 8 9