Home
last modified time | relevance | path

Searched refs:lst (Results 1 – 14 of 14) sorted by relevance

/f-stack/app/nginx-1.16.1/auto/lib/pcre/
H A Dmakefile.bcc16 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 Dmakefile.owc16 dir /b *.obj > pcre.lst
18 wlib -n pcre.lib @pcre.lst
/f-stack/freebsd/contrib/ncsw/inc/etc/
H A Dlist_ext.h94 #define NCSW_LIST_INIT(lst) {&(lst), &(lst)} argument
/f-stack/dpdk/lib/librte_table/
H A Drte_lru_x86.h80 __m128i lst = _mm_set_epi64x((uint64_t)-1, lru_list);
81 __m128i min = _mm_minpos_epu16(lst);
/f-stack/freebsd/net/
H A Dif_lagg.c1818 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 Dbpf.c2786 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 Danx6345.yaml10 - Torsten Duwe <duwe@lst.de>
/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dlauxlib.c100 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 Dlauxlib.h72 const char *const lst[]);
/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlauxlib.c281 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 Dlauxlib.h61 const char *const lst[]);
/f-stack/dpdk/drivers/net/ice/base/
H A Dice_flex_pipe.c5094 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 DREADME.dracut.markdown15 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 Dcvmx-uahcx-defs.h2307 uint32_t lst : 12; /**< LSThreshold member
2313 uint32_t lst : 12;