HomeSort by: relevance | last modified time | path
    Searched defs:adp (Results 1 - 9 of 9) sorted by relevancy

  /src/sys/fs/adosfs/
adlookup.c 77 struct anode *adp; /* anode of search dir */ local in function:adosfs_lookup
87 adp = VTOA(vdp);
148 error = VFS_VGET(vdp->v_mount, (ino_t)adp->pblock,
163 hval = adoshash(pelt, plen, adp->ntabent, IS_INTER(adp->amp));
164 bn = adp->tab[hval];
165 i = uimin(adp->tabi[hval], 0);
176 if (--i < adp->tabi[hval])
177 adp->tabi[hval] = i;
184 if (i != adp->tabi[hval]
    [all...]
advnops.c 544 struct dirent ad, *adp; local in function:adosfs_readdir
567 adp = &ad;
645 memset(adp, 0, sizeof *adp);
646 adp->d_fileno = ap->block;
652 adp->d_type = DT_REG;
655 adp->d_type = DT_DIR;
658 adp->d_type = DT_LNK;
661 adp->d_type = DT_UNKNOWN;
664 adp->d_namlen = strlen(ap->name)
    [all...]
  /src/sys/arch/amiga/dev/
zbus.c 278 const struct aconfdata *adp, *eadp; local in function:aconflookup
281 for (adp = aconftab; adp < eadp; adp++)
282 if (adp->manid == mid && adp->prodid == pid)
283 return(adp->name);
amidisplaycc.c 424 struct amidisplaycc_softc * adp; local in function:amidisplaycc_attach
428 adp = device_private(self);
440 if (adp) {
445 amidisplaycc_consolescreen.device = adp;
446 adp->currentscreen = &amidisplaycc_consolescreen;
449 adp->currentscreen = NULL;
453 adp->ison = 1;
459 adp->gfxview = NULL;
460 adp->gfxon = 0;
461 adp->gfxwidth = amidisplaycc_screentab[0].wsdescr.ncols
1035 struct amidisplaycc_softc *adp; local in function:amidisplaycc_ioctl
1200 struct amidisplaycc_softc * adp; local in function:amidisplaycc_mmap
1252 struct amidisplaycc_softc * adp; local in function:amidisplaycc_alloc_screen
1420 struct amidisplaycc_softc * adp; local in function:amidisplaycc_free_screen
1457 struct amidisplaycc_softc *adp; local in function:amidisplaycc_show_screen
    [all...]
  /src/sys/crypto/aes/
aes_ccm.c 91 const uint8_t *adp = ad; local in function:aes_ccm_init
152 xor(auth + i, auth + i, adp, MIN(adlen, 16 - i));
153 adp += MIN(adlen, 16 - i);
159 aes_cbcmac_update1(enc, adp, adlen - (adlen % 16),
169 xor(auth, auth, adp, adlen);
  /src/sys/fs/ntfs/
ntfs_subr.c 721 struct ntvattrdef *adp; local in function:ntfs_ntlookupattr
738 adp = ntmp->ntm_ad;
739 for (i = 0; i < ntmp->ntm_adnum; i++, adp++){
740 if (syslen != adp->ad_namelen ||
741 strncmp(sys, adp->ad_name, syslen) != 0)
744 *attrtype = adp->ad_type;
  /src/sys/arch/arm/xscale/
pxa2x0_ac97.c 686 struct acu_dma *ad, **adp; local in function:acu_free
688 for (adp = &sc->sc_dmas; (ad = *adp) != NULL; adp = &ad->ad_next) {
697 *adp = ad->ad_next;
  /src/sys/arch/bebox/stand/boot/
siop.c 102 siop_setuptables(struct siop_adapter *adp, struct siop_xfer *xfer,
108 htoc32((adp->clock_div << 24) | (xs->target << 16));
130 siop_ma(struct siop_adapter *adp, struct scsi_xfer *xs)
141 offset = readb(adp->addr + SIOP_SCRATCHA + 1);
146 dbc = readl(adp->addr + SIOP_DBC) & 0x00ffffff;
151 siop_clearfifo(struct siop_adapter *adp)
154 uint8_t ctest3 = readb(adp->addr + SIOP_CTEST3);
157 writeb(adp->addr + SIOP_CTEST3, ctest3 | CTEST3_CLF);
158 while ((readb(adp->addr + SIOP_CTEST3) & CTEST3_CLF) != 0) {
162 writeb(adp->addr + SIOP_CTEST3
1089 struct siop_adapter *adp; local in function:scsi_inquire
1129 struct siop_adapter *adp; local in function:scsi_command
    [all...]
  /src/sys/arch/prep/stand/boot/
siop.c 98 siop_setuptables(struct siop_adapter *adp, struct siop_xfer *xfer,
104 htoc32((adp->clock_div << 24) | (xs->target << 16));
126 siop_ma(struct siop_adapter *adp, struct scsi_xfer *xs)
137 offset = readb(adp->addr + SIOP_SCRATCHA + 1);
142 dbc = readl(adp->addr + SIOP_DBC) & 0x00ffffff;
147 siop_sdp(struct siop_adapter *adp, struct siop_xfer *xfer, struct scsi_xfer *xs,
171 siop_update_resid(adp, xfer, xs, offset);
201 siop_update_resid(struct siop_adapter *adp, struct siop_xfer *xfer,
230 #define CALL_SCRIPT(ent) writel(adp->addr + SIOP_DSP, scriptaddr + ent);
233 siop_intr(struct siop_adapter *adp)
1051 struct siop_adapter *adp; local in function:scsi_inquire
1091 struct siop_adapter *adp; local in function:scsi_command
    [all...]

Completed in 17 milliseconds