HomeSort by: relevance | last modified time | path
    Searched defs:vc (Results 1 - 25 of 44) sorted by relevancy

1 2

  /src/lib/libm/noieee_src/
mathimpl.h 70 # define vc(name, value, x1,x2,x3,x4, bexp, xval) \ macro
74 # define vc(name, value, x1,x2,x3,x4, bexp, xval) \ macro
78 # define vc(name, value, x1,x2,x3,x4, bexp, xval) \ macro
87 # define vc(name, value, x1,x2,x3,x4, bexp, xval) macro
  /src/sys/arch/evbppc/virtex/dev/
tft_plb.c 174 struct vcons_data *vc = arg; local
175 struct plb_tft_softc *psc = vc->cookie;
  /src/sys/ufs/chfs/
chfs_build.c 65 * Travels vc's directory entries and sets the pvno and nlink
70 struct chfs_vnode_cache *vc)
74 TAILQ_FOREACH_SAFE(fd, &vc->scan_dirents, fds, tmpfd) {
85 TAILQ_REMOVE(&vc->scan_dirents, fd, fds);
96 (unsigned long long)vc->vno);
98 child_vc->pvno = vc->vno;
102 vc->nlink++;
111 struct chfs_vnode_cache *vc,
118 dbg("vno: %llu\n", (unsigned long long)vc->vno);
121 nref = vc->dnode
211 struct chfs_vnode_cache *vc; local
    [all...]
chfs_malloc.c 154 struct chfs_vnode_cache* vc; local
155 vc = pool_cache_get(chfs_vnode_cache, PR_WAITOK);
157 memset(vc, 0, sizeof(*vc));
158 vc->vno = vno;
160 vc->v = (void *)vc;
161 vc->dirents = (void *)vc;
162 vc->dnode = (void *)vc
    [all...]
