Searched defs:nt (Results 1 - 25 of 40) sorted by last modified time

12

/freebsd-10-stable/sys/contrib/ipfilter/netinet/
H A Dip_nat.c1021 ipnat_t *nat, *nt, *n; local
[all...]
H A Dfil.c7011 ipftuneable_t *nt, *dt; local
/freebsd-10-stable/sys/net80211/
H A Dieee80211_node.c1144 ieee80211_alloc_node(struct ieee80211_node_table *nt, argument
1319 ieee80211_find_node_locked_debug(struct ieee80211_node_table *nt, const uint8_t macaddr[IEEE80211_ADDR_LEN], const char *func, int line) argument
1350 ieee80211_find_node_debug(struct ieee80211_node_table *nt, const uint8_t macaddr[IEEE80211_ADDR_LEN], const char *func, int line) argument
1367 ieee80211_find_vap_node_locked_debug(struct ieee80211_node_table *nt, const struct ieee80211vap *vap, const uint8_t macaddr[IEEE80211_ADDR_LEN], const char *func, int line) argument
1401 ieee80211_find_vap_node_debug(struct ieee80211_node_table *nt, const struct ieee80211vap *vap, const uint8_t macaddr[IEEE80211_ADDR_LEN], const char *func, int line) argument
1574 _find_rxnode(struct ieee80211_node_table *nt, const struct ieee80211_frame_min *wh) argument
1596 struct ieee80211_node_table *nt; local
1625 struct ieee80211_node_table *nt; local
1680 struct ieee80211_node_table *nt = &vap->iv_ic->ic_sta; local
1723 struct ieee80211_node_table *nt = ni->ni_table; local
1756 struct ieee80211_node_table *nt = ni->ni_table; local
1802 struct ieee80211_node_table *nt = &ic->ic_sta; local
1853 node_reclaim(struct ieee80211_node_table *nt, struct ieee80211_node *ni) argument
1898 ieee80211_node_table_init(struct ieee80211com *ic, struct ieee80211_node_table *nt, const char *name, int inact, int keyixmax) argument
1925 ieee80211_node_table_reset(struct ieee80211_node_table *nt, struct ieee80211vap *match) argument
1962 ieee80211_node_table_cleanup(struct ieee80211_node_table *nt) argument
1994 struct ieee80211_node_table *nt = &ic->ic_sta; local
2139 struct ieee80211_node_table *nt = &ic->ic_sta; local
2227 ieee80211_iterate_nt(struct ieee80211_node_table *nt, struct ieee80211_node **ni_arr, uint16_t max_aid) argument
2295 ieee80211_iterate_nodes(struct ieee80211_node_table *nt, ieee80211_iter_func *f, void *arg) argument
2341 ieee80211_dump_node(struct ieee80211_node_table *nt, struct ieee80211_node *ni) argument
2371 ieee80211_dump_nodes(struct ieee80211_node_table *nt) argument
2650 struct ieee80211_node_table *nt = ni->ni_table; local
[all...]
H A Dieee80211_ioctl.c1335 struct ieee80211_node_table *nt = &ic->ic_sta; local
1365 struct ieee80211_node_table *nt = &ic->ic_sta; local
[all...]
H A Dieee80211_wds.c126 struct ieee80211_node_table *nt = &ic->ic_sta; local
H A Dieee80211_ddb.c673 const struct ieee80211_node_table *nt = &ic->ic_sta; local
684 _db_show_node_table(const char *tag, const struct ieee80211_node_table *nt) argument
[all...]
/freebsd-10-stable/lib/libutil/tests/
H A Dpidfile_test.c280 int i, nt; local
/freebsd-10-stable/contrib/file/src/
H A Dapprentice.c2270 parse_extra(struct magic_set *ms, struct magic_entry *me, const char *line, off_t off, size_t len, const char *name, const char *extra, int nt) argument
/freebsd-10-stable/sys/kern/
H A Duipc_mqueue.c1811 struct mqueue_notifier *nt; local
1964 struct mqueue_notifier *nt; local
1974 notifier_insert(struct proc *p, struct mqueue_notifier *nt) argument
1980 notifier_delete(struct proc *p, struct mqueue_notifier *nt) argument
1989 struct mqueue_notifier *nt; local
2314 struct mqueue_notifier *nt, *newnt = NULL; local
[all...]
/freebsd-10-stable/sys/dev/isp/
H A Disp_target.c884 isp_notify_t notify, *nt = &notify; local
[all...]
H A Disp_freebsd.h145 isp_notify_t nt; member in struct:inot_private_data
/freebsd-10-stable/contrib/amd/libamu/
H A Dxutil.c1052 clocktime(nfstime *nt) argument
/freebsd-10-stable/crypto/openssl/crypto/bio/
H A Dbf_nbio.c103 NBIO_TEST *nt; local
164 NBIO_TEST *nt; local
[all...]
/freebsd-10-stable/sys/dev/ntb/
H A Dntb_transport.c311 struct ntb_transport_ctx *nt; local
329 struct ntb_transport_ctx *nt = device_get_softc(dev); local
469 struct ntb_transport_ctx *nt = device_get_softc(dev); local
509 ntb_transport_init_queue(struct ntb_transport_ctx *nt, unsigned int qp_num) argument
575 struct ntb_transport_ctx *nt = qp->transport; local
620 struct ntb_transport_ctx *nt = device_get_softc(device_get_parent(dev)); local
663 struct ntb_transport_ctx *nt = qp->transport; local
1004 struct ntb_transport_ctx *nt = data; local
1028 struct ntb_transport_ctx *nt = data; local
1043 struct ntb_transport_ctx *nt = arg; local
1117 ntb_set_mw(struct ntb_transport_ctx *nt, int num_mw, size_t size) argument
1177 ntb_free_mw(struct ntb_transport_ctx *nt, int num_mw) argument
1192 ntb_transport_setup_qp_mw(struct ntb_transport_ctx *nt, unsigned int qp_num) argument
1245 struct ntb_transport_ctx *nt = qp->transport; local
1273 ntb_transport_link_cleanup(struct ntb_transport_ctx *nt) argument
1353 struct ntb_transport_ctx *nt = qp->transport; local
[all...]
/freebsd-10-stable/usr.sbin/bhyve/
H A Dtask_switch.c706 struct seg_desc nt; local
/freebsd-10-stable/contrib/subversion/subversion/libsvn_client/
H A Dupdate.c296 svn_wc_notify_t *nt; local
/freebsd-10-stable/usr.bin/truss/
H A Dsetup.c240 struct threadinfo *nt; local
273 struct threadinfo *nt; local
[all...]
/freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dvdev_raidz.c1406 vdev_raidz_reconstruct(raidz_map_t *rm, int *t, int nt) argument
/freebsd-10-stable/usr.bin/xlint/lint1/
H A Dtree.c1668 tspec_t nt, ot, ost = NOTSPEC; local
1714 ptconv(int arg, tspec_t nt, tspec_t ot, type_t *tp, tnode_t *tn) argument
1768 iiconv(op_t op, int arg, tspec_t nt, tspec_t ot, type_t *tp, tnode_t *tn) argument
1814 piconv(op_t op, tspec_t nt, type_t *tp, tnode_t *tn) argument
1843 tspec_t nt, ot; local
1901 tspec_t ot, nt; local
3087 tspec_t nt, ot; local
[all...]
/freebsd-10-stable/crypto/heimdal/lib/gssapi/spnego/
H A Daccept_sec_context.c40 NegotiationToken nt; local
92 NegotiationTokenWin nt; local
160 NegotiationToken nt; local
485 NegotiationToken nt; local
702 NegotiationToken nt; local
[all...]
H A Dinit_sec_context.c85 NegotiationToken nt; local
[all...]
/freebsd-10-stable/crypto/heimdal/lib/hdb/
H A Dhdb-ldap.c629 char *nt; local
/freebsd-10-stable/sys/compat/ndis/
H A Dsubr_usbd.c1180 struct ndisusb_task *nt; local
1205 struct ndisusb_task *nt; local
[all...]
/freebsd-10-stable/sys/mips/rmi/
H A Dfmn.c294 int core, nt; local
/freebsd-10-stable/sys/cddl/boot/zfs/
H A Dzfssubr.c1064 vdev_raidz_reconstruct(raidz_map_t *rm, int *t, int nt) argument

Completed in 243 milliseconds

12