| /f-stack/app/nginx-1.16.1/auto/lib/pcre/ |
| H A D | makefile.bcc | 16 copy /y nul pcre.lst 17 for %n in (*.obj) do @echo +%n ^^& >> pcre.lst 18 echo + >> pcre.lst 20 tlib pcre.lib @pcre.lst
|
| H A D | makefile.owc | 16 dir /b *.obj > pcre.lst 18 wlib -n pcre.lib @pcre.lst
|
| /f-stack/freebsd/contrib/ncsw/inc/etc/ |
| H A D | list_ext.h | 94 #define NCSW_LIST_INIT(lst) {&(lst), &(lst)} argument
|
| /f-stack/dpdk/lib/librte_table/ |
| H A D | rte_lru_x86.h | 80 __m128i lst = _mm_set_epi64x((uint64_t)-1, lru_list); 81 __m128i min = _mm_minpos_epu16(lst);
|
| /f-stack/freebsd/net/ |
| H A D | if_lagg.c | 1818 lst = malloc(sizeof(*lst), M_LAGG, M_NOWAIT); in lagg_snd_tag_alloc() 1819 if (lst == NULL) { in lagg_snd_tag_alloc() 1827 free(lst, M_LAGG); in lagg_snd_tag_alloc() 1831 m_snd_tag_init(&lst->com, ifp, lst->tag->type); in lagg_snd_tag_alloc() 1833 *ppmt = &lst->com; in lagg_snd_tag_alloc() 1843 lst = mst_to_lst(mst); in lagg_snd_tag_modify() 1844 return (lst->tag->ifp->if_snd_tag_modify(lst->tag, params)); in lagg_snd_tag_modify() 1853 lst = mst_to_lst(mst); in lagg_snd_tag_query() 1854 return (lst->tag->ifp->if_snd_tag_query(lst->tag, params)); in lagg_snd_tag_query() 1862 lst = mst_to_lst(mst); in lagg_snd_tag_free() [all …]
|
| H A D | bpf.c | 2786 u_int *lst; in bpf_getdltlist() local 2804 lst = malloc(n1 * sizeof(u_int), M_TEMP, M_WAITOK); in bpf_getdltlist() 2809 lst[n++] = bp->bif_dlt; in bpf_getdltlist() 2811 error = copyout(lst, bfl->bfl_list, sizeof(u_int) * n); in bpf_getdltlist() 2812 free(lst, M_TEMP); in bpf_getdltlist()
|
| /f-stack/freebsd/contrib/device-tree/Bindings/display/bridge/ |
| H A D | anx6345.yaml | 10 - Torsten Duwe <duwe@lst.de>
|
| /f-stack/app/redis-5.0.5/deps/lua/src/ |
| H A D | lauxlib.c | 100 const char *const lst[]) { in luaL_checkoption() argument 104 for (i=0; lst[i]; i++) in luaL_checkoption() 105 if (strcmp(lst[i], name) == 0) in luaL_checkoption()
|
| H A D | lauxlib.h | 72 const char *const lst[]);
|
| /f-stack/freebsd/contrib/openzfs/module/lua/ |
| H A D | lauxlib.c | 281 const char *const lst[]) { in luaL_checkoption() argument 285 for (i=0; lst[i]; i++) in luaL_checkoption() 286 if (strcmp(lst[i], name) == 0) in luaL_checkoption()
|
| /f-stack/freebsd/contrib/openzfs/include/sys/lua/ |
| H A D | lauxlib.h | 61 const char *const lst[]);
|
| /f-stack/dpdk/drivers/net/ice/base/ |
| H A D | ice_flex_pipe.c | 5094 struct LIST_HEAD_TYPE *lst) in ice_get_profs_vsig() argument 5109 LIST_ADD_TAIL(&p->list, lst); in ice_get_profs_vsig() 5132 struct LIST_HEAD_TYPE *lst, u64 hdl) in ice_add_prof_to_lst() argument 5163 LIST_ADD(&p->list, lst); in ice_add_prof_to_lst() 5610 struct LIST_HEAD_TYPE *lst, u16 *new_vsig, in ice_create_vsig_from_lst() argument 5625 LIST_FOR_EACH_ENTRY(t, lst, ice_vsig_prof, list) { in ice_create_vsig_from_lst() 5649 struct LIST_HEAD_TYPE lst; in ice_find_prof_vsig() local 5652 INIT_LIST_HEAD(&lst); in ice_find_prof_vsig() 5659 LIST_ADD(&t->list, &lst); in ice_find_prof_vsig() 5661 status = ice_find_dup_props_vsig(hw, blk, &lst, vsig); in ice_find_prof_vsig() [all …]
|
| /f-stack/freebsd/contrib/openzfs/contrib/dracut/ |
| H A D | README.dracut.markdown | 15 on the kernel line of your grub.conf/menu.lst configuration file. Then 18 $ grub.conf/menu.lst: kernel ... root=ZFS=pool/dataset
|
| /f-stack/freebsd/contrib/octeon-sdk/ |
| H A D | cvmx-uahcx-defs.h | 2307 uint32_t lst : 12; /**< LSThreshold member 2313 uint32_t lst : 12;
|