Searched refs:ns (Results 151 - 175 of 211) sorted by relevance

123456789

/freebsd-11.0-release/contrib/libreadline/support/
H A Dconfig.sub146 -harris | -dolphin | -highlevel | -gould | -cbm | -ns | -masscomp | \
485 basic_machine=ns32k-ns
1346 *-ns)
1431 vendor=ns
/freebsd-11.0-release/contrib/binutils/
H A Dconfig.sub150 -harris | -dolphin | -highlevel | -gould | -cbm | -ns | -masscomp | \
548 basic_machine=ns32k-ns
1496 *-ns)
1581 vendor=ns
/freebsd-11.0-release/sys/fs/nfs/
H A Dnfs.h148 #define NFSRV_CMPFH(nf, ns, f, s) \
149 ((ns) == (s) && !NFSBCMP((caddr_t)(nf), (caddr_t)(f), (s)))
/freebsd-11.0-release/sys/dev/sfxge/common/
H A Def10_tx.c646 __in unsigned int ns)
651 _NOTE(ARGUNUSED(etp, ns))
644 ef10_tx_qpace( __in efx_txq_t *etp, __in unsigned int ns) argument
/freebsd-11.0-release/contrib/libarchive/libarchive/
H A Darchive_read_support_format_mtree.c1573 long ns = 0; local
1582 ns = (long)mtree_atol10(&val);
1584 ns = 0;
1589 archive_entry_set_mtime(entry, (time_t)m, ns);
/freebsd-11.0-release/contrib/expat/lib/
H A Dxmltok.c1720 #define ns(x) x macro
1725 #undef ns macro
1730 #define ns(x) x ## _ns macro
1737 #undef ns macro
/freebsd-11.0-release/sys/contrib/ngatm/netnatm/api/
H A Dcc_user.c68 set_state(struct ccuser *user, enum user_state ns) argument
70 if (user->state != ns) {
73 stab[user->state], stab[ns]);
74 user->state = ns;
/freebsd-11.0-release/contrib/gcc/cp/
H A Dname-lookup.c1223 namespace_scope_ht_size (tree ns)
1225 tree name = DECL_NAME (ns);
3153 push_nested_namespace (tree ns)
3155 if (ns == global_namespace)
3159 push_nested_namespace (CP_DECL_CONTEXT (ns));
3160 push_namespace (DECL_NAME (ns));
3168 pop_nested_namespace (tree ns)
3171 while (ns != global_namespace)
3174 ns = CP_DECL_CONTEXT (ns);
1221 namespace_scope_ht_size(tree ns) argument
3148 push_nested_namespace(tree ns) argument
3163 pop_nested_namespace(tree ns) argument
3595 cp_namespace_decls(tree ns) argument
[all...]
H A Drtti.c661 tree ns = abi_node;
664 push_nested_namespace (ns);
681 pop_nested_namespace (ns);
659 tree ns = abi_node; local
/freebsd-11.0-release/sys/compat/cloudabi/
H A Dcloudabi_futex.c779 cloudabi_timestamp_t s, ns; local
782 ns = ts % 1000000000;
785 return ((s << 32) + (ns << 32) / 1000000000);
/freebsd-11.0-release/sys/geom/raid/
H A Dtr_raid1.c155 int i, na, ns; local
196 ns = g_raid_nsubdisks(vol, G_RAID_SUBDISK_S_STALE) +
200 else if (na + ns == vol->v_disks_count)
/freebsd-11.0-release/contrib/ntp/ntpd/
H A Drefclock_nmea.c132 * '2' indicates accuracy of +/-100 ns
1475 long * ns, /* storage for nsec fraction */
1512 *ns = f * weight[p2 - p1 - 1];
1514 *ns = 0;
1473 parse_time( struct calendar * jd, long * ns, nmea_data * rd, int idx ) argument
/freebsd-11.0-release/usr.sbin/ppp/
H A Dcommand.c552 nargv[arg] = substip(nargv[arg], "DNS0", bundle->ncp.ipcp.ns.dns[0]);
553 nargv[arg] = substip(nargv[arg], "DNS1", bundle->ncp.ipcp.ns.dns[1]);
747 arg->bundle->ncp.ipcp.ns.writable = 0;
749 arg->bundle->ncp.ipcp.ns.writable = 1;
2121 ipaddr = arg->bundle->ncp.ipcp.cfg.ns.dns;
2124 ipaddr = arg->bundle->ncp.ipcp.cfg.ns.nbns;
2542 host = arg->bundle->ncp.ipcp.ns.dns[0];
2545 host = arg->bundle->ncp.ipcp.ns.dns[1];
2616 ncprange_setip4host(&dest, arg->bundle->ncp.ipcp.ns.dns[0]);
2619 ncprange_setip4host(&dest, arg->bundle->ncp.ipcp.ns
[all...]
/freebsd-11.0-release/contrib/file/src/
H A Dcdf.c628 size_t ss = CDF_SEC_SIZE(h), ns, nd; local
632 ns = cdf_count_chain(sat, sid, ss);
633 if (ns == (size_t)-1)
638 dir->dir_len = ns * nd;
649 for (j = i = 0; i < ns; i++, j++) {
/freebsd-11.0-release/sys/contrib/ngatm/netnatm/sig/
H A Dsig_call.c1704 enum call_state ns; local
1717 ns = c->cstate;
1720 ns = CALLST_NULL;
1740 map_callstate(ns), &u->u.status.epref,
1747 if (ns == c->cstate) {
1810 enum call_state ns; local
1821 ns = c->cstate;
1823 ns = state_compat(c, u->u.status.callstate.state);
1845 map_callstate(ns), &u->u.notify.epref,
1901 if (ns
[all...]
/freebsd-11.0-release/contrib/unbound/daemon/
H A Dremote.c1601 struct delegpt_ns* ns; local
1613 for(ns = dp->nslist; ns; ns = ns->next) {
1614 dname_str(ns->name, buf);
/freebsd-11.0-release/crypto/openssl/apps/
H A Dcms.c1277 static STACK_OF(GENERAL_NAMES) *make_names_stack(STACK_OF(OPENSSL_STRING) *ns)
1286 for (i = 0; i < sk_OPENSSL_STRING_num(ns); i++) {
1287 char *str = sk_OPENSSL_STRING_value(ns, i);
/freebsd-11.0-release/contrib/libxo/xohtml/external/
H A Djquery.qtip.js1315 var ns = '.' + this._id + (suffix ? '-'+suffix : '');
1317 (events.split ? events : events.join(ns + ' ')) + ns,
1326 var ns = '.'+NAMESPACE;
1329 (events.split ? events : events.join(ns + ' ')) + ns,
/freebsd-11.0-release/contrib/bzip2/
H A Dbzip2.c1112 Int32 ns = strlen(s); local
1114 if (ns < nx) return False;
1115 if (strcmp(s + ns - nx, suffix) == 0) return True;
/freebsd-11.0-release/tools/tools/ath/athrd/
H A Dathrd.c930 const struct ieee80211_channel *src, int16_t *stxpow, int ns)
934 for (j = 0; j < ns && dst[i].ic_freq != src[j].ic_freq; j++)
936 if (j < ns && dtxpow[i] == stxpow[j]) {
929 intersect(struct ieee80211_channel *dst, int16_t *dtxpow, int *nd, const struct ieee80211_channel *src, int16_t *stxpow, int ns) argument
/freebsd-11.0-release/contrib/binutils/binutils/
H A Dsrconv.c1277 dus.ns = 1; /* p->nsources; sac 14 jul 94 */
1278 dus.drb = nints (dus.ns);
1279 dus.fname = (char **) xcalloc (sizeof (char *), dus.ns);
1280 dus.spare = nints (dus.ns);
/freebsd-11.0-release/sys/xen/interface/
H A Dplatform.h152 uint32_t ns; member in struct:xenpf_efi_time
566 * READ: Returns the scaled system time(ns) instead of raw timestamp. In
/freebsd-11.0-release/contrib/tcpdump/
H A Dconfig.sub151 -harris | -dolphin | -highlevel | -gould | -cbm | -ns | -masscomp | \
660 basic_machine=ns32k-ns
1677 *-ns)
1762 vendor=ns
/freebsd-11.0-release/contrib/sqlite3/
H A Dconfig.sub151 -harris | -dolphin | -highlevel | -gould | -cbm | -ns | -masscomp | \
660 basic_machine=ns32k-ns
1677 *-ns)
1762 vendor=ns
/freebsd-11.0-release/contrib/openpam/
H A Dconfig.sub151 -harris | -dolphin | -highlevel | -gould | -cbm | -ns | -masscomp | \
642 basic_machine=ns32k-ns
1652 *-ns)
1737 vendor=ns

Completed in 312 milliseconds

123456789