HomeSort by: relevance | last modified time | path
    Searched refs:nm (Results 1 - 25 of 84) sorted by relevancy

1 2 3 4

  /src/sys/arch/arm/sunxi/
sunxi_ccu_nm.c 43 struct sunxi_ccu_nm *nm = &clk->u.nm; local in function:sunxi_ccu_nm_enable
48 if (!nm->enable)
51 val = CCU_READ(sc, nm->reg);
53 val |= nm->enable;
55 val &= ~nm->enable;
56 CCU_WRITE(sc, nm->reg, val);
65 struct sunxi_ccu_nm *nm = &clk->u.nm; local in function:sunxi_ccu_nm_get_rate
81 val = CCU_READ(sc, nm->reg)
105 struct sunxi_ccu_nm *nm = &clk->u.nm; local in function:sunxi_ccu_nm_set_rate
193 struct sunxi_ccu_nm *nm = &clk->u.nm; local in function:sunxi_ccu_nm_set_parent
222 struct sunxi_ccu_nm *nm = &clk->u.nm; local in function:sunxi_ccu_nm_get_parent
    [all...]
  /src/distrib/sun2/ramdisk/
Findrefs 10 nm -p $f | grep "$1" && echo $f
Showsyms 7 nm -n rd_bin.syms | egrep -v ' (gcc2|___gnu)_compiled' > $tf
16 nm -p rd_bin.syms | grep -i ' c '
  /src/distrib/sun3/ramdisk/
Findrefs 10 nm -p $f | grep "$1" && echo $f
Showsyms 7 nm -n rd_bin.syms | egrep -v ' (gcc2|___gnu)_compiled' > $tf
16 nm -p rd_bin.syms | grep -i ' c '
  /src/sys/arch/i386/stand/efiboot/
efichar.c 48 * If nm were converted to utf8, what what would strlen
52 utf8_len_of_ucs2(const CHAR16 *nm)
58 while (*nm) {
59 c = *nm++;
72 ucs2_to_utf8(const CHAR16 *nm, char **name)
79 sz = utf8_len_of_ucs2(nm) + 1;
88 while (*nm) {
89 c = *nm++;
124 CHAR16 *nm; local in function:utf8_to_ucs2
135 nm = *nmp
    [all...]
  /src/sys/stand/efiboot/
efichar.c 48 * If nm were converted to utf8, what what would strlen
52 utf8_len_of_ucs2(const CHAR16 *nm)
58 while (*nm) {
59 c = *nm++;
72 ucs2_to_utf8(const CHAR16 *nm, char **name)
79 sz = utf8_len_of_ucs2(nm) + 1;
88 while (*nm) {
89 c = *nm++;
124 CHAR16 *nm; local in function:utf8_to_ucs2
135 nm = *nmp
    [all...]
  /src/sys/arch/hpc/hpc/
platid.awk 66 mode_name[mode], nm, saved_name, enumerator[mode]) > out_h
68 mode_name[mode], nm, saved_name) > out_h
70 mode_name[mode], nm, saved_name, shifts[mode, nest]) > out_h
83 mode_name[mode], nm, saved_name) > out_mask_h
87 nm, saved_name,
88 mode_name[mode], nm, saved_name) > out_mask_h
91 nm, saved_name,
92 mode_name[mode], nm, saved_name) > out_mask_h
100 mode_name[mode], nm, saved_name) > out_mask_c
103 mode_name[mode], nm, saved_name) > out_mask_
    [all...]
  /src/sys/coda/
