Searched refs:nt (Results 26 - 50 of 55) sorted by relevance

123

/freebsd-13-stable/sys/compat/ndis/
H A Dsubr_usbd.c1184 struct ndisusb_task *nt; local
1186 nt = malloc(sizeof(struct ndisusb_task), M_USBDEV, M_NOWAIT | M_ZERO);
1187 if (nt == NULL)
1189 nt->nt_type = type;
1190 nt->nt_ctx = ip;
1193 InsertTailList((&sc->ndisusb_tasklist), (&nt->nt_tasklist));
1209 struct ndisusb_task *nt; local
1218 nt = CONTAINING_RECORD(l, struct ndisusb_task, nt_tasklist);
1220 ip = nt->nt_ctx;
1225 switch (nt
[all...]
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/builtins/hexagon/
H A Ddfsqrt.S87 if (!NORMAL.new) jump:nt .Lsqrt_abnormal
358 if (P_TMP.new) jump:nt .Lsqrt_nan
362 if (!P_TMP.new) jump:nt .Lsqrt_invalid_neg
367 if (P_TMP.new) jumpr:nt r31
H A Ddfdiv.S233 if (P_TMP.new) jump:nt .Ldiv_ovf
237 if (P_TMP.new) jump:nt .Lpossible_unf // round up to normal possible...
/freebsd-13-stable/usr.sbin/bhyve/
H A Dtask_switch.c709 struct seg_desc nt; local
749 nt = usd_to_seg_desc(&nt_desc);
752 nt_type = SEG_DESC_TYPE(nt.access);
760 if (!SEG_DESC_PRESENT(nt.access)) {
777 if (nt.limit < minlimit) {
798 error = vm_copy_setup(ctx, vcpu, &sup_paging, nt.base, minlimit + 1,
869 nt = usd_to_seg_desc(&nt_desc);
870 update_seg_desc(ctx, vcpu, VM_REG_GUEST_TR, &nt);
/freebsd-13-stable/contrib/openresolv/
H A Dlibc.in129 if [ -z "$newest" ] || [ "$conf" -nt "$newest" ]; then
/freebsd-13-stable/tools/tools/ath/athrd/
H A Dathrd.c1015 int i, na, nb, ng, nt, ntg, nn; local
1163 na = nb = ng = nt = ntg = nn = 0;
1199 if (ath_hal_getchannels(&ahp.h, tchans, IEEE80211_CHAN_MAX, &nt,
1201 calctxpower(&ahp.h, nt, tchans, tpcReduction, powerLimit, ttxpow);
1203 isdfs |= anychan(tchans, nt, IEEE80211_CHAN_DFS);
1205 is4ms |= anychan(tchans, nt, IEEE80211_CHAN_4MSXMIT);
1239 intersect(tchans, ttxpow, &nt, achans, atxpow, na);
1265 dumpchannels(&ahp.h, nt, tchans, ttxpow);
/freebsd-13-stable/contrib/elftoolchain/readelf/
H A Dreadelf.c367 unsigned int nt);
368 static const char *note_type_freebsd(unsigned int nt);
369 static const char *note_type_freebsd_core(unsigned int nt);
370 static const char *note_type_linux_core(unsigned int nt);
371 static const char *note_type_gnu(unsigned int nt);
372 static const char *note_type_netbsd(unsigned int nt);
373 static const char *note_type_openbsd(unsigned int nt);
374 static const char *note_type_unknown(unsigned int nt);
375 static const char *note_type_xen(unsigned int nt);
1136 note_type(const char *name, unsigned int et, unsigned int nt) argument
1158 note_type_freebsd(unsigned int nt) argument
1170 note_type_freebsd_core(unsigned int nt) argument
1196 note_type_linux_core(unsigned int nt) argument
1228 note_type_gnu(unsigned int nt) argument
1241 note_type_netbsd(unsigned int nt) argument
1250 note_type_openbsd(unsigned int nt) argument
1259 note_type_unknown(unsigned int nt) argument
1269 note_type_xen(unsigned int nt) argument
[all...]
/freebsd-13-stable/contrib/subversion/subversion/libsvn_client/
H A Dupdate.c380 svn_wc_notify_t *nt;
382 nt = svn_wc_create_notify(local_abspath,
388 ctx->notify_func2(ctx->notify_baton2, nt, scratch_pool);
378 svn_wc_notify_t *nt; local
/freebsd-13-stable/sys/net80211/
H A Dieee80211_wds.c130 struct ieee80211_node_table *nt = &ic->ic_sta; local
151 IEEE80211_NODE_LOCK(nt);
186 IEEE80211_NODE_UNLOCK(nt);
H A Dieee80211_ioctl.c1370 struct ieee80211_node_table *nt = &vap->iv_ic->ic_sta; local
1376 IEEE80211_NODE_LOCK(nt);
1377 ni = ieee80211_find_node_locked(nt, mac);
1378 IEEE80211_NODE_UNLOCK(nt);
1390 ieee80211_iterate_nodes(nt, domlme, mlmeop);
1400 struct ieee80211_node_table *nt = &ic->ic_sta; local
1441 IEEE80211_NODE_LOCK(nt);
1442 ni = ieee80211_find_node_locked(nt, mac);
1448 IEEE80211_NODE_UNLOCK(nt);
1468 IEEE80211_NODE_LOCK(nt);
[all...]
/freebsd-13-stable/libexec/rc/rc.d/
H A Dsendmail178 if [ "/etc/mail/aliases" -nt "/etc/mail/aliases.db" ]; then
/freebsd-13-stable/sys/cddl/boot/zfs/
H A Dzfssubr.c1158 vdev_raidz_reconstruct(raidz_map_t *rm, int *t, int nt) argument
1169 for (i = 1; i < nt; i++) {
1177 if (i < nt && c == t[i]) {
1189 ASSERT(ntgts >= nt);
/freebsd-13-stable/crypto/openssh/regress/
H A Dtest-exec.sh477 if [ ! -f $OBJ/$t ] || [ ${SSHKEYGEN_BIN} -nt $OBJ/$t ]; then
/freebsd-13-stable/sys/contrib/ipfilter/netinet/
H A Dip_nat.c1009 ipnat_t *nat, *nt, *n; local
1035 nt = NULL;
1055 KMALLOCS(nt, ipnat_t *, natd.in_size);
1056 if (nt == NULL) {
1061 bzero(nt, natd.in_size);
1062 error = ipf_inobjsz(softc, data, nt, IPFOBJ_IPNAT,
1066 nat = nt;
1159 } else if (nt == NULL) {
1167 if (nat != nt)
1168 bcopy((char *)nat, (char *)nt, sizeo
[all...]
H A Dfil.c7042 ipftuneable_t *nt, *dt; local
7045 for (nt = newtune; nt->ipft_name != NULL; nt++) {
7046 error = ipf_tune_add(softc, nt);
7048 for (dt = newtune; dt != nt; dt++) {
/freebsd-13-stable/contrib/ntp/sntp/
H A DMakefile.am223 || [ check-COPYRIGHT-submake -nt $(srcdir)/../COPYRIGHT ] \
/freebsd-13-stable/sys/contrib/openzfs/module/zfs/
H A Dvdev_raidz.c1321 const int *t, int nt)
1336 if (i < nt && c == t[i]) {
1349 ASSERT(ntgts >= nt);
2084 vdev_raidz_reconstruct(raidz_map_t *rm, const int *t, int nt) argument
2088 vdev_raidz_reconstruct_row(rm, rr, t, nt);
1320 vdev_raidz_reconstruct_row(raidz_map_t *rm, raidz_row_t *rr, const int *t, int nt) argument
/freebsd-13-stable/crypto/heimdal/lib/hdb/
H A Dhdb-ldap.c629 char *nt; local
638 nt = ent->entry.keys.val[i].key.keyvalue.data;
640 ret = hex_encode(nt, 16, &ntHexPassword);
/freebsd-13-stable/contrib/file/src/
H A Dapprentice.c2332 int nt)
2340 len = nt ? strlen(buf) : len;
2358 if (nt)
2367 if (nt)
2330 parse_extra(struct magic_set *ms, struct magic_entry *me, const char *line, size_t llen, off_t off, size_t len, const char *name, const char *extra, int nt) argument
/freebsd-13-stable/sys/dev/isp/
H A Disp_freebsd.h139 isp_notify_t nt; member in struct:inot_private_data
H A Disp_freebsd.c1861 ISP_MEMCPY(&ntp->nt, notify, sizeof (isp_notify_t));
1864 ntp->nt.nt_lreserved = &ntp->data;
2357 if (ntp->nt.nt_need_ack) {
2359 ntp->nt.nt_lreserved);
2518 if (isp_handle_platform_target_notify_ack(isp, &ntp->nt,
/freebsd-13-stable/contrib/ofed/opensm/opensm/
H A Dosm_torus.c7535 void report_torus_changes(struct torus *nt, struct torus *ot) argument
7539 unsigned x_sz = nt->x_sz;
7540 unsigned y_sz = nt->y_sz;
7541 unsigned z_sz = nt->z_sz;
7542 unsigned max_changes = nt->max_changes;
7544 if (OSM_LOG_IS_ACTIVE_V2(&nt->osm->log, OSM_LOG_ROUTING))
7545 dump_torus(nt);
7552 OSM_LOG(&nt->osm->log, OSM_LOG_INFO,
7554 ot->x_sz, nt->x_sz);
7560 OSM_LOG(&nt
[all...]
/freebsd-13-stable/contrib/tcsh/
H A Dsh.exec.c36 #include <nt.const.h>
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp259 auto nt = it;
260 nt++;
261 if (nt != Elements.end()) {
262 auto N = *nt;
264 Elements.insert(nt, {Offset, Size, Name});
/freebsd-13-stable/contrib/ofed/opensm/include/iba/
H A Dib_types.h8362 uint32_t nt;
8364 nt = cl_ntoh16(p_inf->g_or_v.generic.node_type_lsb) |
8366 return cl_hton32(nt);

Completed in 283 milliseconds

123