Home
last modified time | relevance | path

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

/freebsd/sys/x86/x86/
H A Dmp_x86.c534 int nlayers; in topo_probe() local
557 nlayers = 0; in topo_probe()
560 topo_layers[nlayers].type = TOPO_TYPE_PKG; in topo_probe()
561 topo_layers[nlayers].id_shift = pkg_id_shift; in topo_probe()
563 printf("Package ID shift: %u\n", topo_layers[nlayers].id_shift); in topo_probe()
564 nlayers++; in topo_probe()
567 topo_layers[nlayers].type = TOPO_TYPE_GROUP; in topo_probe()
568 topo_layers[nlayers].id_shift = node_id_shift; in topo_probe()
571 topo_layers[nlayers].id_shift); in topo_probe()
572 nlayers++; in topo_probe()
[all …]
/freebsd/usr.sbin/ppp/
H A Dlink.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()
H A Dlink.h58 int nlayers; member
H A Dlqr.c451 for (layer = 0; layer < l->nlayers; layer++) in lqr_LayerPush()
463 layer = l->nlayers; in lqr_LayerPush()
/freebsd/sys/sys/
H A Ddvdio.h39 u_int8_t nlayers :2; member
/freebsd/sys/compat/linux/
H A Dlinux_ioctl.c1100 u_char nlayers:2; member
1282 llp->nlayers = blp->nlayers; in bsd_to_linux_dvd_struct()
/freebsd/sys/cam/scsi/
H A Dscsi_cd.c3872 outlayer->nlayers = (inlayer->layer_info & in cdreaddvdstructure()