| /freebsd-13.1/usr.sbin/ppp/ |
| H A D | link.c | 253 int layer; in link_PushPacket() local 266 for (layer = l->nlayers; layer && bp; layer--) in link_PushPacket() 267 if (l->layer[layer - 1]->push != NULL) in link_PushPacket() 282 int layer; in link_PullPacket() local 302 layer = 0; in link_PullPacket() 304 while (layer || lbp[layer]) { in link_PullPacket() 314 if (l->layer[layer]->pull != NULL) in link_PullPacket() 334 link_Stack(struct link *l, struct layer *layer) in link_Stack() argument 341 l->layer[l->nlayers++] = layer; in link_Stack() 407 for (layer = l->nlayers; layer; layer--) in link_ShowLayers() [all …]
|
| H A D | link.h | 59 struct layer const *layer[LAYER_MAX]; /* i/o layers */ member 76 extern int link_Stack(struct link *, struct layer *);
|
| H A D | lqr.c | 423 int len, layer; in lqr_LayerPush() local 453 for (layer = 0; layer < l->nlayers; layer++) in lqr_LayerPush() 454 switch (l->layer[layer]->type) { in lqr_LayerPush() 465 layer = l->nlayers; in lqr_LayerPush() 475 l->layer[layer]->name); in lqr_LayerPush() 534 struct layer lqrlayer = { LAYER_LQR, "lqr", lqr_LayerPush, lqr_LayerPull };
|
| H A D | sync.h | 31 extern struct layer synclayer;
|
| H A D | tcpmss.h | 31 extern struct layer tcpmsslayer;
|
| /freebsd-13.1/sys/compat/linuxkpi/common/src/ |
| H A D | linux_idr.c | 201 if (layer == 0) { in idr_remove_layer() 226 int layer; in idr_remove_locked() local 242 layer--; in idr_remove_locked() 276 int layer; in idr_find_layer_locked() local 285 layer--; in idr_find_layer_locked() 430 int layer; in idr_get_new_locked() local 459 for (layer = idr->layers - 1;; layer--) { in idr_get_new_locked() 517 int layer; in idr_get_new_above_locked() local 530 layer = 0; in idr_get_new_above_locked() 532 layer++; in idr_get_new_above_locked() [all …]
|
| /freebsd-13.1/contrib/wpa/hostapd/logwatch/ |
| H A D | hostapd | 29 if (my ($iface,$mac,$layer,$details) = ($line =~ /(.*?): STA (.*?) (.*?): (.*?)$/i)) { 34 $hostapd{$iface}->{$mac}->{$layer}->{$details}++; 45 foreach my $layer (sort keys %{$hostapd{$iface}->{$mac}}) { 46 print " $layer:\n"; 47 foreach my $details (sort keys %{$hostapd{$iface}->{$mac}->{$layer}}) { 49 my $count = $hostapd{$iface}->{$mac}->{$layer}->{$details};
|
| /freebsd-13.1/sys/dev/pms/freebsd/driver/ini/src/ |
| H A D | osapi.c | 582 ostiEnter(tiRoot_t *ptiRoot, U32 layer, int io) in ostiEnter() argument 587 BUG_ON((io != 0 && io != 1) || (layer != 0 && layer != 1 && layer != 2)); in ostiEnter() 593 BUG_ON(pCard->callLevel[io] >= sizeof(pCard->layer[0]) / in ostiEnter() 594 sizeof(pCard->layer[0][0])); in ostiEnter() 597 unsigned int prev_layer = pCard->layer[io][pCard->callLevel[io] - 1]; in ostiEnter() 602 pCard->enterCycles[io][layer] = cycles; in ostiEnter() 603 pCard->layer[io][pCard->callLevel[io]] = layer; in ostiEnter() 610 ostiLeave(tiRoot_t *ptiRoot, U32 layer, int io) in ostiLeave() argument 615 BUG_ON((io != 0 && io != 1) || (layer != 0 && layer != 1 && layer != 2)); in ostiLeave() 624 BUG_ON(pCard->layer[io][pCard->callLevel[io]] != layer); in ostiLeave() [all …]
|
| /freebsd-13.1/sys/x86/x86/ |
| H A D | mp_x86.c | 523 int layer; in topo_probe() local 606 for (layer = 0; layer < nlayers; ++layer) { in topo_probe() 621 memmove(&topo_layers[layer+1], &topo_layers[layer], in topo_probe() 623 topo_layers[layer].type = TOPO_TYPE_NODE; in topo_probe() 624 topo_layers[layer].subtype = CG_SHARE_NONE; in topo_probe() 635 for (layer = 0; layer < nlayers; ++layer) { in topo_probe() 643 topo_layers[layer].type, in topo_probe() 644 topo_layers[layer].subtype); in topo_probe() 649 for (layer = 0; layer < nlayers; ++layer) { in topo_probe() 657 topo_layers[layer].type, in topo_probe() [all …]
|
| /freebsd-13.1/crypto/openssl/ssl/record/ |
| H A D | README | 5 record layer code to aid future maintenance. 7 The record layer is divided into a number of components. At the time of writing 16 be private to the record layer, or whether they form part of the API to the rest 27 interface to the record layer for the rest of libssl. The other 3 components are 28 entirely private to the record layer and therefore should never be accessed 70 the main one is rec_layer_s3.c which provides the core SSL/TLS layer. The second
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/reset/ |
| H A D | uniphier-reset.txt | 4 Peripheral core reset in glue layer 7 Some peripheral core reset belongs to its own glue layer. Before using 9 this layer. These clocks and resets should be described in each property. 23 - clocks: A list of phandles to the clock gate for the glue layer. 28 - resets: A list of phandles to the reset control for the glue layer.
|
| /freebsd-13.1/sys/netsmb/ |
| H A D | smb_rq.h | 129 int smb_rq_alloc(struct smb_connobj *layer, u_char cmd, 131 int smb_rq_init(struct smb_rq *rqp, struct smb_connobj *layer, u_char cmd, 143 int smb_t2_alloc(struct smb_connobj *layer, u_short setup, struct smb_cred *scred, 145 int smb_t2_init(struct smb_t2rq *rqp, struct smb_connobj *layer, u_short setup,
|
| H A D | smb_rq.c | 57 static int smb_rq_getenv(struct smb_connobj *layer, 72 error = smb_rq_init(rqp, layer, cmd, scred); in smb_rq_alloc() 92 error = smb_rq_getenv(layer, &rqp->sr_vc, &rqp->sr_share); in smb_rq_init() 280 smb_rq_getenv(struct smb_connobj *layer, in smb_rq_getenv() argument 288 switch (layer->co_level) { in smb_rq_getenv() 290 vcp = CPTOVC(layer); in smb_rq_getenv() 291 if (layer->co_parent == NULL) { in smb_rq_getenv() 298 ssp = CPTOSS(layer); in smb_rq_getenv() 299 cp = layer->co_parent; in smb_rq_getenv() 310 SMBERROR("invalid layer %d passed\n", layer->co_level); in smb_rq_getenv() [all …]
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/regulator/ |
| H A D | uniphier-regulator.txt | 9 This regulator controls VBUS and belongs to USB3 glue layer. Before using 11 this layer. These clocks and resets should be described in each property. 21 - clocks: A list of phandles to the clock gate for USB3 glue layer. 26 - resets: A list of phandles to the reset control for USB3 glue layer.
|
| /freebsd-13.1/contrib/libpcap/doc/ |
| H A D | README.sita | 32 PCAP into two halves. The top layer performs the majority of the 34 provide the lower layer functionality of actual sniffing and 51 back to the local 'top layer' for forwarding to the actual 54 Note that the DLT_SITA link-layer type includes a proprietary header 60 - Link layer hardware signal status (1 octet)
|
| /freebsd-13.1/crypto/openssh/ |
| H A D | xmss_hash_address.c | 16 void setLayerADRS(uint32_t adrs[8], uint32_t layer){ in setLayerADRS() argument 17 adrs[0] = layer; in setLayerADRS()
|
| H A D | README.tun | 6 layer 2 or 3 traffic. 35 following configuration in /etc/hostname.tun0 to set up the layer 3 40 OpenBSD also supports layer 2 tunneling over the tun device by adding 84 combination with layer 2 tunneling and Ethernet bridging.
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/crypto/ |
| H A D | picochip-spacc.txt | 4 IPSEC and femtocell layer 2 ciphering. 8 "picochip,spacc-l2" for the femtocell layer 2 ciphering engine.
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/display/xlnx/ |
| H A D | xlnx,zynqmp-dpsub.yaml | 103 - description: Video layer, plane 0 (RGB or luma) 104 - description: Video layer, plane 1 (U/V or U) 105 - description: Video layer, plane 2 (V) 106 - description: Graphics layer
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/net/ |
| H A D | imx-dwmac.txt | 1 IMX8 glue layer controller, NXP imx8 families support Synopsys MAC 5.10a IP. 3 This file documents platform glue layer for IMX. 9 - compatible: Should be "nxp,imx8mp-dwmac-eqos" to select glue layer
|
| /freebsd-13.1/sys/dev/ixgbe/ |
| H A D | if_ix.c | 1275 u64 layer; in ixgbe_add_media_types() local 1280 if (layer & IXGBE_PHYSICAL_LAYER_10GBASE_T) in ixgbe_add_media_types() 1282 if (layer & IXGBE_PHYSICAL_LAYER_1000BASE_T) in ixgbe_add_media_types() 1284 if (layer & IXGBE_PHYSICAL_LAYER_100BASE_TX) in ixgbe_add_media_types() 1286 if (layer & IXGBE_PHYSICAL_LAYER_10BASE_T) in ixgbe_add_media_types() 1316 if (layer & IXGBE_PHYSICAL_LAYER_10GBASE_KR) in ixgbe_add_media_types() 2241 int layer; in ixgbe_if_media_status() local 2252 layer = sc->phy_layer; in ixgbe_if_media_status() 2257 layer & IXGBE_PHYSICAL_LAYER_10BASE_T) in ixgbe_if_media_status() 2288 if (layer & IXGBE_PHYSICAL_LAYER_10GBASE_LR) in ixgbe_if_media_status() [all …]
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/pci/ |
| H A D | uniphier-pcie.txt | 17 "link" - SoC-specific glue layer registers 19 - clocks: A phandle to the clock gate for PCIe glue layer including 21 - resets: A phandle to the reset line for PCIe glue layer including
|
| /freebsd-13.1/sys/dev/ow/ |
| H A D | README.txt | 12 device, which implements the own(9) interface (n for network, the layer 13 described in the AN927). The presentation layer and above is the
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/VE/ |
| H A D | VVPInstrInfo.td | 10 // SDNodes are an intermediate isel layer between the vector SDNodes emitted by 15 // The standard The VVP layer SDNode. The VE vector instruction.
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/firmware/ |
| H A D | intel,stratix10-svc.txt | 15 Intel Stratix10 service layer driver, running at privileged exception level 17 the services for FPGA configuration, QSPI, Crypto and warm reset. Service layer
|