/dflybsd-src/usr.sbin/ppp/ |
H A D | ncp.h | 36 struct ncp { struct 58 extern void ncp_Init(struct ncp *, struct bundle *); argument 79 #define ncp_IsUrgentTcpPort(ncp, p1, p2) \ argument 81 #define ncp_IsUrgentUdpPort(ncp, p1, p2) \ argument 83 #define ncp_AddUrgentTcpPort(ncp, p) \ argument 85 #define ncp_AddUrgentUdpPort(ncp, p) \ argument 87 #define ncp_RemoveUrgentTcpPort(ncp, p) \ argument 89 #define ncp_RemoveUrgentUdpPort(ncp, p) \ argument 91 #define ncp_ClearUrgentTcpPorts(ncp) \ argument 93 #define ncp_ClearUrgentUdpPorts(ncp) \ argument [all …]
|
H A D | ncp.c | 95 ncp_Init(struct ncp *ncp, struct bundle *bundle) in ncp_Init() 121 ncp_Destroy(struct ncp *ncp) in ncp_Destroy() 141 ncp_fsmStart(struct ncp *ncp, struct bundle *bundle) in ncp_fsmStart() 165 ncp_IfaceAddrAdded(struct ncp *ncp, const struct iface_addr *addr) in ncp_IfaceAddrAdded() 180 ncp_IfaceAddrDeleted(struct ncp *ncp, const struct iface_addr *addr) in ncp_IfaceAddrDeleted() 187 ncp_SetLink(struct ncp *ncp, struct link *l) in ncp_SetLink() 200 ncp_Enqueue(struct ncp *ncp, int af, unsigned pri, char *ptr, int count) in ncp_Enqueue() 253 ncp_QueueLen(struct ncp *ncp) in ncp_QueueLen() 272 ncp_DeleteQueues(struct ncp *ncp) in ncp_DeleteQueues() 301 ncp_FillPhysicalQueues(struct ncp *ncp, struct bundle *bundle) in ncp_FillPhysicalQueues() [all …]
|
H A D | iface.c | 374 iface_Clear(struct iface *iface, struct ncp *ncp, int family, int how) in iface_Clear() 431 iface_Add(struct iface *iface, struct ncp *ncp, const struct ncprange *ifa, in iface_Add() 516 iface_Delete(struct iface *iface, struct ncp *ncp, const struct ncpaddr *del) in iface_Delete()
|
H A D | ncpaddr.c | 418 ncpaddr_aton(struct ncpaddr *addr, struct ncp *ncp, const char *data) in ncpaddr_aton() 910 ncprange_aton(struct ncprange *range, struct ncp *ncp, const char *data) in ncprange_aton()
|
H A D | filter.c | 242 filter_Parse(struct ncp *ncp, int argc, char const *const *argv, in filter_Parse()
|
H A D | ipcp.c | 216 char *cp, *cp_nons, *ncp, ch; in ipcp_LoadDNS() local 1361 struct ncp *ncp = &bundle->ncp; in ipcp_UseHisaddr() local
|
/dflybsd-src/sys/kern/ |
H A D | vfs_cache.c | 161 struct namecache *ncp; member 299 ncpbaserefs(struct namecache *ncp) in ncpbaserefs() 345 struct namecache *ncp; member 359 _cache_ncp_gen_enter(struct namecache *ncp) in _cache_ncp_gen_enter() 367 _cache_ncp_gen_exit(struct namecache *ncp) in _cache_ncp_gen_exit() 456 struct namecache *ncp; in cache_clearmntcache() local 506 _cache_lock(struct namecache *ncp) in _cache_lock() 541 _cache_unlock(struct namecache *ncp) in _cache_unlock() 551 _cache_lock_nonblock(struct namecache *ncp) in _cache_lock_nonblock() 575 _cache_lock_special(struct namecache *ncp) in _cache_lock_special() [all …]
|
H A D | vfs_default.c | 186 struct namecache *ncp; in vop_compat_nresolve() local 316 struct namecache *ncp; in vop_compat_ncreate() local 396 struct namecache *ncp; in vop_compat_nmkdir() local 475 struct namecache *ncp; in vop_compat_nmknod() local 553 struct namecache *ncp; in vop_compat_nlink() local 628 struct namecache *ncp; in vop_compat_nsymlink() local 712 struct namecache *ncp; in vop_compat_nwhiteout() local 799 struct namecache *ncp; in vop_compat_nremove() local 869 struct namecache *ncp; in vop_compat_nrmdir() local 1631 vfs_stdncpgen_set(struct mount *mp, struct namecache *ncp) in vfs_stdncpgen_set() [all …]
|
/dflybsd-src/lib/libc/rpc/ |
H A D | getnetconfig.c | 106 struct netconfig *ncp; member 226 struct netconfig_vars *ncp = (struct netconfig_vars *)handlep; in getnetconfig() local 404 struct netconfig *ncp = NULL; /* returned value */ in getnetconfigent() local 510 struct netconfig *ncp) /* where to put results */ in parse_ncp() 642 dup_ncp(struct netconfig *ncp) in dup_ncp()
|
H A D | getnetpath.c | 50 struct netconfig *ncp; /* an nconf entry */ member 143 struct netconfig *ncp = NULL; /* temp. holds a netconfig session */ in getnetpath() local
|
/dflybsd-src/sys/vfs/tmpfs/ |
H A D | tmpfs_vnops.c | 119 struct namecache *ncp = ap->a_nch->ncp; in tmpfs_nresolve() local 206 struct namecache *ncp = ap->a_nch->ncp; in tmpfs_ncreate() local 228 struct namecache *ncp = ap->a_nch->ncp; in tmpfs_nmknod() local 1090 struct namecache *ncp = ap->a_nch->ncp; in tmpfs_nremove() local 1175 struct namecache *ncp = ap->a_nch->ncp; in tmpfs_nlink() local 1480 struct namecache *ncp = ap->a_nch->ncp; in tmpfs_nmkdir() local 1502 struct namecache *ncp = ap->a_nch->ncp; in tmpfs_nrmdir() local 1623 struct namecache *ncp = ap->a_nch->ncp; in tmpfs_nsymlink() local
|
H A D | tmpfs_subr.c | 524 struct namecache *ncp, struct ucred *cred, char *target) in tmpfs_alloc_file() 689 struct namecache *ncp) in tmpfs_dir_lookup()
|
/dflybsd-src/sys/vfs/hammer2/ |
H A D | hammer2_vnops.c | 1334 struct namecache *ncp; in hammer2_vop_nresolve() local 1426 struct namecache *ncp; in hammer2_vop_nmkdir() local 1545 struct namecache *ncp; in hammer2_vop_nlink() local 1631 struct namecache *ncp; in hammer2_vop_ncreate() local 1711 struct namecache *ncp; in hammer2_vop_nmknod() local 1790 struct namecache *ncp; in hammer2_vop_nsymlink() local 1906 struct namecache *ncp; in hammer2_vop_nremove() local 2010 struct namecache *ncp; in hammer2_vop_nrmdir() local
|
/dflybsd-src/sys/vfs/fuse/ |
H A D | fuse_vnops.c | 495 struct namecache *ncp = ap->a_nch->ncp; in fuse_vop_nresolve() local 607 struct namecache *ncp = ap->a_nch->ncp; in fuse_vop_nlink() local 675 struct namecache *ncp = ap->a_nch->ncp; in fuse_vop_ncreate() local 752 struct namecache *ncp = ap->a_nch->ncp; in fuse_vop_nmknod() local 824 struct namecache *ncp = ap->a_nch->ncp; in fuse_vop_nremove() local 886 struct namecache *ncp = ap->a_nch->ncp; in fuse_vop_nmkdir() local 952 struct namecache *ncp = ap->a_nch->ncp; in fuse_vop_nrmdir() local 1257 struct namecache *ncp = ap->a_nch->ncp; in fuse_vop_nsymlink() local
|
/dflybsd-src/sys/vfs/devfs/ |
H A D | devfs_vfsops.c | 259 devfs_vfs_ncpgen_set(struct mount *mp, struct namecache *ncp) in devfs_vfs_ncpgen_set() 265 devfs_vfs_ncpgen_test(struct mount *mp, struct namecache *ncp) in devfs_vfs_ncpgen_test()
|
H A D | devfs_vnops.c | 462 struct namecache *ncp; in devfs_vop_nresolve() local 764 struct namecache *ncp; in devfs_vop_nrmdir() local 815 struct namecache *ncp; in devfs_vop_nremove() local
|
/dflybsd-src/test/debug/ |
H A D | ncptrace.c | 170 struct namecache ncp; in dumpncp() local 264 struct namecache ncp; in getncppath() local
|
H A D | vnodeinfo.c | 337 struct namecache ncp; in dumpvp() local
|
/dflybsd-src/sys/vfs/dirfs/ |
H A D | dirfs_vnops.c | 152 struct namecache *ncp; in dirfs_nresolve() local 222 struct namecache *ncp; in dirfs_ncreate() local 878 struct namecache *ncp; in dirfs_nremove() local 1028 struct namecache *ncp; in dirfs_nmkdir() local 1092 struct namecache *ncp; in dirfs_nrmdir() local 1159 struct namecache *ncp; in dirfs_nsymlink() local
|
/dflybsd-src/usr.sbin/makefs/hammer2/ |
H A D | hammer2_vnops.c | 1582 struct namecache *ncp; in hammer2_vop_nresolve() local 1700 struct namecache *ncp; in hammer2_vop_nmkdir() local 1857 struct namecache *ncp; in hammer2_vop_nlink() local 1965 struct namecache *ncp; in hammer2_vop_ncreate() local 2074 struct namecache *ncp; in hammer2_vop_nmknod() local 2182 struct namecache *ncp; in hammer2_vop_nsymlink() local
|
/dflybsd-src/sys/vfs/nullfs/ |
H A D | null_vfsops.c | 406 nullfs_ncpgen_set(struct mount *mp, struct namecache *ncp) in nullfs_ncpgen_set() 415 nullfs_ncpgen_test(struct mount *mp, struct namecache *ncp) in nullfs_ncpgen_test()
|
/dflybsd-src/sys/vfs/autofs/ |
H A D | autofs_vnops.c | 197 struct namecache *ncp = nch->ncp; in autofs_nresolve() local 250 struct namecache *ncp = nch->ncp; in autofs_nmkdir() local
|
/dflybsd-src/sys/sys/ |
H A D | namecache.h | 155 struct namecache *ncp; /* ncp in underlying filesystem */ member
|
/dflybsd-src/libexec/telnetd/ |
H A D | state.c | 1539 unsigned char *ncp; in send_status() local
|
/dflybsd-src/contrib/less/ |
H A D | cmdbuf.c | 379 char *ncp; in cmd_right() local 412 char *ncp; in cmd_left() local
|