Searched refs:nvp (Results 1 - 17 of 17) sorted by relevance

/macosx-10.10/Security-57031.1.35/Security/include/security_asn1/
H A DsecErrorStr.c195 const SecErrorNameValuePair *nvp = errValues; local
197 while(nvp->name != NULL) {
198 if(nvp->value == err) {
199 return nvp->name;
201 nvp++;
/macosx-10.10/Security-57031.1.35/Security/libsecurity_asn1/Security/
H A DsecErrorStr.c195 const SecErrorNameValuePair *nvp = errValues; local
197 while(nvp->name != NULL) {
198 if(nvp->value == err) {
199 return nvp->name;
201 nvp++;
/macosx-10.10/Security-57031.1.35/Security/libsecurity_asn1/lib/
H A DsecErrorStr.c195 const SecErrorNameValuePair *nvp = errValues; local
197 while(nvp->name != NULL) {
198 if(nvp->value == err) {
199 return nvp->name;
201 nvp++;
/macosx-10.10/Security-57031.1.35/Security/libsecurity_asn1/security_asn1/
H A DsecErrorStr.c195 const SecErrorNameValuePair *nvp = errValues; local
197 while(nvp->name != NULL) {
198 if(nvp->value == err) {
199 return nvp->name;
201 nvp++;
/macosx-10.10/Security-57031.1.35/Security/include/securityd_client/
H A Ddictionary.cpp224 NameValuePair* nvp = mVector[which]; local
226 delete nvp;
283 const NameValuePair *nvp = GetElement (i); local
284 nvp->Export (exportedData);
359 const NameValuePair* nvp = nvd.FindByName (DB_LOCATION); local
360 CSSM_NET_ADDRESS* address = nvp ? (CSSM_NET_ADDRESS*) nvp->Value ().data () : NULL;
/macosx-10.10/Security-57031.1.35/Security/libsecurityd/lib/
H A Ddictionary.cpp224 NameValuePair* nvp = mVector[which]; local
226 delete nvp;
283 const NameValuePair *nvp = GetElement (i); local
284 nvp->Export (exportedData);
359 const NameValuePair* nvp = nvd.FindByName (DB_LOCATION); local
360 CSSM_NET_ADDRESS* address = nvp ? (CSSM_NET_ADDRESS*) nvp->Value ().data () : NULL;
/macosx-10.10/dtrace-147/libdtrace/
H A Ddt_pcb.c127 dt_provider_t *pvp, *nvp; local
142 for (pvp = dt_list_next(&dtp->dt_provlist); pvp; pvp = nvp) {
143 nvp = dt_list_next(pvp);
/macosx-10.10/Security-57031.1.35/SecurityTests/clxutils/extendAttrTool/
H A DextendAttrTool.cpp164 for(const NameValuePair *nvp=recordTypeNames; nvp->name; nvp++) {
165 if(recordType == nvp->value) {
166 printf("%s", nvp->name);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_mds/lib/
H A DMDSDictionary.cpp345 const MDSNameValuePair *nvp; local
349 nvp = nameValues[dex];
352 nvp = NULL;
357 nvp);
/macosx-10.10/files-662.1.1/private/etc/
H A Dprotocols21 nvp 11 NVP-II # Network Voice Protocol
/macosx-10.10/xnu-2782.1.97/bsd/vfs/
H A Dvfs_subr.c1357 vnode_t nvp; local
1385 if ( (error = vnode_create(VNCREATE_FLAVOR, VCREATESIZE, &vfsp, &nvp)) ) {
1389 vnode_lock_spin(nvp);
1390 nvp->v_flag |= VBDEVVP;
1391 nvp->v_tag = VT_NON; /* set this to VT_NON so during aliasing it can be replaced */
1392 vnode_unlock(nvp);
1393 if ( (error = vnode_ref(nvp)) ) {
1397 if ( (error = VNOP_FSYNC(nvp, MNT_WAIT, &context)) ) {
1401 if ( (error = buf_invalidateblks(nvp, BUF_WRITE_DATA, 0, 0)) ) {
1413 if ( (error = VNOP_OPEN(nvp, FREA
1432 checkalias(struct vnode *nvp, dev_t nvp_rdev) argument
4650 vnode_t nvp; local
[all...]
/macosx-10.10/tcsh-65/tcsh/
H A Dsh.glob.c226 expbrace(Char ***nvp, Char ***elp, int size) argument
230 vl = nv = *nvp;
261 *nvp = nv; /* To keep cleanups working */
/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Dproc_info.c1060 vnode_t nvp = NULLVP; local
1080 error = vnode_lookup(buf, 0, &nvp, vfs_context_current());
1081 if ((error == 0) && ( nvp != NULLVP))
1082 vnode_put(nvp);
/macosx-10.10/xnu-2782.1.97/bsd/nfs/
H A Dnfs_serv.c4115 vnode_t vp, nvp; local
4247 if ((error = VFS_VGET(vnode_mount(vp), (ino64_t)dp->d_fileno, &nvp, ctx))) {
4252 vnode_put(nvp);
4275 if (VFS_VGET(vnode_mount(vp), (ino64_t)dp->d_fileno, &nvp, ctx)) {
4281 if (nfsrv_vptofh(nx, 0, (isdotdot ? &dnfh : NULL), nvp, ctx, &nfh))
4284 if (vnode_getattr(nvp, vap, ctx))
4286 vnode_put(nvp);
/macosx-10.10/xnu-2782.1.97/bsd/hfs/
H A Dhfs_vfsops.c2625 struct vnode *nvp; local
2634 result = hfs_vget(VFSTOHFS(mp), ntohl(hfsfhp->hfsfid_cnid), &nvp, 0, 0);
2654 *vpp = nvp;
2656 hfs_unlock(VTOC(nvp));
/macosx-10.10/screen-22/screen/
H A Ddisplay.c459 struct viewport *vp, *nvp; local
468 for (vp = cv->c_vplist; vp; vp = nvp)
471 nvp = vp->v_next;
/macosx-10.10/ksh-23/ksh/src/cmd/ksh93/sh/
H A Dpath.c1764 static char *talias_get(Namval_t *np, Namfun_t *nvp) argument

Completed in 206 milliseconds