coda_venus.h 83 const char *nm, int len,
89 const char *nm, int len, int exclusive, int mode, struct vattr *va,
95 const char *nm, int len,
100 const char *nm, int len,
105 const char *nm, int len, const char *tnm, int tlen,
110 const char *nm, int len, struct vattr *va,
116 const char *nm, int len,
121 const char *lnm, int llen, const char *nm, int len, struct vattr *va,
coda_vnops.c 890 const char *nm = cnp->cn_nameptr; local in function:coda_lookup
899 nm, coda_f2s(&dcp->c_fid)));)
911 if (IS_CTL_NAME(dvp, nm, len)) {
922 __func__, coda_f2s(&dcp->c_fid), nm));)
933 cp = coda_nc_lookup(dcp, nm, len, cred);
941 error = venus_lookup(vtomi(dvp), &dcp->c_fid, nm, len, cred, l, &VFid,
947 __func__, coda_f2s(&dcp->c_fid), nm, error));)
964 coda_nc_enter(VTOC(dvp), nm, len, cred, VTOC(*vpp));
1004 const char *nm = cnp->cn_nameptr; local in function:coda_create
1015 if (IS_CTL_NAME(dvp, nm, len))
1087 const char *nm = cnp->cn_nameptr; local in function:coda_remove
1161 const char *nm = cnp->cn_nameptr; local in function:coda_link
1327 const char *nm = cnp->cn_nameptr; local in function:coda_mkdir
1396 const char *nm = cnp->cn_nameptr; local in function:coda_rmdir
1465 const char *nm = cnp->cn_nameptr; local in function:coda_symlink
    [all...]
  /src/dist/pf/sbin/pfctl/
