| /f-stack/app/nginx-1.16.1/src/http/modules/ |
| H A D | ngx_http_static_module.c | 51 u_char *last, *location; in ngx_http_static_handler() local 153 r->headers_out.location = ngx_list_push(&r->headers_out.headers); in ngx_http_static_handler() 154 if (r->headers_out.location == NULL) { in ngx_http_static_handler() 161 location = path.data + clcf->root.len; in ngx_http_static_handler() 170 location = ngx_pnalloc(r->pool, len); in ngx_http_static_handler() 171 if (location == NULL) { in ngx_http_static_handler() 176 last = ngx_copy(location, r->uri.data, r->uri.len); in ngx_http_static_handler() 186 r->headers_out.location->hash = 1; in ngx_http_static_handler() 187 ngx_str_set(&r->headers_out.location->key, "Location"); in ngx_http_static_handler() 188 r->headers_out.location->value.len = len; in ngx_http_static_handler() [all …]
|
| /f-stack/freebsd/contrib/octeon-sdk/ |
| H A D | cvmx-mdio.h | 379 static inline int cvmx_mdio_read(int bus_id, int phy_id, int location) in cvmx_mdio_read() argument 391 rv = mdiobus_read(bus, phy_id, location); in cvmx_mdio_read() 406 smi_cmd.s.reg_adr = location; in cvmx_mdio_read() 431 static inline int cvmx_mdio_write(int bus_id, int phy_id, int location, int val) in cvmx_mdio_write() argument 443 rv = mdiobus_write(bus, phy_id, location, (u16)val); in cvmx_mdio_write() 462 smi_cmd.s.reg_adr = location; in cvmx_mdio_write() 487 static inline int cvmx_mdio_45_read(int bus_id, int phy_id, int device, int location) in cvmx_mdio_45_read() argument 499 smi_wr.s.dat = location; in cvmx_mdio_45_read() 532 … bus_id %d phy_id %2d device %2d register %2d INVALID READ\n", bus_id, phy_id, device, location); in cvmx_mdio_45_read() 551 static inline int cvmx_mdio_45_write(int bus_id, int phy_id, int device, int location, in cvmx_mdio_45_write() argument [all …]
|
| H A D | cvmx-spi4000.c | 186 static void __cvmx_spi4000_mdio_write(int interface, int port, int location, int val) in __cvmx_spi4000_mdio_write() argument 195 mdio.s.reg_address = location; in __cvmx_spi4000_mdio_write() 218 static int __cvmx_spi4000_mdio_read(int interface, int port, int location) in __cvmx_spi4000_mdio_read() argument 226 mdio.s.reg_address = location; in __cvmx_spi4000_mdio_read()
|
| /f-stack/freebsd/contrib/device-tree/Bindings/powerpc/nintendo/ |
| H A D | wii.txt | 31 - reg : should contain the VI registers location and length 42 - reg : should contain the PI registers location and length 64 - reg : should contain the DSP registers location and length 76 - reg : should contain the SI registers location and length 87 - reg : should contain the AI registers location and length 97 - reg : should contain the EXI registers location and length 107 - reg : should contain the OHCI registers location and length 117 - reg : should contain the EHCI registers location and length 127 - reg : should contain the SDHCI registers location and length 136 - reg : should contain the IPC registers location and length [all …]
|
| H A D | gamecube.txt | 22 - reg : should contain the VI registers location and length 33 - reg : should contain the PI registers location and length 53 - reg : should contain the DSP registers location and length 74 - reg : should contain the DI registers location and length 85 - reg : should contain the AI registers location and length 97 - reg : should contain the SI registers location and length 107 - reg : should contain the EXI registers location and length
|
| /f-stack/app/nginx-1.16.1/src/http/ |
| H A D | ngx_http_special_response.c | 588 ngx_table_elt_t *location; in ngx_http_send_error_page() local 628 if (location == NULL) { in ngx_http_send_error_page() 641 location->hash = 1; in ngx_http_send_error_page() 642 ngx_str_set(&location->key, "Location"); in ngx_http_send_error_page() 643 location->value = uri; in ngx_http_send_error_page() 647 r->headers_out.location = location; in ngx_http_send_error_page() 779 u_char *p, *location; in ngx_http_send_refresh() local 787 location = r->headers_out.location->value.data; in ngx_http_send_refresh() 801 r->headers_out.location->hash = 0; in ngx_http_send_refresh() 802 r->headers_out.location = NULL; in ngx_http_send_refresh() [all …]
|
| H A D | ngx_http_header_filter_module.c | 142 { ngx_string("Location"), offsetof(ngx_http_headers_out_t, location) }, 323 if (r->headers_out.location in ngx_http_header_filter() 324 && r->headers_out.location->value.len in ngx_http_header_filter() 325 && r->headers_out.location->value.data[0] == '/' in ngx_http_header_filter() 328 r->headers_out.location->hash = 0; in ngx_http_header_filter() 350 + r->headers_out.location->value.len + 2; in ngx_http_header_filter() 537 b->last = ngx_copy(b->last, r->headers_out.location->value.data, in ngx_http_header_filter() 538 r->headers_out.location->value.len); in ngx_http_header_filter() 542 r->headers_out.location->value.len = b->last - p; in ngx_http_header_filter() 543 r->headers_out.location->value.data = p; in ngx_http_header_filter() [all …]
|
| /f-stack/freebsd/mips/cavium/octe/ |
| H A D | ethernet-mdio.c | 62 int cvm_oct_mdio_read(struct ifnet *ifp, int phy_id, int location) in cvm_oct_mdio_read() argument 71 smi_cmd.s.reg_adr = location; in cvm_oct_mdio_read() 95 void cvm_oct_mdio_write(struct ifnet *ifp, int phy_id, int location, int val) in cvm_oct_mdio_write() argument 108 smi_cmd.s.reg_adr = location; in cvm_oct_mdio_write()
|
| H A D | ethernet-mv88e61xx.c | 82 cvm_oct_mv88e61xx_smi_read(struct ifnet *ifp, int phy_id, int location) in cvm_oct_mv88e61xx_smi_read() argument 94 MV88E61XX_SMI_CMD_REG(location)); in cvm_oct_mv88e61xx_smi_read() 104 cvm_oct_mv88e61xx_smi_write(struct ifnet *ifp, int phy_id, int location, int val) in cvm_oct_mv88e61xx_smi_write() argument 113 MV88E61XX_SMI_CMD_REG(location)); in cvm_oct_mv88e61xx_smi_write()
|
| H A D | ethernet-mdio.h | 38 int cvm_oct_mdio_read(struct ifnet *ifp, int phy_id, int location); 39 void cvm_oct_mdio_write(struct ifnet *ifp, int phy_id, int location, int val);
|
| /f-stack/freebsd/contrib/device-tree/Bindings/serial/ |
| H A D | efm32-uart.txt | 9 - energymicro,location : Decides the location of the USART I/O pins. 19 energymicro,location = <0>;
|
| /f-stack/freebsd/contrib/device-tree/src/arm/ |
| H A D | efm32gg-dk3750.dts | 31 energymicro,location = <3>; 48 energymicro,location = <1>; 62 energymicro,location = <1>; 75 energymicro,location = <2>;
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_load-key/ |
| H A D | zfs_load-key_common.kshlib | 65 typeset location=$2 68 if [[ "$keyloc" != "$location" ]]; then 69 log_fail "Expected keylocation $location, got $keyloc"
|
| /f-stack/freebsd/contrib/device-tree/Bindings/i2c/ |
| H A D | i2c-efm32.txt | 13 - energymicro,location : Decides the location of the USART I/O pins. 25 energymicro,location = <3>;
|
| /f-stack/freebsd/contrib/device-tree/Bindings/arm/ |
| H A D | atmel-sysregs.txt | 5 - reg : Should contain registers location and length 9 - reg: Should contain registers location and length 15 - reg: Should contain registers location and length 21 - reg: Should contain registers location and length 32 - reg: Should contain registers location and length 49 - reg: Should contain registers location and length 63 - reg: Should contain registers location and length 95 - reg: should contain registers location and length 162 - reg: Should contain registers location and length 181 - reg: Should contain registers location and length
|
| /f-stack/freebsd/sys/ |
| H A D | bio.h | 157 void biotrack_buf(struct bio *bp, const char *location); 160 biotrack(struct bio *bp, const char *location) in biotrack() argument 164 biotrack_buf(bp, location); in biotrack() 168 biotrack(struct bio *bp __unused, const char *location __unused) in biotrack()
|
| /f-stack/app/nginx-1.16.1/conf/ |
| H A D | nginx.conf | 52 location / { 63 location = /50x.html {
|
| /f-stack/app/nginx-1.16.1/ |
| H A D | CHANGES.ru | 622 location'ах. 1473 именованный location. 1956 мог использоваться неверный location, если для задания location'ов 2413 location, если переход в именованный location происходил после 2645 location'ы не ограничивалось. 2899 ни одного location'а. 3517 вложенном location'е. 4758 location, но такой location использовался в директиве error_page, то 5255 location'ы. 5883 location'ов, то location'ы, заданные с помощью регулярного выражения, [all …]
|
| /f-stack/freebsd/net80211/ |
| H A D | ieee80211_regdomain.c | 74 ic->ic_regdomain.location = ' '; /* both */ in ieee80211_regdomain_attach() 291 ie->cc[2] = (rd->location == 'I' ? 'I' : in ieee80211_alloc_countryie() 292 rd->location == 'O' ? 'O' : ' '); in ieee80211_alloc_countryie() 365 if (reg->rd.location != 'I' && reg->rd.location != 'O' && in ieee80211_setregdomain() 366 reg->rd.location != ' ') { in ieee80211_setregdomain() 368 "%s: invalid location 0x%x\n", __func__, reg->rd.location); in ieee80211_setregdomain()
|
| /f-stack/freebsd/contrib/device-tree/Bindings/powerpc/4xx/ |
| H A D | akebono.txt | 21 - reg : should contain the SDHCI registers location and length. 31 - reg : should contain the AHCI registers location and length. 42 - reg : should contain the FPGA registers location and length.
|
| /f-stack/freebsd/contrib/device-tree/Bindings/mips/ |
| H A D | mscc.txt | 20 - reg : Should contain registers location and length 37 - reg : Should contain registers location and length 53 - reg : Should contain registers location and length
|
| /f-stack/freebsd/contrib/device-tree/Bindings/sound/ |
| H A D | cs35l35.txt | 115 for depth, location, and frame. 119 Sections 7.44 - 7.53 lists values for the depth, location, and frame 122 - cirrus,imon : 4 8 bit values to set the depth, location, frame and ADC 125 - cirrus,vmon : 3 8 bit values to set the depth, location, and frame 128 - cirrus,vpmon : 3 8 bit values to set the depth, location, and frame 131 - cirrus,vbstmon : 3 8 bit values to set the depth, location, and frame 134 - cirrus,vpbrstat : 3 8 bit values to set the depth, location, and frame 137 - cirrus,zerofill : 3 8 bit values to set the depth, location, and frame\
|
| /f-stack/app/nginx-1.16.1/src/http/v2/ |
| H A D | ngx_http_v2_filter_module.c | 138 ngx_str_t host, location; in ngx_http_v2_header_filter() local 301 if (r->headers_out.location && r->headers_out.location->value.len) { in ngx_http_v2_header_filter() 303 if (r->headers_out.location->value.data[0] == '/' in ngx_http_v2_header_filter() 341 location.len += sizeof(":65535") - 1; in ngx_http_v2_header_filter() 344 location.data = ngx_pnalloc(r->pool, location.len); in ngx_http_v2_header_filter() 345 if (location.data == NULL) { in ngx_http_v2_header_filter() 369 r->headers_out.location->value.len = p - location.data; in ngx_http_v2_header_filter() 370 r->headers_out.location->value.data = location.data; in ngx_http_v2_header_filter() 374 r->headers_out.location->hash = 0; in ngx_http_v2_header_filter() 588 if (r->headers_out.location && r->headers_out.location->value.len) { in ngx_http_v2_header_filter() [all …]
|
| /f-stack/freebsd/contrib/device-tree/Bindings/crypto/ |
| H A D | atmel-crypto.txt | 9 - reg: Should contain AES registers location and length. 29 - reg: Should contain TDES registers location and length. 52 - reg: Should contain SHA registers location and length.
|
| /f-stack/freebsd/contrib/device-tree/Bindings/media/ |
| H A D | st,st-hva.txt | 5 - reg: HVA physical address location and length, esram address location and
|