Searched refs:nm (Results 1 - 25 of 67) sorted by relevance

123

/linux-master/arch/x86/um/vdso/
H A Dcheckundef.sh3 nm="$1"
5 $nm "$file" | grep '^ *U' > /dev/null 2>&1
/linux-master/arch/x86/entry/vdso/
H A Dcheckundef.sh2 nm="$1"
4 $nm "$file" | grep '^ *U' > /dev/null 2>&1
/linux-master/drivers/clk/sunxi-ng/
H A Dccu_nm.c31 unsigned long rate, struct _ccu_nm *nm)
37 for (_n = nm->min_n; _n <= nm->max_n; _n++) {
38 for (_m = nm->min_m; _m <= nm->max_m; _m++) {
50 nm->n = best_n;
51 nm->m = best_m;
58 struct ccu_nm *nm = hw_to_ccu_nm(hw); local
60 return ccu_gate_helper_disable(&nm->common, nm
30 ccu_nm_find_best(struct ccu_common *common, unsigned long parent, unsigned long rate, struct _ccu_nm *nm) argument
65 struct ccu_nm *nm = hw_to_ccu_nm(hw); local
72 struct ccu_nm *nm = hw_to_ccu_nm(hw); local
80 struct ccu_nm *nm = hw_to_ccu_nm(hw); local
122 struct ccu_nm *nm = hw_to_ccu_nm(hw); local
170 struct ccu_nm *nm = hw_to_ccu_nm(hw); local
[all...]
/linux-master/drivers/ntb/test/
H A Dntb_msi_test.c28 struct ntb_msit_ctx *nm; member in struct:ntb_msit_ctx::ntb_msit_isr_ctx
33 struct ntb_msit_ctx *nm; member in struct:ntb_msit_ctx::ntb_msit_peer
46 struct ntb_msit_ctx *nm = isr_ctx->nm; local
48 dev_dbg(&nm->ntb->dev, "Interrupt Occurred: %d",
58 struct ntb_msit_ctx *nm = container_of(work, struct ntb_msit_ctx, local
65 ret = ntb_msi_setup_mws(nm->ntb);
67 dev_err(&nm->ntb->dev, "Unable to setup MSI windows: %d\n",
73 nm->isr_ctx[i].irq_idx = i;
74 nm
106 struct ntb_msit_ctx *nm = ctx; local
123 struct ntb_msit_ctx *nm = ctx; local
131 ntb_msit_copy_peer_desc(struct ntb_msit_ctx *nm, int peer) argument
151 struct ntb_msit_ctx *nm = ctx; local
259 struct ntb_msit_ctx *nm = data; local
270 ntb_msit_create_dbgfs(struct ntb_msit_ctx *nm) argument
314 ntb_msit_remove_dbgfs(struct ntb_msit_ctx *nm) argument
321 struct ntb_msit_ctx *nm; local
390 struct ntb_msit_ctx *nm = ntb->ctx; local
[all...]
/linux-master/scripts/
H A Drelocs_check.sh9 nm="$2"
14 # Weak unresolved symbols are of that form in nm output:
16 undef_weak_symbols=$($nm "$vmlinux" | awk '$1 ~ /w/ { print $2 }')
H A Drecordmcount.pl95 # 1) Record all the local and weak symbols by using 'nm'
118 print "usage: $P arch endian bits objdump objcopy cc ld nm rm mv is_module inputfile\n";
124 $ld, $nm, $rm, $mv, $is_module, $inputfile) = @ARGV;
155 $nm = 'nm' if (!$nm);
160 # "'$nm' '$rm' '$mv' '$inputfile'\n";
398 open (IN, "$nm $inputfile|") || die "error running $nm";
H A Dbloat-o-meter30 nm = "nm"
32 nm = "{}nm".format(args.prefix)
34 with os.popen("{} --size-sort {}".format(nm, file)) as f:
/linux-master/arch/powerpc/tools/
H A Dunrel_branch_check.sh8 # Have Kbuild supply the path to objdump and nm so we handle cross compilation.
10 nm="$2"
15 end_intr=0x$($nm -p "$vmlinux" |
24 sim=0x$($nm -p "$vmlinux" |
H A Dhead_check.sh40 echo "$0 [path to nm] [path to vmlinux]" 1>&2
44 # Have Kbuild supply the path to nm so we handle cross compilation.
45 nm="$1"
49 $nm "$vmlinux" | grep -e " [TA] _stext$" -e " t start_first_256B$" -e " a text_start$" -e " t start_text$" > .tmp_symbols.txt
/linux-master/fs/ubifs/
H A Dxattr.c71 * @nm: extended attribute name
75 * This is a helper function which creates an extended attribute of name @nm
82 const struct fscrypt_name *nm, const void *value, int size)
102 names_len = host_ui->xattr_names + host_ui->xattr_cnt + fname_len(nm) + 1;
139 host_ui->xattr_size += CALC_DENT_SIZE(fname_len(nm));
141 host_ui->xattr_names += fname_len(nm);
149 if (strcmp(fname_name(nm), UBIFS_XATTR_NAME_ENCRYPTION_CONTEXT) == 0)
152 err = ubifs_jnl_update(c, host, nm, inode, 0, 1);
165 host_ui->xattr_size -= CALC_DENT_SIZE(fname_len(nm));
167 host_ui->xattr_names -= fname_len(nm);
81 create_xattr(struct ubifs_info *c, struct inode *host, const struct fscrypt_name *nm, const void *value, int size) argument
268 struct fscrypt_name nm = { .disk_name = FSTR_INIT((char *)name, strlen(name))}; local
331 struct fscrypt_name nm = { .disk_name = FSTR_INIT((char *)name, strlen(name))}; local
404 struct fscrypt_name nm = {0}; local
461 remove_xattr(struct ubifs_info *c, struct inode *host, struct inode *inode, const struct fscrypt_name *nm) argument
508 struct fscrypt_name nm = {0}; local
599 struct fscrypt_name nm = { .disk_name = FSTR_INIT((char *)name, strlen(name))}; local
[all...]
H A Ddir.c184 const struct fscrypt_name *nm)
188 if (le16_to_cpu(dent->nlen) != fname_len(nm))
190 if (memcmp(dent->name, fname_name(nm), fname_len(nm)))
203 struct fscrypt_name nm; local
207 err = fscrypt_prepare_lookup(dir, dentry, &nm);
213 if (fname_len(&nm) > UBIFS_MAX_NLEN) {
224 if (fname_name(&nm) == NULL) {
225 if (nm.hash & ~UBIFS_S_KEY_HASH_MASK)
227 dent_key_init_hash(c, &key, dir->i_ino, nm
182 dbg_check_name(const struct ubifs_info *c, const struct ubifs_dent_node *dent, const struct fscrypt_name *nm) argument
275 ubifs_prepare_create(struct inode *dir, struct dentry *dentry, struct fscrypt_name *nm) argument
292 struct fscrypt_name nm; local
433 struct fscrypt_name nm; local
557 struct fscrypt_name nm; local
730 struct fscrypt_name nm; local
806 struct fscrypt_name nm; local
887 struct fscrypt_name nm = { 0 }; local
912 struct fscrypt_name nm; local
990 struct fscrypt_name nm; local
1067 struct fscrypt_name nm; local
1158 struct fscrypt_name nm; local
[all...]
H A Dkey.h144 * @nm: direntry name and length. Not a string when encrypted!
148 const struct fscrypt_name *nm)
150 uint32_t hash = c->key_hash(fname_name(nm), fname_len(nm));
179 * @nm: direntry name and length
183 const struct fscrypt_name *nm)
186 uint32_t hash = c->key_hash(fname_name(nm), fname_len(nm));
213 * @nm: extended attribute entry name and length
217 const struct fscrypt_name *nm)
146 dent_key_init(const struct ubifs_info *c, union ubifs_key *key, ino_t inum, const struct fscrypt_name *nm) argument
181 dent_key_init_flash(const struct ubifs_info *c, void *k, ino_t inum, const struct fscrypt_name *nm) argument
215 xent_key_init(const struct ubifs_info *c, union ubifs_key *key, ino_t inum, const struct fscrypt_name *nm) argument
233 xent_key_init_flash(const struct ubifs_info *c, void *k, ino_t inum, const struct fscrypt_name *nm) argument
[all...]
H A Dtnc.c561 * @nm: name to match
564 * @nm. Returns %NAME_MATCHES if it does, %NAME_LESS if the name referred by
565 * @zbr is less than @nm, and %NAME_GREATER if it is greater than @nm. In case
569 const struct fscrypt_name *nm)
592 err = memcmp(dent->name, fname_name(nm), min_t(int, nlen, fname_len(nm)));
594 if (nlen == fname_len(nm))
596 else if (nlen < fname_len(nm))
727 * @nm
568 matches_name(struct ubifs_info *c, struct ubifs_zbranch *zbr, const struct fscrypt_name *nm) argument
737 resolve_collision(struct ubifs_info *c, const union ubifs_key *key, struct ubifs_znode **zn, int *n, const struct fscrypt_name *nm) argument
855 fallible_matches_name(struct ubifs_info *c, struct ubifs_zbranch *zbr, const struct fscrypt_name *nm) argument
925 fallible_resolve_collision(struct ubifs_info *c, const union ubifs_key *key, struct ubifs_znode **zn, int *n, const struct fscrypt_name *nm, int adding) argument
1846 do_lookup_nm(struct ubifs_info *c, const union ubifs_key *key, void *node, const struct fscrypt_name *nm) argument
1894 ubifs_tnc_lookup_nm(struct ubifs_info *c, const union ubifs_key *key, void *node, const struct fscrypt_name *nm) argument
2446 ubifs_tnc_add_nm(struct ubifs_info *c, const union ubifs_key *key, int lnum, int offs, int len, const u8 *hash, const struct fscrypt_name *nm) argument
2683 ubifs_tnc_remove_nm(struct ubifs_info *c, const union ubifs_key *key, const struct fscrypt_name *nm) argument
2907 struct fscrypt_name nm = {0}; local
2988 ubifs_tnc_next_ent(struct ubifs_info *c, union ubifs_key *key, const struct fscrypt_name *nm) argument
[all...]
H A Djournal.c642 * @nm: directory entry name
657 * directory entry corresponding to @nm gets synchronized too.
666 const struct fscrypt_name *nm, const struct inode *inode,
683 dlen = UBIFS_DENT_NODE_SZ + fname_len(nm) + 1;
718 if (fname_name(nm) == NULL)
719 dent_key_init_hash(c, &dent_key, dir->i_ino, nm->hash);
721 dent_key_init(c, &dent_key, dir->i_ino, nm);
724 xent_key_init(c, &dent_key, dir->i_ino, nm);
730 dent->nlen = cpu_to_le16(fname_len(nm));
731 memcpy(dent->name, fname_name(nm), fname_le
665 ubifs_jnl_update(struct ubifs_info *c, const struct inode *dir, const struct fscrypt_name *nm, const struct inode *inode, int deletion, int xent) argument
1007 struct fscrypt_name nm = {0}; local
1845 ubifs_jnl_delete_xattr(struct ubifs_info *c, const struct inode *host, const struct inode *inode, const struct fscrypt_name *nm) argument
[all...]
/linux-master/drivers/phy/marvell/
H A DMakefile13 obj-$(CONFIG_PHY_PXA_28NM_HSIC) += phy-pxa-28nm-hsic.o
14 obj-$(CONFIG_PHY_PXA_28NM_USB2) += phy-pxa-28nm-usb2.o
/linux-master/arch/arc/include/asm/
H A Dlinkage.h36 .macro ARCFP_DATA nm
42 .global \nm
/linux-master/drivers/usb/host/
H A Dxhci-debugfs.h73 #define dump_register(nm) \
75 .name = __stringify(nm), \
76 .offset = REG_ ##nm, \
/linux-master/security/selinux/ss/
H A Dmls.c35 char *nm; local
56 nm = sym_name(p, SYM_CATS, prev);
57 len += strlen(nm) + 1;
59 nm = sym_name(p, SYM_CATS, i);
60 len += strlen(nm) + 1;
66 nm = sym_name(p, SYM_CATS, prev);
67 len += strlen(nm) + 1;
89 char *scontextp, *nm; local
120 nm = sym_name(p, SYM_CATS, prev);
121 strcpy(scontextp, nm);
[all...]
/linux-master/include/linux/
H A Dtransport_class.h27 #define DECLARE_TRANSPORT_CLASS(cls, nm, su, rm, cfg) \
30 .name = nm, \
/linux-master/tools/perf/tests/shell/
H A Drecord+probe_libc_inet_pton.sh19 nm -Dg $libc 2>/dev/null | grep -F -q inet_pton || exit 254
49 if nm $libc | grep -F -q gaih_inet.; then
/linux-master/drivers/scsi/fcoe/
H A Dfcoe_transport.c564 struct fcoe_netdev_mapping *nm = NULL, *tmp; local
576 list_for_each_entry_safe(nm, tmp, &fcoe_netdevs, list) {
577 if (nm->ft == ft) {
580 ft->name, nm->netdev->name);
581 list_del(&nm->list);
582 kfree(nm);
639 struct fcoe_netdev_mapping *nm; local
641 nm = kmalloc(sizeof(*nm), GFP_KERNEL);
642 if (!nm) {
659 struct fcoe_netdev_mapping *nm = NULL, *tmp; local
687 struct fcoe_netdev_mapping *nm; local
[all...]
/linux-master/arch/arc/kernel/
H A Dtroubleshoot.c93 char *nm = "anon"; local
97 nm = d_path(file_user_path(vma->vm_file), buf,
99 if (IS_ERR(nm))
100 nm = "?";
105 nm, vma->vm_start, vma->vm_end);
/linux-master/arch/sparc/kernel/
H A Dioport.c323 const char *nm; local
326 if ((nm = r->name) == NULL) nm = "???";
329 (unsigned long long)r->end, nm);
/linux-master/drivers/tee/optee/
H A Dsupp.c298 size_t nm; local
309 nm = 1;
312 nm = 0;
319 if ((num_params - nm) != req->num_params)
324 *num_meta = nm;
/linux-master/scripts/dtc/
H A Ddata.c10 struct marker *m, *nm; local
14 nm = m->next;
17 m = nm;

Completed in 2858 milliseconds

123