Home
last modified time | relevance | path

Searched refs:nlayers (Results 1 – 7 of 7) sorted by relevance

/freebsd-14-stable/sys/x86/x86/
HDmp_x86.c536 int nlayers; in topo_probe() local
559 nlayers = 0; in topo_probe()
562 topo_layers[nlayers].type = TOPO_TYPE_PKG; in topo_probe()
563 topo_layers[nlayers].id_shift = pkg_id_shift; in topo_probe()
565 printf("Package ID shift: %u\n", topo_layers[nlayers].id_shift); in topo_probe()
566 nlayers++; in topo_probe()
569 topo_layers[nlayers].type = TOPO_TYPE_GROUP; in topo_probe()
570 topo_layers[nlayers].id_shift = node_id_shift; in topo_probe()
573 topo_layers[nlayers].id_shift); in topo_probe()
574 nlayers++; in topo_probe()
[all …]
/freebsd-14-stable/usr.sbin/ppp/
HDlink.c264 for (layer = l->nlayers; layer && bp; layer--) in link_PushPacket()
315 if (layer == l->nlayers - 1) { in link_PullPacket()
334 if (l->nlayers == sizeof l->layer / sizeof l->layer[0]) { in link_Stack()
339 l->layer[l->nlayers++] = layer; in link_Stack()
346 l->nlayers = 0; in link_EmptyStack()
405 for (layer = l->nlayers; layer; layer--) in link_ShowLayers()
406 prompt_Printf(arg->prompt, "%s%s", layer == l->nlayers ? "" : ", ", in link_ShowLayers()
408 if (l->nlayers) in link_ShowLayers()
HDlink.h58 int nlayers; member
HDlqr.c451 for (layer = 0; layer < l->nlayers; layer++) in lqr_LayerPush()
463 layer = l->nlayers; in lqr_LayerPush()
/freebsd-14-stable/sys/sys/
HDdvdio.h39 u_int8_t nlayers :2; member
/freebsd-14-stable/sys/compat/linux/
HDlinux_ioctl.c1091 u_char nlayers:2; member
1273 llp->nlayers = blp->nlayers; in bsd_to_linux_dvd_struct()
/freebsd-14-stable/sys/cam/scsi/
HDscsi_cd.c3873 outlayer->nlayers = (inlayer->layer_info & in cdreaddvdstructure()