Home | History | Annotate | Download | only in systat

Lines Matching defs:namelist

157 static struct nlist namelist[] = {
170 n = kvm_nlist(kd, namelist);
172 nlisterr(namelist);
174 } else if (n == sizeof(namelist) / sizeof(namelist[0]) - 1) {
175 error("No symbols in namelist");
191 if (namelist[X_TCBTABLE].n_value == 0)
200 if ((protos & TCP) && namelist[X_TCBTABLE].n_type)
202 if ((protos & UDP) && namelist[X_UDBTABLE].n_type)
205 if ((protos & TCP) && namelist[X_TCBTABLE].n_type)
207 if ((protos & UDP) && namelist[X_UDBTABLE].n_type)
413 if (namelist[X_TCBTABLE].n_type == 0)