Home
last modified time | relevance | path

Searched refs:pns (Results 1 – 5 of 5) sorted by relevance

/linux/tools/testing/selftests/filesystems/nsfs/
H A Dpidns.c47 int ns, pns, i; in main() local
60 pns = ioctl(ns, NS_GET_PARENT); in main()
61 if (pns < 0) in main()
67 if (fstat(pns, &st1)) in main()
72 if (ioctl(pns, NS_GET_PARENT) >= 0 || errno != EPERM) in main()
/linux/arch/sparc/kernel/
H A Dof_device_32.c284 int pna, pns; in build_device_resources() local
310 pbus->count_cells(dp, &pna, &pns); in build_device_resources()
319 dns = pns; in build_device_resources()
H A Dof_device_64.c362 int pna, pns; in build_device_resources() local
387 pbus->count_cells(dp, &pna, &pns); in build_device_resources()
396 dns = pns; in build_device_resources()
/linux/drivers/of/
H A Daddress.c505 int na, ns, pna, pns; in __of_translate_address() local
561 pbus->count_cells(dev, &pna, &pns); in __of_translate_address()
562 if (!OF_CHECK_COUNTS(pna, pns)) { in __of_translate_address()
568 pbus->name, pna, pns, parent); in __of_translate_address()
576 ns = pns; in __of_translate_address()
/linux/tools/net/ynl/pyynl/
H A Dynl_gen_c.py701 pns = self.family.pure_nested_structs[self.nested_attrs]
703 for sel in pns.external_selectors():