Searched refs:nt (Results 1 - 25 of 59) sorted by relevance

123

/freebsd-9.3-release/crypto/heimdal/lib/gssapi/spnego/
H A Daccept_sec_context.c43 NegotiationToken nt; local
46 nt.element = choice_NegotiationToken_negTokenResp;
48 ALLOC(nt.u.negTokenResp.negResult, 1);
49 if (nt.u.negTokenResp.negResult == NULL) {
53 *(nt.u.negTokenResp.negResult) = reject;
54 nt.u.negTokenResp.supportedMech = NULL;
55 nt.u.negTokenResp.responseToken = NULL;
56 nt.u.negTokenResp.mechListMIC = NULL;
59 output_token->value, output_token->length, &nt,
61 free_NegotiationToken(&nt);
95 NegotiationTokenWin nt; local
221 NegotiationToken nt; local
550 NegotiationToken nt; local
786 NegotiationToken nt; local
[all...]
H A Dinit_sec_context.c85 NegotiationToken nt; local
97 memset(&nt, 0, sizeof(nt));
99 nt.element = choice_NegotiationToken_negTokenResp;
101 ALLOC(nt.u.negTokenResp.negResult, 1);
102 if (nt.u.negTokenResp.negResult == NULL) {
107 nt.u.negTokenResp.supportedMech = NULL;
113 nt.u.negTokenResp.responseToken = NULL;
114 *(nt.u.negTokenResp.negResult) = accept_completed;
116 ALLOC(nt
[all...]
/freebsd-9.3-release/sys/netncp/
H A Dncp_nls.h82 void ncp_pathcopy(const char *src, char *dst, int len, struct ncp_nlstables *nt);
83 int ncp_pathcheck(char *s, int len, struct ncp_nlstables *nt, int strict);
84 void ncp_path2unix(char *src, char *dst, int len, struct ncp_nlstables *nt);
H A Dncp_nls.c204 ncp_pathcheck(char *s, int len, struct ncp_nlstables *nt, int strict) { argument
206 int opt = nt->opt;
209 tbl = (opt & NWHP_UPPER) ? nt->to_upper : nt->to_lower;
213 if (nt->u2n[sc] == 0) /* illegal char */
222 if (nt->u2n[sc] == 0) /* illegal char */
237 ncp_pathcopy(const char *src, char *dst, int len, struct ncp_nlstables *nt) argument
243 if (nt == NULL) {
247 donls = (nt->opt & NWHP_NLS);
248 if ((nt
276 ncp_path2unix(char *src, char *dst, int len, struct ncp_nlstables *nt) argument
[all...]
H A Dncp_rq.c168 struct ncp_nlstables *nt)
174 mbp->mb_udata = nt;
194 int namelen, u_char *path, struct ncp_nlstables *nt)
214 ncp_rq_pathstring(rqp, namelen, path, nt);
167 ncp_rq_pathstring(struct ncp_rq *rqp, int size, const char *name, struct ncp_nlstables *nt) argument
193 ncp_rq_dbase_path(struct ncp_rq *rqp, u_int8_t vol_num, u_int32_t dir_base, int namelen, u_char *path, struct ncp_nlstables *nt) argument
/freebsd-9.3-release/crypto/openssl/crypto/bio/
H A Dbf_nbio.c103 NBIO_TEST *nt; local
105 if (!(nt = (NBIO_TEST *)OPENSSL_malloc(sizeof(NBIO_TEST))))
107 nt->lrn = -1;
108 nt->lwn = -1;
109 bi->ptr = (char *)nt;
163 NBIO_TEST *nt; local
172 nt = (NBIO_TEST *)b->ptr;
177 if (nt->lwn > 0) {
178 num = nt->lwn;
179 nt
[all...]
/freebsd-9.3-release/contrib/ntp/
H A Dbuild146 # Find a test which supports -nt, unlike Solaris /bin/sh builtin.
151 case `$try config.status -nt ../configure 2>&1` in
176 # Solaris /bin/sh doesn't grok -nt.
178 ( "$TEST" config.status -nt ../configure &&
179 "$TEST" sntp/config.status -nt ../sntp/configure &&
181 "$TEST" sntp/libevent/config.status -nt ../sntp/libevent/configure ) ) ||
183 "$TEST" Makefile -nt config.status ||
185 "$TEST" sntp/Makefile -nt sntp/config.status ||
188 "$TEST" sntp/libevent/Makefile -nt sntp/libevent/config.status ||
/freebsd-9.3-release/sys/net80211/
H A Dieee80211_node.c96 struct ieee80211_node_table *nt, const char *name,
100 static void ieee80211_node_table_cleanup(struct ieee80211_node_table *nt);
1111 ieee80211_alloc_node(struct ieee80211_node_table *nt, argument
1114 struct ieee80211com *ic = nt->nt_ic;
1126 ether_sprintf(macaddr), nt->nt_name);
1137 ni->ni_inact_reload = nt->nt_inact_init;
1145 IEEE80211_NODE_LOCK(nt);
1146 TAILQ_INSERT_TAIL(&nt->nt_node, ni, ni_list);
1147 LIST_INSERT_HEAD(&nt->nt_hash[hash], ni, ni_hash);
1148 ni->ni_table = nt;
1288 ieee80211_find_node_locked_debug(struct ieee80211_node_table *nt, const uint8_t macaddr[IEEE80211_ADDR_LEN], const char *func, int line) argument
1319 ieee80211_find_node_debug(struct ieee80211_node_table *nt, const uint8_t macaddr[IEEE80211_ADDR_LEN], const char *func, int line) argument
1336 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
1370 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
1512 _find_rxnode(struct ieee80211_node_table *nt, const struct ieee80211_frame_min *wh) argument
1534 struct ieee80211_node_table *nt; local
1563 struct ieee80211_node_table *nt; local
1618 struct ieee80211_node_table *nt = &vap->iv_ic->ic_sta; local
1661 struct ieee80211_node_table *nt = ni->ni_table; local
1694 struct ieee80211_node_table *nt = ni->ni_table; local
1740 struct ieee80211_node_table *nt = &ic->ic_sta; local
1791 node_reclaim(struct ieee80211_node_table *nt, struct ieee80211_node *ni) argument
1836 ieee80211_node_table_init(struct ieee80211com *ic, struct ieee80211_node_table *nt, const char *name, int inact, int keyixmax) argument
1863 ieee80211_node_table_reset(struct ieee80211_node_table *nt, struct ieee80211vap *match) argument
1900 ieee80211_node_table_cleanup(struct ieee80211_node_table *nt) argument
1932 struct ieee80211_node_table *nt = &ic->ic_sta; local
2077 struct ieee80211_node_table *nt = &ic->ic_sta; local
2152 ieee80211_iterate_nodes(struct ieee80211_node_table *nt, ieee80211_iter_func *f, void *arg) argument
2178 ieee80211_dump_node(struct ieee80211_node_table *nt, struct ieee80211_node *ni) argument
2208 ieee80211_dump_nodes(struct ieee80211_node_table *nt) argument
2487 struct ieee80211_node_table *nt = ni->ni_table; local
[all...]
H A Dieee80211_node.h405 #define ieee80211_find_node_locked(nt, mac) \
406 ieee80211_find_node_locked_debug(nt, mac, __func__, __LINE__)
407 #define ieee80211_find_node(nt, mac) \
408 ieee80211_find_node_debug(nt, mac, __func__, __LINE__)
409 #define ieee80211_find_vap_node_locked(nt, vap, mac) \
410 ieee80211_find_vap_node_locked_debug(nt, vap, mac, __func__, __LINE__)
411 #define ieee80211_find_vap_node(nt, vap, mac) \
412 ieee80211_find_vap_node_debug(nt, vap, mac, __func__, __LINE__)
H A Dieee80211_ddb.c657 const struct ieee80211_node_table *nt = &ic->ic_sta; local
660 TAILQ_FOREACH(ni, &nt->nt_node, ni_list) {
668 _db_show_node_table(const char *tag, const struct ieee80211_node_table *nt) argument
672 db_printf("%s%s@%p:\n", tag, nt->nt_name, nt);
673 db_printf("%s nodelock %p", tag, &nt->nt_nodelock);
674 db_printf(" inact_init %d", nt->nt_inact_init);
675 db_printf(" scanlock %p", &nt->nt_scanlock);
676 db_printf(" scangen %u\n", nt->nt_scangen);
678 tag, nt
[all...]
/freebsd-9.3-release/usr.sbin/timed/timed/
H A Dtimed.c130 struct nets *nt; local
246 for (nt = nets; nt; nt = nt->next) {
247 nentp = getnetbyname(nt->name);
249 nt->net = inet_network(nt->name);
250 if (nt->net != INADDR_NONE)
251 nentp = getnetbyaddr(nt
[all...]
/freebsd-9.3-release/tools/regression/lib/libutil/
H A Dtest-flopen.c197 int i, nt; local
199 nt = sizeof(t) / sizeof(*t);
200 printf("1..%d\n", nt);
201 for (i = 0; i < nt; ++i) {
H A Dtest-pidfile.c267 int i, nt; local
269 nt = sizeof(t) / sizeof(*t);
270 printf("1..%d\n", nt);
271 for (i = 0; i < nt; ++i) {
/freebsd-9.3-release/contrib/openbsm/etc/
H A Daudit_class14 0x00000100:nt:network
H A Daudit_event57 32:AUE_CONNECT:connect(2):nt
58 33:AUE_ACCEPT:accept(2):nt
59 34:AUE_BIND:bind(2):nt
60 35:AUE_SETSOCKOPT:setsockopt(2):nt
71 46:AUE_SHUTDOWN:shutdown(2):nt
172 173:AUE_ONESIDE:one-sided session record:nt
178 183:AUE_SOCKET:socket(2):nt
179 184:AUE_SENDTO:sendto(2):nt
181 186:AUE_SOCKETPAIR:socketpair(2):nt
182 187:AUE_SEND:send(2):nt
[all...]
/freebsd-9.3-release/usr.bin/xlint/lint1/
H A Dtree.c1636 tspec_t nt, ot, ost = NOTSPEC; local
1641 nt = tp->t_tspec;
1646 ptconv(arg, nt, ot, tp, tn);
1647 if (isityp(nt) && isityp(ot)) {
1648 iiconv(op, arg, nt, ot, tp, tn);
1649 } else if (nt == PTR && ((ot == PTR && ost == VOID) || isityp(ot)) &&
1652 } else if (isityp(nt) && ot == PTR) {
1653 piconv(op, nt, tp, tn);
1654 } else if (nt == PTR && ot == PTR) {
1662 if (tn->tn_op != CON || nt
1682 ptconv(int arg, tspec_t nt, tspec_t ot, type_t *tp, tnode_t *tn) argument
1734 iiconv(op_t op, int arg, tspec_t nt, tspec_t ot, type_t *tp, tnode_t *tn) argument
1773 piconv(op_t op, tspec_t nt, type_t *tp, tnode_t *tn) argument
1801 tspec_t nt, ot; local
1858 tspec_t ot, nt; local
2985 tspec_t nt, ot; local
[all...]
/freebsd-9.3-release/crypto/openssh/contrib/suse/
H A Drc.sshd114 test /etc/ssh/sshd_config -nt $SSHD_PIDFILE && echo reload
/freebsd-9.3-release/etc/rc.d/
H A Dsendmail63 if [ "/etc/mail/aliases" -nt "/etc/mail/aliases.db" ]; then
/freebsd-9.3-release/sys/mips/rmi/
H A Dfmn.c294 int core, nt; local
300 nt = mthd->running;
301 if(nt >= mthd->nthreads) {
307 td = mthd->threads[nt].thread;
318 mthd->threads[nt].needed = 1;
321 msgring_wakeup_sleep[core*4+nt]++;
325 msgring_wakeup_nosleep[core*4+nt]++;
/freebsd-9.3-release/sys/kern/
H A Duipc_mqueue.c1754 struct mqueue_notifier *nt; local
1760 nt = mq->mq_notifier;
1761 if (nt->nt_sigev.sigev_notify != SIGEV_NONE) {
1762 p = nt->nt_proc;
1763 error = sigev_findtd(p, &nt->nt_sigev, &td);
1768 if (!KSI_ONQ(&nt->nt_ksi)) {
1769 ksiginfo_set_sigev(&nt->nt_ksi, &nt->nt_sigev);
1770 tdsendsignal(p, td, nt->nt_ksi.ksi_signo, &nt
1907 struct mqueue_notifier *nt; local
1917 notifier_insert(struct proc *p, struct mqueue_notifier *nt) argument
1923 notifier_delete(struct proc *p, struct mqueue_notifier *nt) argument
1932 struct mqueue_notifier *nt; local
2245 struct mqueue_notifier *nt, *newnt = NULL; local
[all...]
/freebsd-9.3-release/contrib/binutils/binutils/
H A Dieee.c4737 struct ieee_name_type *nt;
4739 for (nt = h->types; nt != NULL; nt = nt->next)
4744 if (nt->kind == DEBUG_KIND_ILLEGAL)
4772 || ! ieee_write_id (info, nt->type.name)
4774 || ! ieee_write_number (info, nt->type.indx)
4782 switch (nt->kind)
5831 struct ieee_name_type *nt, *ntloo
4733 struct ieee_name_type *nt; local
5827 struct ieee_name_type *nt, *ntlook; local
6473 struct ieee_name_type *nt; local
6507 struct ieee_name_type *nt; local
6599 struct ieee_name_type *nt; local
[all...]
/freebsd-9.3-release/sys/compat/ndis/
H A Dsubr_usbd.c1180 struct ndisusb_task *nt; local
1182 nt = malloc(sizeof(struct ndisusb_task), M_USBDEV, M_NOWAIT | M_ZERO);
1183 if (nt == NULL)
1185 nt->nt_type = type;
1186 nt->nt_ctx = ip;
1189 InsertTailList((&sc->ndisusb_tasklist), (&nt->nt_tasklist));
1205 struct ndisusb_task *nt; local
1214 nt = CONTAINING_RECORD(l, struct ndisusb_task, nt_tasklist);
1216 ip = nt->nt_ctx;
1221 switch (nt
[all...]
/freebsd-9.3-release/sys/fs/nwfs/
H A Dnwfs_subr.h68 struct ncp_nlstables *nt,
/freebsd-9.3-release/contrib/openresolv/
H A Dlibc.in109 if [ -z "$newest" -o "$conf" -nt "$newest" ]; then
/freebsd-9.3-release/sys/dev/isp/
H A Disp_freebsd.c999 restart_queue = ntp->rd.nt.nt_hba;
1011 while (restart_queue->rd.nt.nt_hba) {
1012 restart_queue = restart_queue->rd.nt.nt_hba;
1014 restart_queue->rd.nt.nt_hba = ntp;
2378 restart_queue = ntp->rd.nt.nt_hba;
2390 while (restart_queue->rd.nt.nt_hba) {
2391 restart_queue = restart_queue->rd.nt.nt_hba;
2393 restart_queue->rd.nt.nt_hba = ntp;
2494 ntp->rd.nt.nt_hba = tptr->restart_queue;
2599 restart_queue = ntp->rd.nt
3112 isp_notify_t tmp, *nt = &tmp; local
5984 isp_notify_t notify, *nt = &notify; local
[all...]

Completed in 324 milliseconds

123