Home
last modified time | relevance | path

Searched defs:ncp (Results 1 – 25 of 30) sorted by relevance

12

/freebsd-src/usr.sbin/ppp/
H A Dncp.h35 struct ncp { struct
58 extern void ncp_Init(struct ncp *, struct bundle *); argument
81 #define ncp_IsUrgentTcpPort(ncp, p1, p2) \ argument
83 #define ncp_IsUrgentUdpPort(ncp, p1, p2) \ argument
85 #define ncp_AddUrgentTcpPort(ncp, p) \ argument
87 #define ncp_AddUrgentUdpPort(ncp, p) \ argument
89 #define ncp_RemoveUrgentTcpPort(ncp, p) \ argument
91 #define ncp_RemoveUrgentUdpPort(ncp, p) \ argument
93 #define ncp_ClearUrgentTcpPorts(ncp) \ argument
95 #define ncp_ClearUrgentUdpPorts(ncp) \ argument
[all …]
H A Dncp.c96 ncp_Init(struct ncp *ncp, struct bundle *bundle) in ncp_Init()
127 ncp_Destroy(struct ncp *ncp) in ncp_Destroy()
147 ncp_fsmStart(struct ncp *ncp, in ncp_fsmStart()
177 ncp_IfaceAddrAdded(struct ncp *ncp, const struct iface_addr *addr) in ncp_IfaceAddrAdded()
192 ncp_IfaceAddrDeleted(struct ncp *ncp, const struct iface_addr *addr) in ncp_IfaceAddrDeleted()
199 ncp_SetLink(struct ncp *ncp, struct link *l) in ncp_SetLink()
212 ncp_Enqueue(struct ncp *ncp, int af, unsigned pri, char *ptr, int count) in ncp_Enqueue()
265 ncp_QueueLen(struct ncp *ncp) in ncp_QueueLen()
284 ncp_DeleteQueues(struct ncp *ncp) in ncp_DeleteQueues()
313 ncp_FillPhysicalQueues(struct ncp *ncp, struct bundle *bundle) in ncp_FillPhysicalQueues()
[all …]
H A Diface.c474 iface_Clear(struct iface * iface,struct ncp * ncp,int family,int how) iface_Clear() argument
531 iface_Add(struct iface * iface,struct ncp * ncp,const struct ncprange * ifa,const struct ncpaddr * peer,int how) iface_Add() argument
617 iface_Delete(struct iface * iface,struct ncp * ncp,const struct ncpaddr * del) iface_Delete() argument
[all...]
H A Dfilter.c242 filter_Parse(struct ncp *ncp, int argc, char const *const *argv, in filter_Parse()
H A Dncpaddr.c409 ncpaddr_aton(struct ncpaddr *addr, struct ncp *ncp, const char *data) in ncpaddr_aton()
903 ncprange_aton(struct ncprange *range, struct ncp *ncp, const char *data) in ncprange_aton()
H A Dipcp.c222 char *cp, *cp_nons, *ncp, ch; in ipcp_LoadDNS() local
1375 struct ncp *ncp = &bundle->ncp; in ipcp_UseHisaddr() local
H A Dbundle.h122 struct ncp ncp; member
/freebsd-src/sys/kern/
H A Dvfs_cache.c453 cache_ncp_invalidate(struct namecache *ncp) in cache_ncp_invalidate() argument
468 #define cache_ncp_canuse(ncp) ({ \ argument
480 #define cache_fpl_neg_ncp_canuse(ncp) ({ \ argument
547 NCP2NEGLIST(struct namecache *ncp) in NCP2NEGLIST() argument
554 NCP2NEGSTATE(struct namecache * ncp) NCP2NEGSTATE() argument
578 cache_out_ts(struct namecache * ncp,struct timespec * tsp,int * ticksp) cache_out_ts() argument
757 struct namecache *ncp; cache_alloc_uma() local
775 cache_free_uma(struct namecache * ncp) cache_free_uma() argument
823 cache_free(struct namecache * ncp) cache_free() argument
837 struct namecache *ncp, *nnp; cache_free_batch() local
917 NCP2BUCKET(struct namecache * ncp) NCP2BUCKET() argument
926 NCP2BUCKETLOCK(struct namecache * ncp) NCP2BUCKETLOCK() argument
936 cache_assert_bucket_locked(struct namecache * ncp) cache_assert_bucket_locked() argument
945 cache_assert_bucket_unlocked(struct namecache * ncp) cache_assert_bucket_unlocked() argument
1137 struct namecache *ncp; sysctl_debug_hashstat_rawnchash() local
1171 struct namecache *ncp; sysctl_debug_hashstat_nchash() local
1280 cache_neg_init(struct namecache * ncp) cache_neg_init() argument
1294 cache_neg_hit_prep(struct namecache * ncp) cache_neg_hit_prep() argument
1315 cache_neg_hit_abort(ncp) global() argument
1318 cache_neg_hit_finish(struct namecache * ncp) cache_neg_hit_finish() argument
1329 cache_neg_promote_locked(struct namecache * ncp) cache_neg_promote_locked() argument
1349 cache_neg_demote_locked(struct namecache * ncp) cache_neg_demote_locked() argument
1378 struct namecache *ncp; cache_neg_promote_cond() local
1445 cache_neg_promote(struct namecache * ncp) cache_neg_promote() argument
1456 cache_neg_insert(struct namecache * ncp) cache_neg_insert() argument
1470 cache_neg_remove(struct namecache * ncp) cache_neg_remove() argument
1507 struct namecache *ncp, *lncp; cache_neg_evict_select_entry() local
1534 struct namecache *ncp, *ncp2; cache_neg_evict() local
1633 cache_zap_locked(struct namecache * ncp) cache_zap_locked() argument
1673 cache_zap_negative_locked_vnode_kl(struct namecache * ncp,struct vnode * vp) cache_zap_negative_locked_vnode_kl() argument
1688 cache_zap_locked_vnode_kl2(struct namecache * ncp,struct vnode * vp,struct mtx ** vlpp) cache_zap_locked_vnode_kl2() argument
1750 cache_zap_unlocked_bucket(struct namecache * ncp,struct componentname * cnp,struct vnode * dvp,struct mtx * dvlp,struct mtx * vlp,uint32_t hash,struct mtx * blp) cache_zap_unlocked_bucket() argument
1792 cache_zap_locked_bucket(struct namecache * ncp,struct componentname * cnp,uint32_t hash,struct mtx * blp) cache_zap_locked_bucket() argument
1819 struct namecache *ncp; cache_remove_cnp() local
1938 struct namecache *ncp; cache_lookup_dotdot() local
2060 struct namecache *ncp; cache_lookup_fallback() local
2137 struct namecache *ncp; cache_lookup() local
2371 struct namecache *ncp; cache_enter_lock() local
2414 struct namecache *ncp; cache_enter_lock_dd() local
2460 struct namecache *ncp; cache_enter_dotdot_prep() local
2491 struct namecache *ncp, *n2, *ndd; cache_enter_time() local
2881 struct namecache *ncp; cache_changesize() local
2934 struct namecache *ncp; cache_purge_impl() local
3025 struct namecache *ncp, *nnp; cache_purge_negative() local
3097 struct namecache *ncp; cache_validate() local
3375 struct namecache *ncp; vn_dd_from_dst() local
3389 struct namecache *ncp; vn_vptocnp() local
3584 struct namecache *ncp; vn_fullpath_any_smr() local
3833 struct namecache *ncp; vn_dir_dd_ino() local
3858 struct namecache *ncp; vn_commname() local
4021 struct namecache *ncp; db_print_vpath() local
5268 struct namecache *ncp; cache_fplookup_dotdot() local
5346 cache_fplookup_neg(struct cache_fpl * fpl,struct namecache * ncp,uint32_t hash) cache_fplookup_neg() argument
5521 struct namecache *ncp; cache_fplookup_next() local
5948 struct namecache *ncp; cache_fplookup_trailingslash() local
[all...]
H A Dkern_environment.c370 char * ncp; in getfreesuffix() local
/freebsd-src/lib/libc/rpc/
H A Dgetnetconfig.c106 struct netconfig *ncp; member
240 struct netconfig_vars *ncp = (struct netconfig_vars *)handlep; in getnetconfig() local
445 struct netconfig *ncp = NULL; /* returned value */ in getnetconfigent() local
557 parse_ncp(char *stringp, struct netconfig *ncp) in parse_ncp()
688 dup_ncp(struct netconfig *ncp) in dup_ncp()
H A Dgetnetpath.c50 struct netconfig *ncp; /* an nconf entry */ member
143 struct netconfig *ncp = NULL; /* temp. holds a netconfig session */ in getnetpath() local
/freebsd-src/sbin/ccdconfig/
H A Dccdconfig.c366 int ncp; in dumpout() local
/freebsd-src/lib/libnvmf/
H A Dnvmf_host.c226 nvmf_host_receive_capsule(struct nvmf_qpair *qp, struct nvmf_capsule **ncp) in nvmf_host_receive_capsule() argument
255 nvmf_host_receive_response(struct nvmf_qpair *qp, struct nvmf_capsule **ncp) in nvmf_host_receive_response() argument
H A Dnvmf_transport.c186 nvmf_receive_capsule(struct nvmf_qpair *qp, struct nvmf_capsule **ncp) in nvmf_receive_capsule() argument
H A Dnvmf_controller.c44 struct nvmf_capsule **ncp) in nvmf_controller_receive_capsule() argument
H A Dnvmf_tcp.c1234 tcp_receive_capsule(struct nvmf_qpair * nq,struct nvmf_capsule ** ncp) tcp_receive_capsule() argument
/freebsd-src/crypto/heimdal/appl/telnet/telnetd/
H A Dstate.c1298 unsigned char *ncp; in send_status() local
/freebsd-src/stand/libsa/
H A Dbootp.c638 u_char *ncp; in setenv_() local
H A Dufs.c502 char *cp, *ncp; ufs_open() local
H A Dnfs.c473 char *ncp; in nfs_open() local
H A Dext2fs.c339 char *cp, *ncp, *path = NULL, *buf = NULL; in ext2fs_open() local
/freebsd-src/contrib/less/
H A Dcmdbuf.c379 char *ncp; in cmd_right() local
412 char *ncp; in cmd_left() local
[all...]
/freebsd-src/usr.sbin/makefs/msdos/
H A Dmsdosfs_fat.c950 m_extendfile(struct denode *dep, u_long count, struct m_buf **bpp, u_long *ncp, in m_extendfile() argument
/freebsd-src/sys/fs/msdosfs/
H A Dmsdosfs_fat.c988 extendfile(struct denode *dep, u_long count, struct buf **bpp, u_long *ncp, in extendfile()
/freebsd-src/sys/contrib/openzfs/module/zfs/
H A Dzap_micro.c996 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) zap_lookup_impl() argument
1039 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) zap_lookup_norm() argument
1087 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) zap_lookup_norm_by_dnode() argument

12