pfctl_osfp.c 285 struct name_entry *nm; local in function:pfctl_flush_my_fingerprints
287 while ((nm = LIST_FIRST(list)) != NULL) {
288 LIST_REMOVE(nm, nm_entry);
289 pfctl_flush_my_fingerprints(&nm->nm_sublist);
290 free(nm);
340 struct name_entry *nm, *class_nm, *version_nm, *subtype_nm; local in function:pfctl_get_fingerprint
351 if ((nm = lookup_name_list(&classes, name))) {
352 class = nm->nm_num;
462 struct name_entry *nm; local in function:pfctl_lookup_fingerprint
485 LIST_FOREACH(nm, &classes, nm_entry)
539 struct name_entry *nm; local in function:lookup_name_list
728 struct name_entry *nm; local in function:print_name_list
742 struct name_entry *nm, *nmsearch, *nmlast; local in function:sort_name_list
    [all...]
  /src/bin/pax/
file_subs.c 474 char *nm = arcn->name; local in function:node_creat
494 while (lstat(nm, &sb) == 0 &&
496 len = readlink(nm, target,
502 nm, arcn->name);
507 nm = target;
510 res = domkdir(nm, file_mode);
517 res = mknod(nm, file_mode, arcn->sb.st_rdev);
521 res = mknod(nm, file_mode, arcn->sb.st_rdev);
524 res = mkfifo(nm, file_mode);
532 nm);
    [all...]
  /src/usr.sbin/mountd/
get_net.c 227 struct netmsk nm; local in function:main
229 if (get_net(argv[1], &nm, 0))
232 sockaddr_snprintf(buf, sizeof(buf), "%a:%p", (void *)&nm.nt_net);
233 printf("%s %d %s\n", buf, nm.nt_len, nm.nt_name);
  /src/usr.sbin/npf/npftest/libnpftest/
npf_table_test.c 94 const int nm = NPF_NO_NETMASK; local in function:fill_with_ip4
103 error = npf_table_insert(t, alen, addr, nm);
105 error = npf_table_insert(t, alen, addr, nm);
109 error = npf_table_insert(t, alen, addr, nm);
111 error = npf_table_insert(t, alen, addr, nm);
122 const int nm = NPF_NO_NETMASK; local in function:verify_ip4
130 error = npf_table_insert(t, alen, addr, nm);
134 error = npf_table_insert(t, alen, addr, nm);
157 const int nm = NPF_NO_NETMASK; local in function:clear_ip4
166 error = npf_table_remove(t, alen, addr, nm);
268 const int nm = NPF_NO_NETMASK; local in function:test_ip6
    [all...]
  /src/sys/dev/qbus/
if_uba.c 78 int totsz, i, error, rseg, nm = nr; local in function:if_ubaminit
113 nm = nw = 0;
122 nm = 0;
129 for (i = 0; i < nm; i++) {
131 nm = i;
150 while (--nm >= 0) {
152 m_freem(ifr[nm].ifrw_mbuf);
  /src/tests/lib/libc/regex/
t_regex_att.c 362 checkmatches(const char *matches, size_t nm, const regmatch_t *pm,
365 if (nm == 0)
372 for (size_t i = 0; i < nm; i++) {
407 size_t nm; local in function:att_test
493 nm = 0;
496 nm = getmatches(matches);
497 ATF_REQUIRE((pm = calloc(nm, sizeof(*pm))) != NULL);
525 int e = regexec(&re, input, nm, pm, 0);
528 checkmatches(matches, nm, pm, lineno);
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/scripts/
gen_dynamic_list.py 66 nm = os.environ.get('NM', 'nm')
67 nm_proc = subprocess.Popen([nm, library], stdout=subprocess.PIPE,
71 raise subprocess.CalledProcessError(nm_proc.returncode, nm)
73 # On PowerPC, nm prints function descriptors from .data section.
  /src/sys/arch/playstation2/conf/
build.playstation2.sh 16 NM=${root}/bin/${target}-nm; export NM
  /src/lib/libc/gen/
disklabel.c 211 const char *const *nm; local in function:gettype
216 for (nm = names; *nm; nm++)
217 if (strcasecmp(t, *nm) == 0)
218 return (int)(nm - names);
  /src/sys/dev/gpio/
gpio.c 234 struct gpio_name *nm; local in function:gpio_attach
257 nm = kmem_alloc(sizeof(*nm), KM_SLEEP);
258 strlcpy(nm->gp_name, defname, sizeof(nm->gp_name));
259 nm->gp_pin = pin;
260 LIST_INSERT_HEAD(&sc->sc_names, nm, gp_next);
707 struct gpio_name *nm; local in function:gpio_pinbyname
709 LIST_FOREACH(nm, &sc->sc_names, gp_next)
710 if (!strcmp(nm->gp_name, gp_name)
741 struct gpio_name *nm; local in function:gpio_ioctl
    [all...]
  /src/games/rogue/
zap.c 145 object *nm; local in function:zap_monster
177 nm = monster->next_monster;
182 monster->next_monster = nm;
254 object *lmon, *nm; local in function:wdrain_life
262 nm = lmon->next_monster;
267 lmon = nm;
  /src/lib/libc/citrus/modules/
citrus_euc.c 305 wchar_t m, nm; local in function:_citrus_EUC_wcrtomb_priv
313 nm = wc & ~m;
343 *s++ = ((nm >> (i << 3)) & 0xff) | m;
359 wchar_t m, nm; local in function:_citrus_EUC_stdenc_wctocs
364 nm = wc & ~m;
367 *idx = (_citrus_index_t)nm;
  /src/sys/external/bsd/ipf/netinet/
ip_irc_pxy.c 324 mblk_t *nm; local in function:ipf_p_irc_send
327 nm = allocb(nlen, BPRI_MED);
328 PANIC((!nm),("ipf_p_irc_out: allocb failed"));
330 nm->b_band = m1->b_band;
331 nm->b_wptr += nlen;
337 linkb(m1, nm);
  /src/usr.sbin/gpioctl/
gpioctl.c 168 char *nm = NULL; local in function:main
173 nm = argv[1]; /* try named pin */
188 gpioset(pin, nm, fl, nam);
190 gpiounset(pin, nm);
206 gpiowrite(pin, nm, value);
209 gpioread(pin, nm);
  /src/usr.bin/lorder/
lorder.sh 38 # If the user has set ${NM} then we use it, otherwise we use 'nm'.
49 : ${NM:=nm}
52 for var in JOIN MKTEMP NM SED SORT ; do
93 (for file in $* ; do echo $file":" ; done ; $NM -go $*) >$N

Completed in 29 milliseconds

1 2 3 4