Searched refs:nm (Results 76 - 100 of 216) sorted by relevance

123456789

/freebsd-13-stable/contrib/smbfs/lib/smb/
H A Dmbuf.c104 struct mbuf *nm, *m; local
113 if ((error = m_get(m_totlen(m0), &nm)) != 0)
115 dp = mtod(nm, char *);
124 *mpp = nm;
/freebsd-13-stable/sys/arm/allwinner/clkng/
H A Daw_ccung.h68 struct aw_clk_nm_def *nm; member in union:aw_ccung_clk::__anon8348
H A Dccu_sun8i_r.c153 { .type = AW_CLK_NM, .clk.nm = &r_ccu_ir_clk},
160 { .type = AW_CLK_NM, .clk.nm = &a83t_ir_clk},
/freebsd-13-stable/usr.bin/clang/
H A DMakefile15 SUBDIR+= llvm-nm
/freebsd-13-stable/contrib/unbound/services/
H A Dlocalzone.h498 * @param nm: domain name field
508 int rrstr_get_rr_content(const char* str, uint8_t** nm, uint16_t* type,
612 * @param nm: dname of RR
613 * @param nmlen: length of nm
614 * @param nmlabs: number of labels of nm
624 local_zone_enter_rr(struct local_zone* z, uint8_t* nm, size_t nmlen,
631 * @param nm: name of local-data element to find
632 * @param nmlen: length of nm
633 * @param nmlabs: labs of nm
637 local_zone_find_data(struct local_zone* z, uint8_t* nm, size_
[all...]
H A Dauthzone.c203 msg_rrset_duplicate(struct dns_msg* msg, uint8_t* nm, size_t nmlen, argument
211 query_dname_compare(k->rk.dname, nm) == 0)
411 auth_zone_create(struct auth_zones* az, uint8_t* nm, size_t nmlen, argument
421 z->namelabs = dname_count_labels(nm);
422 z->name = memdup(nm, nmlen);
444 auth_zone_find(struct auth_zones* az, uint8_t* nm, size_t nmlen, argument
450 key.name = nm;
452 key.namelabs = dname_count_labels(nm);
457 auth_xfer_find(struct auth_zones* az, uint8_t* nm, size_t nmlen, argument
463 key.name = nm;
471 auth_zone_find_less_equal(struct auth_zones* az, uint8_t* nm, size_t nmlen, uint16_t dclass, struct auth_zone** z) argument
489 uint8_t* nm = name; local
520 uint8_t nm[LDNS_MAX_DOMAINLEN+1]; local
585 az_domain_create(struct auth_zone* z, uint8_t* nm, size_t nmlen) argument
609 az_find_name(struct auth_zone* z, uint8_t* nm, size_t nmlen) argument
1576 char nm[255+1]; local
1647 auth_rr_to_string(uint8_t* nm, size_t nmlen, uint16_t tp, uint16_t cl, struct packed_rrset_data* data, size_t i, char* s, size_t buflen) argument
2153 az_find_wildcard_domain(struct auth_zone* z, uint8_t* nm, size_t nmlen) argument
2169 uint8_t* nm = qinfo->qname; local
2193 uint8_t* nm; local
2216 uint8_t* nm = n->name; local
2533 uint8_t* nm = (*node)->name; local
2625 az_nsec3_hash(uint8_t* buf, size_t buflen, uint8_t* nm, size_t nmlen, int algo, size_t iter, uint8_t* salt, size_t saltlen) argument
2656 az_nsec3_hashname(struct auth_zone* z, uint8_t* hashname, size_t* hashnmlen, uint8_t* nm, size_t nmlen, int algo, size_t iter, uint8_t* salt, size_t saltlen) argument
2710 az_nsec3_find_cover(struct auth_zone* z, uint8_t* nm, size_t nmlen, int algo, size_t iter, uint8_t* salt, size_t saltlen) argument
2736 az_nsec3_find_exact(struct auth_zone* z, uint8_t* nm, size_t nmlen, int algo, size_t iter, uint8_t* salt, size_t saltlen) argument
3393 auth_zones_can_fallback(struct auth_zones* az, uint8_t* nm, size_t nmlen, uint16_t dclass) argument
3564 auth_zones_notify(struct auth_zones* az, struct module_env* env, uint8_t* nm, size_t nmlen, uint16_t dclass, struct sockaddr_storage* addr, socklen_t addrlen, int has_serial, uint32_t serial, int* refused) argument
3596 auth_zones_startprobesequence(struct auth_zones* az, struct module_env* env, uint8_t* nm, size_t nmlen, uint16_t dclass) argument
4936 char nm[255+1]; local
[all...]
/freebsd-13-stable/sys/contrib/openzfs/cmd/mount_zfs/
H A Dmount_zfs.c77 char *nm = NULL; local
78 if (!nvlist_lookup_string(cfg, ZPOOL_CONFIG_POOL_NAME, &nm))
79 strlcpy(*dataset, nm, PATH_MAX);
/freebsd-13-stable/contrib/unbound/dnscrypt/
H A Ddnscrypt.c561 char *nm; local
562 nm = path;
563 if(cfg->chrootdir && cfg->chrootdir[0] && strncmp(nm,
565 nm += strlen(cfg->chrootdir);
566 return nm;
582 char *nm; local
600 nm = dnsc_chroot_path(cfg, head->str);
602 nm,
796 char *nm; local
814 nm
[all...]
/freebsd-13-stable/sys/dev/ena/
H A Dena_netmap.c475 uint16_t nm = ctx->nm_i; local
477 while ((ctx->slots[nm].flags & NS_MOREFRAG) != 0) {
479 nm = nm_next(nm, ctx->lim);
954 uint16_t buf, nm; local
1010 nm = ctx->nm_i;
1014 ctx->slots[nm].flags = 0;
1015 ctx->slots[nm].len = 0;
1016 nm = nm_prev(nm, ct
[all...]
/freebsd-13-stable/contrib/unbound/validator/
H A Dval_nsec3.h325 * @param nm: name to hash
326 * @param nmlen: length of nm.
335 size_t nsec3_get_hashed(struct sldns_buffer* buf, uint8_t* nm, size_t nmlen,
/freebsd-13-stable/lib/libc/locale/
H A Deuc.c396 wchar_t nm; local
434 nm = (wc >> ((len - 1) * 8));
435 if (nm == cs2) {
440 } else if (nm == cs3) {
/freebsd-13-stable/contrib/unbound/iterator/
H A Diter_scrub.c112 uint8_t** nm, size_t* nmlen, sldns_buffer* pkt)
139 *nm = rr->ttl_data+sizeof(uint32_t)+sizeof(uint16_t)+offset;
141 sldns_buffer_set_position(pkt, (size_t)(*nm - sldns_buffer_begin(pkt)));
155 uint8_t* nm = NULL; local
162 if(get_additional_name(rrset, rr, &nm, &nmlen, pkt)) {
164 hashvalue_type h = pkt_hash_rrset(pkt, nm,
167 msg, pkt, h, 0, nm, nmlen,
174 h = pkt_hash_rrset(pkt, nm, LDNS_RR_TYPE_AAAA,
176 r = msgparse_hashtable_lookup(msg, pkt, h, 0, nm,
111 get_additional_name(struct rrset_parse* rrset, struct rr_parse* rr, uint8_t** nm, size_t* nmlen, sldns_buffer* pkt) argument
/freebsd-13-stable/crypto/openssl/crypto/bn/
H A Dbn_div.c20 int i, nm, nd;
51 nm = BN_num_bits(m);
66 if (!BN_lshift(D, D, nm - nd))
68 for (i = nm - nd; i >= 0; i--) {
/freebsd-13-stable/usr.bin/ncal/
H A Dncal.c74 const char *nm; /* Name of country */ member in struct:djswitch
528 #define FSTRARG(p) DFLT(p), (p)->cc, (p)->nm, (p)->dt.y, (p)->dt.m, (p)->dt.d
1077 int nm, ny; local
1081 nm = (int)strtol(s, &cp, 10);
1087 if (nm <= *m)
1090 if (nm >= *m)
1094 if (nm < 1 || nm > 12)
1096 *m = nm;
/freebsd-13-stable/sys/netinet/
H A Dtcp_lro.c1533 struct mbuf *nm; local
1628 nm = tcp_lro_get_last_if_ackcmp(lc, le, inp, &n_mbuf);
1629 if (__predict_false(nm == NULL))
1631 *cmp = nm;
1637 nm->m_nextpkt = m;
1638 (*pp) = nm;
1644 *mv_to = nm;
1648 pp = &nm->m_nextpkt;
1652 nm = *cmp;
1653 if (M_TRAILINGSPACE(nm) < sizeo
[all...]
/freebsd-13-stable/crypto/openssl/include/crypto/
H A Dx509.h224 STACK_OF(X509) *(*lookup_certs) (X509_STORE_CTX *ctx, X509_NAME *nm);
225 STACK_OF(X509_CRL) *(*lookup_crls) (X509_STORE_CTX *ctx, X509_NAME *nm);
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/symbolizer/scripts/
H A Dbuild_symbolizer.sh182 nm -f posix -g symbolizer.o | cut -f 1,2 -d \ | LC_COLLATE=C sort -u > undefined.new
197 (nm -u $A 2>/dev/null | grep -E "__sanitizer_symbolize_code" >/dev/null) || continue
/freebsd-13-stable/sys/dev/videomode/
H A Dvideomode.c29 #define M(nm,hr,vr,clk,hs,he,ht,vs,ve,vt,f) \
30 { clk, hr, hs, he, ht, vr, vs, ve, vt, f, nm }
/freebsd-13-stable/sys/compat/linux/
H A Dlinux_util.h133 #define LINUX_CTRFMT(nm, fmt) #nm"("fmt")"
/freebsd-13-stable/share/mk/
H A Dlocal.gendirdeps.mk38 Nusr.bin/nm \
/freebsd-13-stable/targets/pseudo/clang/
H A DMakefile.depend62 usr.bin/clang/llvm-nm \
/freebsd-13-stable/tools/build/mk/
H A DMakefile.boot10 # nm may not work as expected if the nm for the target architecture comes in
11 # $PATH before a nm that supports the host architecture.
15 NM:= /usr/bin/nm
/freebsd-13-stable/crypto/openssl/crypto/x509/
H A Dx509_lu.c535 STACK_OF(X509) *X509_STORE_CTX_get1_certs(X509_STORE_CTX *ctx, X509_NAME *nm)
547 idx = x509_object_idx_cnt(store->objs, X509_LU_X509, nm, &cnt);
559 if (!X509_STORE_CTX_get_by_subject(ctx, X509_LU_X509, nm, xobj)) {
565 idx = x509_object_idx_cnt(store->objs, X509_LU_X509, nm, &cnt);
592 STACK_OF(X509_CRL) *X509_STORE_CTX_get1_crls(X509_STORE_CTX *ctx, X509_NAME *nm)
604 || !X509_STORE_CTX_get_by_subject(ctx, X509_LU_CRL, nm, xobj)) {
611 idx = x509_object_idx_cnt(store->objs, X509_LU_CRL, nm, &cnt);
/freebsd-13-stable/sys/dev/bhnd/
H A Dbhnd.c872 const struct bhnd_nomatch *nm; local
877 for (nm = bhnd_nomatch_table; nm->device != BHND_COREID_INVALID; nm++) {
878 if (nm->vendor != bhnd_get_vendor(child))
881 if (nm->device != bhnd_get_device(child))
885 if (bootverbose && nm->if_verbose)
/freebsd-13-stable/contrib/llvm-project/libcxx/src/
H A Dlocale.cpp50 __libcpp_unique_locale(const char* nm) : __loc_(newlocale(LC_ALL_MASK, nm, 0)) {} argument
1505 codecvt<wchar_t, char, mbstate_t>::codecvt(const char* nm, size_t refs) argument
1507 __l(newlocale(LC_ALL_MASK, nm, 0))
1511 " failed to construct for " + string(nm));
4287 numpunct_byname<char>::numpunct_byname(const char* nm, size_t refs) argument
4290 __init(nm);
4293 numpunct_byname<char>::numpunct_byname(const string& nm, size_t refs) argument
4296 __init(nm.c_str());
4304 numpunct_byname<char>::__init(const char* nm) argument
4325 numpunct_byname(const char* nm, size_t refs) argument
4331 numpunct_byname(const string& nm, size_t refs) argument
4342 __init(const char* nm) argument
4752 __time_get(const char* nm) argument
4760 __time_get(const string& nm) argument
5194 __time_get_temp(const char* nm) argument
5196 __time_get_temp(const string& nm) argument
5408 __time_put(const char* nm) argument
5416 __time_put(const string& nm) argument
5832 init(const char* nm) argument
5876 init(const char* nm) argument
5936 init(const char* nm) argument
6001 init(const char* nm) argument
[all...]

Completed in 321 milliseconds

123456789