Home | History | Annotate | Download | only in mount_sysctlfs

Lines Matching refs:pcn

128     const struct puffs_pathobj *p, const struct puffs_cn *pcn,
137 if (PCNISDOTDOT(pcn)) {
542 struct puffs_newinfo *pni, const struct puffs_cn *pcn)
544 struct puffs_cn *p2cn = __UNCONST(pcn); /* XXX: fix the interface */
550 SfsName *sname = PCNPATH(pcn);
560 if (!PCNISDOTDOT(pcn)) {
564 (*sname)[PCNPLEN(pcn)] = CTL_QUERY;
566 if (sysctl(*sname, PCNPLEN(pcn) + 1, sn, &sl,
571 if (strcmp(sn[i].sysctl_name, pcn->pcn_name) == 0)
576 (*sname)[PCNPLEN(pcn)] = sn[i].sysctl_num;