Searched defs:ncp (Results 1 - 25 of 31) sorted by last modified time

12

/freebsd-11-stable/contrib/less/
H A Dcmdbuf.c403 char *ncp; local
437 char *ncp; local
[all...]
/freebsd-11-stable/sys/kern/
H A Dvfs_cache.c235 NCP2NEGLIST(struct namecache *ncp) argument
275 struct namecache *ncp; local
293 cache_free(struct namecache *ncp) argument
316 cache_out_ts(struct namecache *ncp, struct timespec *tsp, int *ticksp) argument
427 NCP2BUCKETLOCK(struct namecache *ncp) argument
437 cache_assert_bucket_locked(struct namecache *ncp, int mode) argument
562 struct namecache *ncp; local
596 struct namecache *ncp; local
653 cache_negative_hit(struct namecache *ncp) argument
689 cache_negative_insert(struct namecache *ncp, bool neg_locked) argument
708 cache_negative_remove(struct namecache *ncp, bool neg_locked) argument
749 struct namecache *ncp; local
772 struct namecache *ncp, *ncp2; local
836 cache_zap_locked(struct namecache *ncp, bool neg_locked) argument
875 cache_zap_negative_locked_vnode_kl(struct namecache *ncp, struct vnode *vp) argument
890 cache_zap_locked_vnode_kl2(struct namecache *ncp, struct vnode *vp, struct mtx **vlpp) argument
948 cache_zap_locked_vnode(struct namecache *ncp, struct vnode *vp) argument
987 cache_zap_wlocked_bucket(struct namecache *ncp, struct rwlock *blp) argument
1009 cache_zap_rlocked_bucket(struct namecache *ncp, struct rwlock *blp) argument
1033 cache_zap_wlocked_bucket_kl(struct namecache *ncp, struct rwlock *blp, struct mtx **vlpp1, struct mtx **vlpp2) argument
1128 struct namecache *ncp; local
1248 struct namecache *ncp; local
1534 struct namecache *ncp; local
1575 struct namecache *ncp; local
1622 struct namecache *ncp, *n2, *ndd; local
1919 struct namecache *ncp; local
1949 LIST_INSERT_HEAD(NCHHASH(hash), ncp, nc_hash); local
1964 struct namecache *ncp, *nnp; local
2013 struct namecache *ncp, *nnp; local
2045 struct namecache *ncp, *nnp; local
2252 struct namecache *ncp; local
2419 struct namecache *ncp; local
2443 struct namecache *ncp; local
[all...]
/freebsd-11-stable/stand/libsa/
H A Dnfs.c475 char *ncp; local
H A Dufs.c501 char *cp, *ncp; local
H A Dbootp.c643 u_char *ncp; local
H A Dext2fs.c342 char *cp, *ncp, *path = NULL, *buf = NULL; local
/freebsd-11-stable/contrib/tcsh/
H A Ded.chared.c2150 Char *cp, *ncp, *bp; local
/freebsd-11-stable/sys/fs/msdosfs/
H A Dmsdosfs_fat.c975 extendfile(struct denode *dep, u_long count, struct buf **bpp, u_long *ncp, argument
/freebsd-11-stable/sys/fs/nandfs/
H A Dnandfs_vnops.c2112 struct nandfs_cpstat *ncp; local
/freebsd-11-stable/contrib/telnet/telnetd/
H A Dstate.c1495 unsigned char *ncp; local
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzap_micro.c857 zap_lookup_impl(zap_t *zap, const char *name, uint64_t integer_size, uint64_t num_integers, void *buf, matchtype_t mt, char *realname, int rn_len, boolean_t *ncp) argument
897 zap_lookup_norm(objset_t *os, uint64_t zapobj, const char *name, uint64_t integer_size, uint64_t num_integers, void *buf, matchtype_t mt, char *realname, int rn_len, boolean_t *ncp) argument
923 zap_lookup_norm_by_dnode(dnode_t *dn, const char *name, uint64_t integer_size, uint64_t num_integers, void *buf, matchtype_t mt, char *realname, int rn_len, boolean_t *ncp) argument
H A Dzap.c750 fzap_lookup(zap_name_t *zn, uint64_t integer_size, uint64_t num_integers, void *buf, char *realname, int rn_len, boolean_t *ncp) argument
/freebsd-11-stable/usr.sbin/ppp/
H A Dncpaddr.c411 ncpaddr_aton(struct ncpaddr *addr, struct ncp *ncp, const char *data) argument
905 ncprange_aton(struct ncprange *range, struct ncp *ncp, const char *data) argument
[all...]
H A Diface.c475 iface_Clear(struct iface *iface, struct ncp *ncp, int family, int how) argument
532 iface_Add(struct iface *iface, struct ncp *ncp, const struct ncprange *ifa, argument
618 iface_Delete(struct iface *iface, struct ncp *ncp, const struct ncpaddr *del) argument
[all...]
H A Dncp.h37 struct ncp { struct
[all...]
H A Dncp.c98 ncp_Init(struct ncp *ncp, struct bundle *bundle) argument
129 ncp_Destroy(struct ncp *ncp) argument
149 ncp_fsmStart(struct ncp *ncp, struct bundle *bundle __unused ) argument
179 ncp_IfaceAddrAdded(struct ncp *ncp, const struct iface_addr *addr) argument
194 ncp_IfaceAddrDeleted(struct ncp *ncp, const struct iface_addr *addr) argument
201 ncp_SetLink(struct ncp *ncp, struct link *l) argument
214 ncp_Enqueue(struct ncp *ncp, int af, unsigned pri, char *ptr, int count) argument
267 ncp_QueueLen(struct ncp *ncp) argument
286 ncp_DeleteQueues(struct ncp *ncp) argument
315 ncp_FillPhysicalQueues(struct ncp *ncp, struct bundle *bundle) argument
446 struct ncp *ncp = &arg->bundle->ncp; local
498 ncp_LayersOpen(struct ncp *ncp) argument
511 ncp_LayersUnfinished(struct ncp *ncp) argument
529 ncp_Close(struct ncp *ncp) argument
543 ncp2initial(struct ncp *ncp) argument
[all...]
H A Dipcp.c224 char *cp, *cp_nons, *ncp, ch; local
1377 struct ncp *ncp = &bundle->ncp; local
[all...]
H A Dfilter.c244 filter_Parse(struct ncp *ncp, int argc, char const *const *argv, argument
H A Dcommand.c1564 struct ncp *ncp = &arg->bundle->ncp; local
[all...]
H A Dbundle.h124 struct ncp ncp; member in struct:bundle
/freebsd-11-stable/sbin/ccdconfig/
H A Dccdconfig.c368 int ncp; local
/freebsd-11-stable/lib/libc/rpc/
H A Dgetnetconfig.c110 struct netconfig *ncp; member in struct:netconfig_list
244 struct netconfig_vars *ncp = (struct netconfig_vars *)handlep; local
449 struct netconfig *ncp = NULL; /* returned value */ local
561 parse_ncp(char *stringp, struct netconfig *ncp) argument
692 dup_ncp(struct netconfig *ncp) argument
[all...]
/freebsd-11-stable/crypto/heimdal/appl/telnet/telnetd/
H A Dstate.c1298 unsigned char *ncp; local
/freebsd-11-stable/contrib/one-true-awk/
H A Drun.c1445 Cell *x, *vp, *arrayp, *cp, *ncp; local
/freebsd-11-stable/contrib/binutils/binutils/
H A Drclex.c189 rc_uint_type ncp; local

Completed in 244 milliseconds

12