/freebsd/contrib/file/magic/Magdir/ |
H A D | wsdl | 4 # wsdl: PHP WSDL Cache, https://www.php.net/manual/en/book.soap.php 6 # https://svn.php.net/viewvc/php/php-src/trunk/ext/soap/php_sdl.c?revision=HEAD&view=markup
|
H A D | commands | 144 0 search/1/c =<?php PHP script text 146 !:mime text/x-php 148 !:mime text/x-php 150 !:mime text/x-php 151 0 search/1/w #!\ /usr/local/bin/php PHP script text executable 153 !:mime text/x-php 154 0 search/1/w #!\ /usr/bin/php PHP script text executable 156 !:mime text/x-php 159 0 string =<?php 163 !:mime text/x-php [all …]
|
H A D | metastore | 6 # see https://david.hardeman.nu/software.php#metastore
|
H A D | warc | 12 # see https://www.archive.org/web/researcher/ArcFileFormat.php
|
H A D | dbpf | 6 # https://www.wiki.sc4devotion.com/index.php?title=DBPF
|
H A D | animation | 1057 # URL: https://wiki.multimedia.cx/index.php?title=Bink_Container 1085 # URL: https://wiki.multimedia.cx/index.php?title=NUT 1090 # URL: https://wiki.multimedia.cx/index.php?title=Nullsoft_Video 1095 # URL: https://www.red.com/ ; https://wiki.multimedia.cx/index.php?title=REDCode 1100 # URL: https://wiki.multimedia.cx/index.php?title=MTV 1105 # URL: https://wiki.multimedia.cx/index.php?title=ARMovie 1110 # URL: https://wiki.multimedia.cx/index.php?title=Interplay_MVE 1115 # URL: https://wiki.multimedia.cx/index.php?title=WTV 1122 # URL: https://wiki.multimedia.cx/index.php?title=Sega_FILM 1129 # URL: https://wiki.multimedia.cx/index.php?title=THP [all …]
|
H A D | ole2compounddocs | 114 # https://www.macdisk.com/macsigen.php "WPC2" for Wordperfect 2 *.wpd 138 # https://www.macdisk.com/macsigen.php XLS5 for Excel 5 146 # https://www.macdisk.com/macsigen.php 423 # https://www.macdisk.com/macsigen.php 431 # https://www.macdisk.com/macsigen.php 438 # https://www.macdisk.com/macsigen.php XLS5 for Excel 5 466 # https://www.macdisk.com/macsigen.php 537 # https://www.macdisk.com/macsigen.php 624 # https://www.macdisk.com/macsigen.php "WPC2" for Wordperfect 2 *.wpd
|
H A D | cups | 6 # https://www.cups.org/documentation.php/spec-raster.html
|
/freebsd/sys/dev/cxgbe/iw_cxgbe/ |
H A D | mem.c | 372 static int register_mem(struct c4iw_dev *rhp, struct c4iw_pd *php, in register_mem() argument 409 struct c4iw_pd *php; in c4iw_get_dma_mr() local 415 php = to_c4iw_pd(pd); in c4iw_get_dma_mr() 416 rhp = php->rhp; in c4iw_get_dma_mr() 423 mhp->attr.pdid = php->pdid; in c4iw_get_dma_mr() 432 ret = write_tpt_entry(&rhp->rdev, 0, &stag, 1, php->pdid, in c4iw_get_dma_mr() 459 struct c4iw_pd *php; in c4iw_reg_user_mr() local 470 php = to_c4iw_pd(pd); in c4iw_reg_user_mr() 471 rhp = php->rhp; in c4iw_reg_user_mr() 530 mhp->attr.pdid = php->pdid; in c4iw_reg_user_mr() [all …]
|
H A D | provider.c | 212 struct c4iw_pd *php = to_c4iw_pd(pd); in c4iw_deallocate_pd() local 213 struct c4iw_dev *rhp = php->rhp; in c4iw_deallocate_pd() 215 CTR3(KTR_IW_CXGBE, "%s: pd %p, pdid 0x%x", __func__, pd, php->pdid); in c4iw_deallocate_pd() 217 c4iw_put_resource(&rhp->rdev.resource.pdid_table, php->pdid); in c4iw_deallocate_pd() 226 struct c4iw_pd *php = to_c4iw_pd(pd); in c4iw_allocate_pd() local 240 php->pdid = pdid; in c4iw_allocate_pd() 241 php->rhp = rhp; in c4iw_allocate_pd() 243 if (ib_copy_to_udata(udata, &php->pdid, sizeof(u32))) { in c4iw_allocate_pd() 244 c4iw_deallocate_pd(&php->ibpd, udata); in c4iw_allocate_pd() 256 ibdev, udata, pdid, php); in c4iw_allocate_pd()
|
/freebsd/sys/contrib/libfdt/ |
H A D | fdt_ro.c | 427 const fdt32_t *php; in fdt_get_phandle() local 432 php = fdt_getprop(fdt, nodeoffset, "phandle", &len); in fdt_get_phandle() 433 if (!php || (len != sizeof(*php))) { in fdt_get_phandle() 434 php = fdt_getprop(fdt, nodeoffset, "linux,phandle", &len); in fdt_get_phandle() 435 if (!php || (len != sizeof(*php))) in fdt_get_phandle() 439 return fdt32_to_cpu(*php); in fdt_get_phandle()
|
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/ |
H A D | dt_pragma.c | 56 dt_idhash_t *php; in dt_pragma_apply() local 59 if ((php = yypcb->pcb_pragmas) == NULL) in dt_pragma_apply() 62 while ((pdp = dt_idhash_lookup(php, idp->di_name)) != NULL) { in dt_pragma_apply() 71 dt_idhash_delete(php, pdp); in dt_pragma_apply()
|
/freebsd/stand/common/ |
H A D | load_elf.c | 534 Elf_Phdr *phdr, *php; local 847 php = NULL; 850 php = phdr + i; 851 adp = php->p_vaddr; 858 if (php == NULL) /* this is bad, we cannot get to symbols or _DYNAMIC */ 861 ndp = php->p_filesz / sizeof(Elf_Dyn); 864 dp = malloc(php->p_filesz); 867 archsw.arch_copyout(php->p_vaddr + off, dp, php->p_filesz);
|
/freebsd/sys/contrib/zstd/lib/ |
H A D | libzstd.pc.in | 3 # BSD 2-Clause License (http://www.opensource.org/licenses/bsd-license.php)
|
/freebsd/usr.bin/gcore/ |
H A D | elfcore.c | 184 Elf_Phdr *php; in elf_coredump() local 237 php = (Elf_Phdr *)((char *)hdr + sizeof(Elf_Ehdr)) + 1; in elf_coredump() 240 uintmax_t nleft = php->p_filesz; in elf_coredump() 243 iorequest.piod_offs = (caddr_t)(uintptr_t)php->p_vaddr; in elf_coredump() 268 php++; in elf_coredump()
|
/freebsd/sys/contrib/device-tree/src/arm/broadcom/ |
H A D | bcm2836.dtsi | 48 * https://forums.raspberrypi.com/viewtopic.php?t=98428 111 * https://forums.raspberrypi.com/viewtopic.php?t=98428
|
H A D | bcm2835.dtsi | 21 * https://forums.raspberrypi.com/viewtopic.php?t=98428
|
/freebsd/contrib/unbound/contrib/ |
H A D | create_unbound_ad_servers.cmd | 12 set list_addr="http://pgl.yoyo.org/adservers/serverlist.php?hostformat=nohtml&showintro=1&startdate…
|
/freebsd/contrib/ntp/sntp/include/ |
H A D | ntp.lic | 6 <PFX> <http://opensource.org/licenses/ntp-license.php>
|
/freebsd/sys/contrib/device-tree/Bindings/clock/ |
H A D | ti,sci-clk.txt | 19 http://processors.wiki.ti.com/index.php/TISCI#66AK2G02_Data
|
/freebsd/contrib/libcbor/doc/source/ |
H A D | tests.rst | 22 Every release is inspected using `GCOV/LCOV <http://ltp.sourceforge.net/coverage/lcov.php>`_. Platf…
|
/freebsd/sys/contrib/device-tree/Bindings/soc/ti/ |
H A D | sci-pm-domain.txt | 56 See http://processors.wiki.ti.com/index.php/TISCI#66AK2G02_Data for the list
|
/freebsd/sys/contrib/device-tree/Bindings/reset/ |
H A D | ti,sci-reset.txt | 39 http://processors.wiki.ti.com/index.php/TISCI#66AK2G02_Data
|
/freebsd/sys/contrib/device-tree/src/arm/allwinner/ |
H A D | axp223.dtsi | 47 * http://www.x-powers.com/product/AXP22X.php
|
/freebsd/sys/contrib/device-tree/Bindings/arm/keystone/ |
H A D | ti,sci.txt | 14 See http://processors.wiki.ti.com/index.php/TISCI for protocol definition.
|