Searched refs:ns (Results 101 - 125 of 238) sorted by relevance

12345678910

/freebsd-11-stable/contrib/llvm-project/lld/include/lld/Core/
H A DSimple.h117 SimpleReference(Reference::KindNamespace ns, Reference::KindArch arch, argument
120 : Reference(ns, arch, value), _target(t), _offsetInAtom(off), _addend(a) {
200 void addReference(Reference::KindNamespace ns,
206 SimpleReference(ns, arch, kindValue, off, target, a);
/freebsd-11-stable/contrib/subversion/subversion/libsvn_ra_serf/
H A Dget_file.c283 const char *ns,
291 if (strcmp(ns, "DAV:") == 0 && strcmp(name, "resourcetype") == 0)
302 else if (strcmp(ns, SVN_DAV_PROP_NS_DAV) == 0
311 svn_name = svn_ra_serf__svnname_from_wirename(ns, name, fb->result_pool);
278 get_file_prop_cb(void *baton, const char *path, const char *ns, const char *name, const svn_string_t *value, apr_pool_t *scratch_pool) argument
/freebsd-11-stable/usr.sbin/jail/
H A Djail.c562 char *ns; local
564 ns = strdup(str);
565 if (!ns)
567 return ns;
626 int dopersist, ns, jid, dying, didfail; local
664 ns = sjp - setparams;
667 j->jid = jailparam_set_note(j, setparams, ns, JAIL_CREATE);
691 j->jid = jailparam_set_note(j, setparams, ns,
701 for (jp = setparams; jp < setparams + ns; jp++)
712 setparams, ns, JAIL_CREAT
762 int ns, jid; local
[all...]
/freebsd-11-stable/contrib/ipfilter/samples/
H A Dproxy.c139 nat_save_t ns, *nsp = &ns; local
147 bzero((char *)&ns, sizeof(ns));
149 nat = &ns.ipn_nat;
/freebsd-11-stable/usr.sbin/uhsoctl/
H A Duhsoctl.c133 char **ns; member in struct:ctx
443 set_nameservers(struct ctx *ctx, const char *respath, int ns, ...) argument
452 if (ctx->ns != NULL) {
453 for (i = 0; ctx->ns[i] != NULL; i++) {
454 free(ctx->ns[i]);
456 free(ctx->ns);
457 ctx->ns = NULL;
464 if (ns == 0) {
479 ctx->ns = malloc(sizeof(char *) * (ns
[all...]
/freebsd-11-stable/contrib/binutils/ld/
H A Dldemul.c131 ldemul_add_options (int ns, char **shortopts, int nl, argument
136 (*ld_emulation->add_options) (ns, shortopts, nl, longopts,
/freebsd-11-stable/usr.sbin/config/
H A Dmkmakefile.c436 this = ns(wd);
501 depends = ns(wd);
509 clean = ns(wd);
517 compilewith = ns(wd);
525 warning = ns(wd);
533 objprefix = ns(wd);
694 suff = ns(tag + 7);
695 SUFF = ns(suff);
/freebsd-11-stable/sys/netgraph/
H A Dng_l2tp.h59 u_int16_t ns; /* sequence number to send next */ member in struct:ng_l2tp_seq_config
67 { "ns", &ng_parse_uint16_type }, \
/freebsd-11-stable/contrib/ldns/
H A Dzone.c84 ldns_rr *r, *ns, *a; local
127 ns = ldns_rr_list_rr(zone_cuts, i);
128 ns_owner = ldns_rr_owner(ns);
/freebsd-11-stable/sys/contrib/ngatm/netnatm/saal/
H A Dsscoppriv.h63 u_int ns : 24; /* sequence number */ member in struct:pdu::__anon8401
65 u_int ns : 24; /* sequence number */
76 #define sscop_ns ss.ns
/freebsd-11-stable/tools/tools/net80211/wlanstats/
H A Dmain.c93 if (ns->ns_##x) { fprintf(fd, "%s" #x " " fmt, sep, ns->ns_##x); sep = " "; }
96 const struct ieee80211_nodestats *ns = &stats.is_stats;
/freebsd-11-stable/contrib/wpa/src/utils/
H A Dradiotap.c177 if (iterator->_vns->ns[i].oui != oui)
179 if (iterator->_vns->ns[i].subns != subns)
182 iterator->current_namespace = &iterator->_vns->ns[i];
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DCxxModuleHandler.cpp136 NamedDecl *ns = llvm::dyn_cast<NamedDecl>(foreign_ctxt); local
137 llvm::StringRef ns_name = ns->getName();
146 "Couldn't find namespace " + ns->getQualifiedNameAsString());
/freebsd-11-stable/contrib/unbound/iterator/
H A Diterator.c1100 log_nametypeclass(VERB_ALGO, "schedule ns fetch",
1105 verbose(VERB_ALGO, "could not generate ns check");
1117 log_err("out of memory generating ns check, copydp");
1805 struct delegpt_ns* ns; local
1846 for(ns = iq->dp->nslist; ns; ns = ns->next) {
1847 if(ns->resolved)
1858 if(ie->supports_ipv6 && !ns
1913 struct delegpt_ns* ns; local
2723 struct ub_packed_rrset_key* ns = find_NS( local
[all...]
/freebsd-11-stable/contrib/jemalloc/src/
H A Dutil.c130 const char *p, *ns; local
134 ns = p;
166 ns = p;
221 if (p == ns) {
230 if (p == ns) {
/freebsd-11-stable/usr.sbin/ypserv/
H A Dyp_dnslookup.c171 int ns; local
187 for (ns = 0; ns < _res.nscount; ns++) {
189 (struct sockaddr *)&_res.nsaddr_list[ns],
/freebsd-11-stable/sys/geom/raid/
H A Dtr_raid5.c136 int na, ns, nu; local
147 ns = g_raid_nsubdisks(vol, G_RAID_SUBDISK_S_STALE) +
152 else if (na + ns == vol->v_disks_count ||
153 na + ns + nu == vol->v_disks_count /* XXX: Temporary. */)
156 na + ns + nu == vol->v_disks_count)
/freebsd-11-stable/usr.sbin/dconschat/
H A Ddconschat.c698 int ns, flags; local
703 ns = accept(p->s, p->res->ai_addr, &addrlen);
704 if (ns < 0)
709 flags = fcntl(ns, F_GETFL, 0);
711 fcntl(ns, F_SETFL, flags);
719 write(ns, sga, sizeof(sga));
720 write(ns, linemode, sizeof(linemode));
721 write(ns, echo, sizeof(echo));
722 write(ns, bin, sizeof(bin));
737 p->infd = p->outfd = ns;
[all...]
/freebsd-11-stable/contrib/ldns-host/
H A Dldns-host.c177 struct sockaddr_storage *ns = NULL; local
182 ns = ldns_rdf2native_sockaddr_storage(
184 if (ns == NULL) {
190 ns, (socklen_t)ns_len, ldns_resolver_timeout(res));
206 if (ldns_tcp_send_query(qbuf, res->_socket, ns, (socklen_t)ns_len) == 0) {
212 free(ns);
217 free(ns);
277 ldns_rdf **ns = ldns_resolver_nameservers(res); local
280 ldns_resolver_set_nameservers(res, &ns[nameserver]);
312 ldns_pkt_set_answerfrom(*answer, ldns_rdf_clone(ns[
[all...]
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_entry.c106 * 1000ns to the stored time:
112 #define FIX_NS(t,ns) \
114 t += ns / 1000000000; \
115 ns %= 1000000000; \
116 if (ns < 0) { --t; ns += 1000000000; } \
981 archive_entry_set_atime(struct archive_entry *entry, time_t t, long ns) argument
983 FIX_NS(t, ns);
987 entry->ae_stat.aest_atime_nsec = ns;
998 archive_entry_set_birthtime(struct archive_entry *entry, time_t t, long ns) argument
1015 archive_entry_set_ctime(struct archive_entry *entry, time_t t, long ns) argument
1137 archive_entry_set_mtime(struct archive_entry *entry, time_t t, long ns) argument
[all...]
/freebsd-11-stable/contrib/ntp/ntpd/
H A Drefclock_tsyncpci.c179 unsigned int ns; member in struct:SecTimeObj
193 unsigned int ns; member in struct:DoyTimeObj
831 pSt->ns = pDt->ns;
906 pDt->ns = pSt->ns;
/freebsd-11-stable/contrib/telnet/telnetd/
H A Dtelnetd.c325 int s, ns, foo, error; local
362 ns = accept(s, res->ai_addr, &foo);
363 if (ns < 0)
365 (void) setsockopt(ns, SOL_SOCKET, SO_DEBUG,
367 (void) dup2(ns, 0);
368 (void) close(ns);
/freebsd-11-stable/contrib/gcc/cp/
H A Dfriend.c541 tree ns = decl_namespace_context (decl); local
543 push_nested_namespace (ns);
545 pop_nested_namespace (ns);
/freebsd-11-stable/contrib/atf/atf-c++/detail/
H A Dfs.cpp438 std::set< std::string > ns; local
441 ns.insert((*iter).first);
443 return ns;
/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-cmd-queue.h299 uint8_t ns; local
301 ns = qptr->now_serving + 1;
303 qptr->now_serving = ns;

Completed in 455 milliseconds

12345678910