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

  /src/external/bsd/am-utils/dist/libamu/
misc_rpc.c 181 struct authdes_cred *adp; local
194 adp = (struct authdes_cred *) rp->rq_clntcred;
196 if (sscanf(adp->adc_fullname.name, "unix.%lu@", (u_long *) u) == 1)
  /src/sys/fs/adosfs/
adlookup.c 77 struct anode *adp; /* anode of search dir */ local
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
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
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
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
1200 struct amidisplaycc_softc * adp; local
1252 struct amidisplaycc_softc * adp; local
1420 struct amidisplaycc_softc * adp; local
1457 struct amidisplaycc_softc *adp; local
    [all...]
  /src/external/bsd/openldap/dist/contrib/slapd-modules/samba4/
pguid.c 409 AttributeDescription **adp; member in struct:__anon7654
431 code = register_at( as[ i ].desc, as[ i ].adp, 0 );
440 if ( is_at_no_user_mod( (*as[ i ].adp)->ad_type ) ) {
441 (*as[ i ].adp)->ad_type->sat_flags |=
rdnval.c 601 AttributeDescription **adp; member in struct:__anon7656
621 code = register_at( as[ i ].desc, as[ i ].adp, 0 );
630 if ( is_at_no_user_mod( (*as[ i ].adp)->ad_type ) ) {
631 (*as[ i ].adp)->ad_type->sat_flags |=
vernum.c 408 AttributeDescription **adp; member in struct:__anon7658
429 code = register_at( as[ i ].desc, as[ i ].adp, 0 );
438 if ( is_at_no_user_mod( (*as[ i ].adp)->ad_type ) ) {
439 (*as[ i ].adp)->ad_type->sat_flags |=
  /src/external/bsd/openldap/dist/contrib/slapd-modules/usn/
usn.c 51 AttributeDescription **adp; member in struct:__anon7661
317 code = register_at( as[i].desc, as[i].adp, 0 );
  /src/sys/crypto/aes/
aes_ccm.c 91 const uint8_t *adp = ad; local
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/crypto/external/apache2/openssl/dist/crypto/objects/
obj_dat.c 329 ADDED_OBJ ad, *adp = NULL; local
344 adp = lh_ADDED_OBJ_retrieve(added, &ad);
346 if (adp != NULL)
347 return adp->obj;
387 ADDED_OBJ ad, *adp; local
406 adp = lh_ADDED_OBJ_retrieve(added, &ad);
407 if (adp != NULL)
408 nid = adp->obj->nid;
637 ADDED_OBJ ad, *adp; local
652 adp = lh_ADDED_OBJ_retrieve(added, &ad)
664 ADDED_OBJ ad, *adp; local
    [all...]
  /src/crypto/external/bsd/openssl/dist/crypto/objects/
obj_dat.c 222 ADDED_OBJ ad, *adp; local
242 adp = lh_ADDED_OBJ_retrieve(added, &ad);
243 if (adp != NULL)
244 return adp->obj;
252 ADDED_OBJ ad, *adp; local
272 adp = lh_ADDED_OBJ_retrieve(added, &ad);
273 if (adp != NULL)
274 return adp->obj->sn;
282 ADDED_OBJ ad, *adp; local
302 adp = lh_ADDED_OBJ_retrieve(added, &ad)
329 ADDED_OBJ ad, *adp; local
579 ADDED_OBJ ad, *adp; local
603 ADDED_OBJ ad, *adp; local
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/crypto/objects/
obj_dat.c 222 ADDED_OBJ ad, *adp; local
238 adp = lh_ADDED_OBJ_retrieve(added, &ad);
239 if (adp != NULL)
240 return adp->obj;
250 ADDED_OBJ ad, *adp; local
265 adp = lh_ADDED_OBJ_retrieve(added, &ad);
266 if (adp != NULL)
267 return adp->obj->sn;
277 ADDED_OBJ ad, *adp; local
292 adp = lh_ADDED_OBJ_retrieve(added, &ad)
321 ADDED_OBJ ad, *adp; local
545 ADDED_OBJ ad, *adp; local
566 ADDED_OBJ ad, *adp; local
    [all...]
  /src/external/bsd/openldap/dist/servers/slapd/
schema_prep.c 1236 AttributeDescription ** adp = (AttributeDescription **) local
1239 assert( *adp == NULL );
1241 rc = slap_str2ad( ad_map[i].ssam_name, adp, &text );
1251 (*adp)->ad_type->sat_check = ad_map[i].ssam_check;
1254 (*adp)->ad_type->sat_flags |= ad_map[i].ssam_flags;
1262 syntax = (*adp)->ad_type->sat_syntax;
1274 (*adp)->ad_type->sat_syntax = syn;
1286 *mr = *(*adp)->ad_type->sat_equality;
1289 mr->smr_syntax = (*adp)->ad_type->sat_syntax;
1307 (*adp)->ad_type->sat_equality = mr
    [all...]
  /src/external/cddl/osnet/dist/lib/libdtrace/common/
dt_provider.c 251 dtrace_argdesc_t *adp = adv; local
259 for (nc = -1, i = 0; i < adc; i++, adp++) {
260 bzero(adp, sizeof (dtrace_argdesc_t));
261 adp->dtargd_ndx = i;
262 adp->dtargd_id = pdp->dtpd_id;
264 if (dt_ioctl(dtp, DTRACEIOC_PROBEARG, adp) != 0) {
269 if (adp->dtargd_ndx == DTRACE_ARGNONE)
272 nc = MAX(nc, adp->dtargd_mapping);
326 for (adp = adv, i = 0; i < xc; i++, adp++)
    [all...]
  /src/sys/arch/arm/xscale/
pxa2x0_ac97.c 686 struct acu_dma *ad, **adp; local
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
1129 struct siop_adapter *adp; local
    [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
1091 struct siop_adapter *adp; local
    [all...]
  /src/sys/fs/ntfs/
ntfs_subr.c 721 struct ntvattrdef *adp; local
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/external/bsd/openldap/dist/contrib/slapd-modules/smbk5pwd/
smbk5pwd.c 849 AttributeDescription **adp; member in struct:__anon7660
898 *(krb5_ad[ i ].adp) = NULL;
900 rc = slap_str2ad( krb5_ad[ i ].name, krb5_ad[ i ].adp, &text );
958 *(samba_ad[ i ].adp) = NULL;
960 rc = slap_str2ad( samba_ad[ i ].name, samba_ad[ i ].adp, &text );
986 *(shadow_ad[ i ].adp) = NULL;
988 rc = slap_str2ad( shadow_ad[ i ].name, shadow_ad[ i ].adp, &text );
  /src/external/bsd/openldap/dist/servers/slapd/overlays/
otp.c 166 AttributeDescription **adp; member in struct:otp_at
977 if ( register_at( otp_at[i].schema, otp_at[i].adp, 0 ) ) {
memberof.c 2252 AttributeDescription **adp; member in struct:__anon7826
2275 code = register_at( as[ i ].desc, as[ i ].adp, 1 );
pcache.c 276 AttributeDescription **adp; member in struct:__anon7831
5771 code = register_at( s_ad[i].desc, s_ad[i].adp, 0 );
5777 (*s_ad[i].adp)->ad_type->sat_flags |= SLAP_AT_HIDE;
  /src/external/gpl3/gcc.old/dist/gcc/d/
d-codegen.cc 2473 AggregateDeclaration *adp = dsym->isAggregateDeclaration (); local
2475 if (adp != NULL)
2477 if ((adp->isClassDeclaration () || adp->isStructDeclaration ())
2483 if (!adp || !adp->isNested () || !adp->vthis)
  /src/external/bsd/openldap/dist/servers/slapd/slapi/
slapi_utils.c 1626 AttributeDescription **adp, *ad = NULL; local
1639 adp = &f->f_av_desc;
1642 adp = &f->f_sub_desc;
1645 adp = &f->f_desc;
1648 adp = &f->f_mr_desc;
1657 *adp = ad;

Completed in 67 milliseconds