Home | History | Annotate | Download | only in mount_sysctlfs

Lines Matching refs:po_len

107 	assert(parent->po_len < N_HIERARCHY); /* code uses +1 */
112 clen = parent->po_len;
113 if (comp->po_len == SFSPATH_DOTDOT) {
121 res->po_len = clen;
138 res->po_len = SFSPATH_DOTDOT;
140 res->po_len = SFSPATH_NORMAL;
178 if (po->po_len == 0)
194 memcpy(myname, po->po_path, po->po_len * sizeof(myname[0]));
198 myname[po->po_len-1] = CTL_QUERY;
201 if (sysctl(myname, po->po_len, sn, &sl,
206 if (sn[i].sysctl_num == (*sname)[po->po_len-1]) {
346 po_root->po_len = 0;
370 po.po_len = sfid->len;
416 if (sysctl(po->po_path, po->po_len, &b, &sz, NULL, 0) == -1) {
430 if (sysctl(po->po_path, po->po_len, &i, &sz, NULL, 0) == -1) {
444 if (sysctl(po->po_path, po->po_len, &q, &sz, NULL, 0) == -1) {
460 if (sysctl(po->po_path, po->po_len, snode, &sz, NULL, 0) == -1){
477 if (sysctl(po->po_path, po->po_len, buf, &sz, NULL, 0) == -1) {
515 (*sname)[po->po_len] = CTL_QUERY;
517 if (sysctl(*sname, po->po_len + 1, sn, &sl,
577 p2cn->pcn_po_full.po_len++;
675 po.po_len = PNPLEN(pn_dir)+1;