chfs_scan.c 43 struct chfs_vnode_cache *vc; local
48 vc = chfs_vnode_cache_get(chmp, vno);
49 if (vc) {
50 return vc;
59 vc = chfs_vnode_cache_alloc(vno);
61 chfs_vnode_cache_add(chmp, vc);
64 vc->nlink = 2;
65 vc->pvno = CHFS_ROOTINO;
66 vc->state = VNO_STATE_CHECKEDABSENT;
69 return vc;
106 struct chfs_vnode_cache *vc; local
358 struct chfs_vnode_cache *vc; local
    [all...]
chfs_gc.c 221 struct chfs_vnode_cache *vc; local
230 vc = chfs_vnode_cache_get(chmp, vno);
231 if (!vc) {
236 if (vc->state != VNO_STATE_CHECKEDABSENT) {
423 struct chfs_vnode_cache *vc; local
460 vc = chfs_vnode_cache_get(chmp, chmp->chm_checked_vno++);
462 if (!vc) {
463 dbg_gc("!vc\n");
468 if ((vc->pvno | vc->nlink) == 0)
    [all...]
chfs_readinode.c 285 struct chfs_vnode_cache *vc; local
289 vc = chfs_nref_to_vc(td->node->nref);
290 chfs_remove_and_obsolete(chmp, vc, td->node->nref, &vc->dnode);
710 struct chfs_vnode_cache *vc; local
720 vc = chfs_nref_to_vc(this->node->nref);
724 chfs_remove_and_obsolete(chmp, vc, this->node->nref, &vc->dnode);
990 struct chfs_vnode_cache *vc = ip->chvc; local
996 switch (vc->state)
    [all...]
  /src/sys/arch/hpcarm/dev/
epsonlcd.c 177 struct video_chip *vc = &sc->sc_vc; local
188 fb->hf_height = vc->vc_fbheight;
189 fb->hf_width = vc->vc_fbwidth;
190 fb->hf_baseaddr = vc->vc_fbvaddr;
192 fb->hf_offset = vc->vc_fbvaddr - arm_ptob(arm_btop(vc->vc_fbvaddr));
194 fb->hf_bytes_per_line = (vc->vc_fbwidth * vc->vc_fbdepth) / NBBY;
196 fb->hf_bytes_per_plane = vc->vc_fbheight * fb->hf_bytes_per_line;
201 if (vc->vc_reverse
    [all...]
  /src/usr.sbin/mrouted/
kern.c 123 struct vifctl vc; local
125 vc.vifc_vifi = vifi;
126 vc.vifc_flags = v->uv_flags & VIFF_KERNEL_FLAGS;
127 vc.vifc_threshold = v->uv_threshold;
128 vc.vifc_rate_limit = v->uv_rate_limit;
129 vc.vifc_lcl_addr.s_addr = v->uv_lcl_addr;
130 vc.vifc_rmt_addr.s_addr = v->uv_rmt_addr;
133 (char *)&vc, sizeof(vc)) < 0)
  /src/sys/dev/pci/
vga_pci.c 316 struct vga_config *vc = v; local
317 struct vga_pci_softc *psc = (void *) vc->softc;
327 return wsdisplayio_busid_pci(vc->softc->sc_dev,
338 struct vga_config *vc = v; local
339 struct vga_pci_softc *psc = (void *) vc->softc;
350 return (bus_space_mmap(vc->hdl.vh_memt, vb->vb_base,
365 return (bus_space_mmap(vc->hdl.vh_memt, IOM_BEGIN,
372 return bus_space_mmap(vc->hdl.vh_iot,
esa.c 219 struct esa_voice *vc; local
221 vc = hdl;
223 vc->play.mode = *play;
225 vc->rec.mode = *rec;
233 struct esa_voice *vc; local
241 vc = hdl;
242 sc = device_private(vc->parent);
243 p = &vc->play.mode;
244 r = &vc->rec.mode;
250 vc->play.data_offset = ESA_DAC_DATA + (data_bytes * vc->index)
308 struct esa_voice *vc; local
351 struct esa_voice *vc; local
393 struct esa_voice *vc; local
417 struct esa_voice *vc; local
444 struct esa_voice *vc; local
455 struct esa_voice *vc; local
466 struct esa_voice *vc; local
486 struct esa_voice *vc; local
620 struct esa_voice *vc; local
753 struct esa_voice *vc; local
1261 struct esa_voice *vc; local
1707 struct esa_voice *vc; local
    [all...]
  /src/external/bsd/openldap/dist/contrib/slapd-modules/vc/
vc.c 1 /* $NetBSD: vc.c,v 1.3 2025/09/05 21:16:19 christos Exp $ */
3 /* vc.c - LDAP Verify Credentials extop (no spec yet) */
29 __RCSID("$NetBSD: vc.c,v 1.3 2025/09/05 21:16:19 christos Exp $");
162 vc_cb_t *vc = (vc_cb_t *)op->o_callback->sc_private; local
166 ber_dupbv( &vc->sasldata, rs->sr_sasldata );
170 vc->ctrls = ldap_controls_dup( rs->sr_ctrls );
197 vc_cb_t vc = { 0 }; local
346 sc.sc_private = &vc;
353 !BER_BVISEMPTY( &vc.sasldata ) ? &vc.sasldata : NULL
    [all...]
  /src/sys/arch/vax/uba/
uba_sbi.c 223 struct uba_vsoftc * const vc = (void *)sc; local
224 volatile int *hej = &vc->uv_uba->uba_sr;
227 vc->uv_uba->uba_cr = UBACR_IFS|UBACR_BRIE;
233 struct uba_vsoftc * const vc = (void *)sc; local
235 vc->uv_uba->uba_cr = UBACR_IFS | UBACR_BRIE |
237 (vc->uv_uba->uba_cr & 0x7c000000);
244 struct uba_vsoftc * const vc = (void *)sc; local
245 volatile int *hej = &vc->uv_uba->uba_sr;
258 struct uba_vsoftc *vc = arg; local
259 struct uba_regs *ur = vc->uv_uba
301 struct uba_vsoftc *vc = (void *)sc; local
313 struct uba_vsoftc *vc = (void *)sc; local
334 struct uba_vsoftc *vc = (void *)uh; local
    [all...]
  /src/external/cddl/osnet/dist/uts/common/fs/zfs/
vdev_cache.c 150 vdev_cache_evict(vdev_cache_t *vc, vdev_cache_entry_t *ve)
152 ASSERT(MUTEX_HELD(&vc->vc_lock));
156 avl_remove(&vc->vc_lastused_tree, ve);
157 avl_remove(&vc->vc_offset_tree, ve);
170 vdev_cache_t *vc = &zio->io_vd->vdev_cache; local
174 ASSERT(MUTEX_HELD(&vc->vc_lock));
183 if ((avl_numnodes(&vc->vc_lastused_tree) << zfs_vdev_cache_bshift) >
185 ve = avl_first(&vc->vc_lastused_tree);
189 vdev_cache_evict(vc, ve);
197 avl_add(&vc->vc_offset_tree, ve)
228 vdev_cache_t *vc = &vd->vdev_cache; local
266 vdev_cache_t *vc = &zio->io_vd->vdev_cache; local
343 vdev_cache_t *vc = &zio->io_vd->vdev_cache; local
379 vdev_cache_t *vc = &vd->vdev_cache; local
391 vdev_cache_t *vc = &vd->vdev_cache; local
407 vdev_cache_t *vc = &vd->vdev_cache; local
    [all...]
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
oranking.cc 175 volatile char *vc = 0; local
179 return foo15 (c) + foo15 (cc) + foo15 (vc) + foo15 (cvc);
241 volatile char *vc = 0; local
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
oranking.cc 175 volatile char *vc = 0; local
179 return foo15 (c) + foo15 (cc) + foo15 (vc) + foo15 (cvc);
241 volatile char *vc = 0; local
  /src/sys/dev/isa/
ega.c 286 ega_selectfont(struct ega_config *vc, struct egascreen *scr, char *name1, char *name2)
296 struct egafont *f = vc->vc_fonts[i];
336 ega_init_screen(struct ega_config *vc, struct egascreen *scr, const struct wsscreen_descr *type, int existing, long *attrp)
341 scr->cfg = vc;
342 scr->pcs.hdl = (struct pcdisplay_handle *)&vc->hdl;
349 cpos = vga_6845_read(&vc->hdl, cursorh) << 8;
350 cpos |= vga_6845_read(&vc->hdl, cursorl);
356 scr->pcs.dispoffset = vga_6845_read(&vc->hdl, startadrh) << 9;
357 scr->pcs.dispoffset |= vga_6845_read(&vc->hdl, startadrl) << 1;
381 if (ega_selectfont(vc, scr, 0, 0))
585 struct ega_config *vc = v; local
621 struct ega_config *vc = vs->cfg; local
652 struct ega_config *vc = scr->cfg; local
744 struct ega_config *vc = v; local
800 struct ega_config *vc = scr->cfg; local
    [all...]
  /src/usr.bin/pr/
pr.c 339 struct vcol *vc = NULL; local
374 if ((vc = malloc((unsigned)mvc*sizeof(struct vcol))) == NULL)
455 vc[cvc].pt = ptbf;
470 vc[cvc++].cnt = cnt;
548 cnt = vc[tvc].cnt;
555 cnt = vc[tvc].cnt + 1;
560 if (otln(vc[tvc].pt, cnt, &ips,
639 free(vc);
  /src/external/gpl3/autoconf/dist/
maint.mk 39 VC = $(GIT)
41 VC_LIST = $(srcdir)/$(_build-aux)/vc-list-files -C $(srcdir)
80 ifeq ($(VC),$(GIT))
81 this-vc-tag = v$(VERSION)
82 this-vc-tag-regexp = v$(VERSION_REGEXP)
86 this-vc-tag = $(tag-package)-$(tag-this-version)
87 this-vc-tag-regexp = $(this-vc-tag)
137 local-checks-available += no-vc-detected
138 no-vc-detected
    [all...]
  /src/bin/sh/
parser.c 1675 int c, vc, i, n; local
1830 vc = (char)v;
1831 VTRACE(DBG_LEXER, ("->%u(%#x)['%c']", v, v, vc&0xFF));
1839 if (vc == '\n') {
1849 if (vc == '\0') {
1850 CTRACE(DBG_LEXER, ("\\0: skip to '", v, v, vc&0xFF));
1867 CVTRACE(DBG_LEXER, NEEDESC(vc), ("CTLESC-"));
1868 VTRACE(DBG_LEXER, ("'%c'(%#.2x)", vc&0xFF, vc&0x1FF));
1869 if (NEEDESC(vc))
    [all...]
  /src/sys/arch/hpcsh/dev/hd64461/
hd64461video.c 106 struct video_chip vc; member in struct:hd64461video_chip
205 struct video_chip *vc = &hd64461video_chip.vc; local
245 on_screen_size = (vc->vc_fbwidth * vc->vc_fbheight * vc->vc_fbdepth) /
247 hd64461video_chip.off_screen_addr = (uint8_t *)vc->vc_fbvaddr +
295 hd64461video_chip.vc.vc_reverse = video_reverse_color();
329 struct video_chip *vc = &hvc->vc; local
963 struct video_chip *vc = &hvc->vc; local
    [all...]
  /src/sys/dev/hpc/
hpcfb.c 987 struct hpcfb_vchar *vc = &vscn[row].col[col]; local
1009 vc->c = uc;
1010 vc->attr = attr;
  /src/sys/dev/ic/
vga.c 323 egavga_getfont(struct vga_config *vc, struct vgascreen *scr, const char *name,
330 TAILQ_FOREACH(f, &vc->vc_fontlist, next) {
368 TAILQ_INSERT_TAIL(&vc->vc_fontlist, f, next);
380 egavga_unreffont(struct vga_config *vc, struct egavga_font *f)
388 TAILQ_REMOVE(&vc->vc_fontlist, f, next);
390 KASSERT(vc->vc_fonts[f->slot] == f);
391 vc->vc_fonts[f->slot] = 0;
402 vga_selectfont(struct vga_config *vc, struct vgascreen *scr, const char *name1,
408 f1 = egavga_getfont(vc, scr, name1, 1);
413 f2 = egavga_getfont(vc, scr, name2, 0)
596 struct vga_config *vc; local
715 struct vga_config *vc; local
782 struct vga_config *vc = v; local
850 struct vga_config *vc = v; local
866 struct vga_config *vc = v; local
901 struct vga_config *vc = vs->cfg; local
982 struct vga_config *vc = scr->cfg; local
1073 struct vga_config *vc = v; local
1098 struct vga_config *vc = scr->cfg; local
1459 struct vga_config *vc = v; local
    [all...]
vga_raster.c 377 vga_raster_init(struct vga_config *vc, bus_space_tag_t iot,
380 struct vga_handle *vh = &vc->hdl;
406 vc->nscreens = 0;
407 LIST_INIT(&vc->screens);
408 vc->active = NULL;
409 vc->currenttype = vh->vh_mono ? &vga_25lscreen_mono : &vga_25lscreen;
410 callout_init(&vc->vc_switch_callout, 0);
413 vc->nfonts = 1;
414 LIST_INIT(&vc->vc_fontlist);
434 LIST_INSERT_HEAD(&vc->vc_fontlist, vf, next)
527 struct vga_config *vc; local
558 struct vga_config *vc; local
626 struct vga_config *vc = v; local
688 struct vga_config *vc = v; local
704 struct vga_config *vc = v; local
735 struct vga_config *vc = vs->cfg; local
753 struct vga_config *vc = scr->cfg; local
1405 struct vga_config *vc = scr->cfg; local
    [all...]
  /src/crypto/external/bsd/heimdal/dist/lib/base/
db.c 1346 heim_object_t vc, ve, vt; local
1348 vc = heim_dict_get_value(options, HSTR("create"));
1351 if (vc && vt) {
1355 } else if (vc || ve || vt) {

Completed in 46 milliseconds

1 2