Searched refs:nd (Results 101 - 125 of 188) sorted by relevance

12345678

/freebsd-current/contrib/libpcap/msdos/
H A Dpkt_rx1.s17 .secondCount resw 1 ; # of bytes on 2nd call
73 ; 2nd time (AX=1) the packet has been copied to this location (DS:SI)
H A Dpkt_rx0.asm47 secondCount dw 0 ; # of bytes on 2nd call
108 ;; to ES:DI (= DS:SI on 2nd call) by the packet driver
117 ; 2nd time (AX=1) the packet has been copied to this location (DS:SI)
/freebsd-current/tests/sys/netinet6/frag6/
H A Dfrag6_05.sh145 <too-many-nd-options>0</too-many-nd-options>
146 <bad-nd-options>0</bad-nd-options>
338 <too-many-nd-options>0</too-many-nd-options>
339 <bad-nd-options>0</bad-nd-options>
/freebsd-current/sys/compat/linux/
H A Dlinux_stats.c92 struct nameidata nd; local
99 NDINIT_ATRIGHTS(&nd, LOOKUP, at2cnpflags(flag, AT_RESOLVE_BENEATH |
103 if ((error = namei(&nd)) != 0) {
105 (nd.ni_resflags & NIRES_EMPTYPATH) != 0)
109 error = VOP_STAT(nd.ni_vp, sbp, td->td_ucred, NOCRED);
111 translate_vnhook_major_minor(nd.ni_vp, sbp);
112 NDFREE_PNBUF(&nd);
113 vput(nd.ni_vp);
/freebsd-current/tests/sys/netinet/
H A Darp.sh80 atf_check -o match:"198.51.100.2 \(198.51.100.2\) deleted" jexec ${jname} arp -nd 198.51.100.2
218 atf_check -o "inline:${deleted}" jexec ${jname}a arp -nd ${ipb}
/freebsd-current/crypto/openssl/crypto/bn/asm/
H A Dppc64-mont.pl173 $na="f4"; $nb="f5"; $nc="f6"; $nd="f7";
379 lfd $nd,`$FRAME+56`($sp)
395 fcfid $nd,$nd
452 fmadd $T1b,$N0,$nd,$T1b
454 fmadd $T2b,$N1,$nd,$T2b
456 fmadd $T3b,$N2,$nd,$T3b
458 fmadd $dotb,$N3,$nd,$dotb
603 fmadd $T1b,$N0,$nd,$T1b
606 fmadd $T2b,$N1,$nd,
[all...]
/freebsd-current/contrib/tcsh/
H A Dtw.parse.c941 int d = 4, nd; /* Spelling distance */ local
1058 nd = spdist(target, item.s); /* test the item against original */
1059 if (nd <= d && nd != 4) {
1064 d = nd;
1069 else if (nd == 4) {
1941 Char *nd = NULL; local
1948 !(nd = dnormalize(edir->len ? edir->s : STRdot,
1950 ((*dfd = opendir(short2str(nd))) == NULL)) {
1951 xfree(nd);
[all...]
/freebsd-current/usr.sbin/ndp/
H A Dndp.c820 xo_emit(" {:nd-flags/%s}", flgbuf);
996 struct in6_ndireq nd; local
1007 bzero(&nd, sizeof(nd));
1008 strlcpy(nd.ifname, ifname, sizeof(nd.ifname));
1009 if (ioctl(sock, SIOCGIFINFO_IN6, (caddr_t)&nd) < 0) {
1013 #define ND nd.ndi
1068 if (ioctl(sock, SIOCSIFINFO_IN6, (caddr_t)&nd) < 0) {
1081 if (ioctl(sock, SIOCGIFINFO_IN6, (caddr_t)&nd) <
[all...]
/freebsd-current/contrib/ntp/ntpd/
H A Dntp_refclock.c462 int nd
467 if (nd <= 0)
475 if ((u_int)nd < na)
476 nd = na;
477 pp->codeproc = (pp->codeproc + nd) % MAXSTAGE;
482 if ((u_int)nd > na)
483 nd = (int)na;
484 pp->codeproc = (pp->codeproc + nd) & (MAXSTAGE - 1);
487 return nd;
/freebsd-current/contrib/ofed/infiniband-diags/src/
H A Dsmpquery.c83 char nd[IB_SMP_DATA_SIZE] = { 0 }; local
94 if (!smp_query_via(nd, dest, IB_ATTR_NODE_DESC, 0, 0, srcport))
97 nodename = remap_node_name(node_name_map, node_guid, nd);
/freebsd-current/share/examples/libifconfig/
H A Dstatus.c240 struct in6_ndireq nd; local
242 if (ifconfig_get_nd6(lifh, ifa->ifa_name, &nd) == 0) {
243 printf("\tnd6 options=%x\n", nd.ndi.flags);
/freebsd-current/sys/dev/md/
H A Dmd.c1415 struct nameidata nd; local
1436 NDINIT(&nd, LOOKUP, FOLLOW, UIO_SYSSPACE, sc->file);
1437 error = vn_open(&nd, &flags, 0, NULL);
1440 NDFREE_PNBUF(&nd);
1441 if (nd.ni_vp->v_type != VREG) {
1445 error = VOP_GETATTR(nd.ni_vp, &vattr, td->td_ucred);
1449 error = VOP_PATHCONF(nd.ni_vp, _PC_DEALLOC_PRESENT, &v);
1455 if (VOP_ISLOCKED(nd.ni_vp) != LK_EXCLUSIVE) {
1456 vn_lock(nd.ni_vp, LK_UPGRADE | LK_RETRY);
1457 if (VN_IS_DOOMED(nd
[all...]
/freebsd-current/sys/kern/
H A Duipc_usrreq.c522 struct nameidata nd; local
567 NDINIT_ATRIGHTS(&nd, CREATE, NOFOLLOW | LOCKPARENT | NOCACHE,
570 error = namei(&nd);
573 vp = nd.ni_vp;
574 if (vp != NULL || vn_start_write(nd.ni_dvp, &mp, V_NOWAIT) != 0) {
575 NDFREE_PNBUF(&nd);
576 if (nd.ni_dvp == vp)
577 vrele(nd.ni_dvp);
579 vput(nd.ni_dvp);
594 error = mac_vnode_check_create(td->td_ucred, nd
1868 struct nameidata nd; local
[all...]
H A Dimgact_binmisc.c157 struct nameidata nd; local
165 NDINIT(&nd, LOOKUP, FOLLOW | ISOPEN, UIO_SYSSPACE, t);
172 error = namei(&nd);
176 ibe->ibe_interpreter_vnode = nd.ni_vp;
H A Dvfs_mount.c1594 struct nameidata nd; local
1653 NDINIT(&nd, LOOKUP, FOLLOW | LOCKLEAF | AUDITVNODE1 | WANTPARENT,
1655 error = namei(&nd);
1658 vp = nd.ni_vp;
1661 * that namei sets nd.ni_dvp to vp_crossmp for these.
1684 nd.ni_dvp, pathbuf, MNAMELEN,
1685 nd.ni_cnd.cn_nameptr, nd.ni_cnd.cn_namelen);
1696 NDFREE_PNBUF(&nd);
1697 vrele(nd
1725 struct nameidata nd; local
[all...]
H A Dvfs_cache.c3235 struct nameidata nd; local
3241 NDINIT_ATRIGHTS(&nd, LOOKUP, FOLLOW | WANTPARENT | AUDITVNODE1,
3243 if ((error = namei(&nd)) != 0)
3246 if (nd.ni_vp->v_type == VREG && nd.ni_dvp->v_type != VDIR &&
3247 (nd.ni_vp->v_vflag & VV_ROOT) != 0) {
3258 error = vn_lock(nd.ni_vp, LK_SHARED);
3261 covered_vp = nd.ni_vp->v_mount->mnt_vnodecovered;
3263 VOP_UNLOCK(nd.ni_vp);
3267 error = vn_fullpath_hardlink(nd
3872 struct nameidata nd; local
3932 struct nameidata nd; local
[all...]
/freebsd-current/sys/crypto/openssl/arm/
H A Dghashv8-armx.S54 vext.8 q10,q0,q0,#8 @ 2nd phase
93 vext.8 q10,q0,q0,#8 @ 2nd phase of reduction
193 vext.8 q10,q0,q0,#8 @ 2nd phase of reduction
226 vext.8 q10,q0,q0,#8 @ 2nd phase of reduction
/freebsd-current/sys/amd64/vmm/intel/
H A Dvtd.c130 int nd; local
132 nd = VTD_CAP_ND(vtdmap->cap);
134 switch (nd) {
150 panic("vtd_max_domains: invalid value of nd (0x%0x)", nd);
/freebsd-current/lib/libc/amd64/string/
H A Dstrcmp.S182 0: movdqu (%rdi, %rdx, 1), %xmm0 # chunk of 2nd string corresponding to RDI?
194 movdqu 16(%rdi, %rdx, 1), %xmm0 # chunk of 2nd string corresponding to RDI?
293 0: movdqu (%rsi, %rdx, 1), %xmm0 # chunk of 2nd string corresponding to RDI?
305 movdqu 16(%rsi, %rdx, 1), %xmm0 # chunk of 2nd string corresponding to RDI?
/freebsd-current/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_vnops_os.c5378 struct nameidata nd; local
5390 NDINIT_ATVP(&nd, LOOKUP, NOFOLLOW, UIO_SYSSPACE, attrname,
5393 NDINIT_ATVP(&nd, LOOKUP, NOFOLLOW, UIO_SYSSPACE, attrname, xvp);
5395 error = vn_open_cred(&nd, &flags, 0, VN_OPEN_INVFS, ap->a_cred, NULL);
5398 vp = nd.ni_vp;
5399 NDFREE_PNBUF(&nd);
5524 struct nameidata nd; local
5534 NDINIT_ATVP(&nd, DELETE, NOFOLLOW | LOCKPARENT | LOCKLEAF,
5537 NDINIT_ATVP(&nd, DELETE, NOFOLLOW | LOCKPARENT | LOCKLEAF,
5540 error = namei(&nd);
5666 struct nameidata nd; local
5844 struct nameidata nd; local
[all...]
/freebsd-current/sys/security/audit/
H A Daudit_syscalls.c776 struct nameidata nd; local
801 NDINIT(&nd, LOOKUP, FOLLOW | LOCKLEAF | AUDITVNODE1, UIO_USERSPACE,
804 error = vn_open(&nd, &flags, 0, NULL);
807 vp = nd.ni_vp;
818 NDFREE_PNBUF(&nd);
/freebsd-current/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzpl_inode.c658 zpl_put_link(struct dentry *dentry, struct nameidata *nd, void *ptr) argument
660 const char *link = nd_get_link(nd);
753 zpl_follow_link(struct dentry *dentry, struct nameidata *nd) argument
760 nd_set_link(nd, ERR_PTR(error));
762 nd_set_link(nd, link);
/freebsd-current/sbin/fsck_msdosfs/
H A Ddir.c269 struct dosDirEntry *d, *nd; local
276 for (d = rootDir; d; d = nd) {
277 if ((nd = d->child) != NULL) {
281 if (!(nd = d->next))
282 nd = d->parent;
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/rsend/
H A Drsend.kshlib245 typeset -i nl nd nf
247 ((nd = RANDOM % 3 ))
249 mktree -b $dir -l $nl -d $nd -f $nf
/freebsd-current/sys/contrib/openzfs/module/os/linux/spl/
H A Dspl-generic.c375 boolean_t nd = B_FALSE; local
381 nd = B_TRUE;
387 if (nn != nd)

Completed in 267 milliseconds

12345678