| /freebsd/contrib/unbound/util/storage/ |
| H A D | slabhash.c | 54 struct slabhash* sl = (struct slabhash*)calloc(1, in slabhash_create() local 87 slabhash_delete(struct slabhash * sl) slabhash_delete() argument 100 slabhash_clear(struct slabhash * sl) slabhash_clear() argument 111 slab_idx(struct slabhash * sl,hashvalue_type hash) slab_idx() argument 116 slabhash_insert(struct slabhash * sl,hashvalue_type hash,struct lruhash_entry * entry,void * data,void * arg) slabhash_insert() argument 122 slabhash_lookup(struct slabhash * sl,hashvalue_type hash,void * key,int wr) slabhash_lookup() argument 128 slabhash_remove(struct slabhash * sl,hashvalue_type hash,void * key) slabhash_remove() argument 133 slabhash_status(struct slabhash * sl,const char * id,int extended) slabhash_status() argument 145 slabhash_get_size(struct slabhash * sl) slabhash_get_size() argument 156 slabhash_is_size(struct slabhash * sl,size_t size,size_t slabs) slabhash_is_size() argument 169 slabhash_update_space_used(struct slabhash * sl,hashvalue_type hash,void * cb_arg,int diff_size) slabhash_update_space_used() argument 176 slabhash_get_mem(struct slabhash * sl) slabhash_get_mem() argument 186 slabhash_gettable(struct slabhash * sl,hashvalue_type hash) slabhash_gettable() argument 225 slabhash_setmarkdel(struct slabhash * sl,lruhash_markdelfunc_type md) slabhash_setmarkdel() argument [all...] |
| /freebsd/contrib/mandoc/ |
| H A D | compat_stringlist.c | 46 StringList *sl; in sl_init() local 67 sl_add(StringList *sl, char *name) in sl_add() 88 sl_free(StringList *sl, int all) in sl_free() 108 sl_find(StringList *sl, const char *name) in sl_find() 120 sl_delete(StringList *sl, const char *name, int all) in sl_delete()
|
| H A D | test-stringlist.c | 24 StringList *sl; in main() local
|
| /freebsd/usr.bin/sort/ |
| H A D | radixsort.c | 50 #define TINY_NODE(sl) ((sl)->tosort_num < 65) argument 51 #define SMALL_NODE(sl) ((sl)->tosort_num < 5) argument 79 struct sort_level *sl; member 142 push_ls(struct sort_level *sl) in push_ls() 166 struct sort_level *sl; in pop_ls_st() local 190 struct sort_level *sl; in pop_ls_mt() local 219 add_to_sublevel(struct sort_level *sl, struct sort_list_item *item, size_t indx) in add_to_sublevel() 244 add_leaf(struct sort_level *sl, struct sort_list_item *item) in add_leaf() 284 place_item(struct sort_level *sl, size_t item) in place_item() 299 free_sort_level(struct sort_level *sl) in free_sort_level() [all …]
|
| H A D | file.c | 1237 sub_list_swap(struct sort_list **sl, size_t i1, size_t i2) in sub_list_swap() 1253 sub_list_swim(struct sort_list **sl, size_t indx) in sub_list_swim() 1273 sub_list_sink(struct sort_list **sl, size_t indx, size_t size) in sub_list_sink() 1303 sub_list_push(struct sort_list *s, struct sort_list **sl, size_t size) in sub_list_push() 1319 sub_list_header_print(struct sort_list *sl, FILE *f_out, in sub_list_header_print() 1341 sub_list_next(struct sort_list *sl) in sub_list_next() 1354 merge_sub_lists(struct sort_list **sl, size_t n, FILE* f_out) in merge_sub_lists()
|
| /freebsd/lib/libc/gen/ |
| H A D | stringlist.c | 47 StringList *sl; in sl_init() local 66 sl_add(StringList *sl, char *name) in sl_add() 83 sl_free(StringList *sl, int all) in sl_free() 103 sl_find(StringList *sl, const char *name) in sl_find()
|
| /freebsd/contrib/unbound/sldns/ |
| H A D | wire2str.c | 488 static int sldns_rr_tcttl_scan(uint8_t** d, size_t* dl, char** s, size_t* sl) in sldns_rr_tcttl_scan() 1363 int sldns_wire2str_int8_scan(uint8_t** d, size_t* dl, char** s, size_t* sl) in sldns_wire2str_int8_scan() 1373 int sldns_wire2str_int16_scan(uint8_t** d, size_t* dl, char** s, size_t* sl) in sldns_wire2str_int16_scan() 1383 int sldns_wire2str_int32_scan(uint8_t** d, size_t* dl, char** s, size_t* sl) in sldns_wire2str_int32_scan() 1393 int sldns_wire2str_period_scan(uint8_t** d, size_t* dl, char** s, size_t* sl) in sldns_wire2str_period_scan() 1403 int sldns_wire2str_tsigtime_scan(uint8_t** d, size_t* dl, char** s, size_t* sl) in sldns_wire2str_tsigtime_scan() 1427 int sldns_wire2str_a_scan(uint8_t** d, size_t* dl, char** s, size_t* sl) in sldns_wire2str_a_scan() 1440 int sldns_wire2str_aaaa_scan(uint8_t** d, size_t* dl, char** s, size_t* sl) in sldns_wire2str_aaaa_scan() 1458 static int str_char_print(char** s, size_t* sl, uint8_t c) in str_char_print() 1473 int sldns_wire2str_str_scan(uint8_t** d, size_t* dl, char** s, size_t* sl) in sldns_wire2str_str_scan() [all …]
|
| /freebsd/usr.sbin/services_mkdb/ |
| H A D | services_mkdb.c | 91 StringList *sl, ***svc; in main() local 189 add(DB *db, StringList *sl, size_t port, const char *proto, size_t *cnt, in add() 235 parseservices(const char *fname, StringList *sl) in parseservices() 405 getprotoindex(StringList *sl, const char *str) in getprotoindex() 424 getprotostr(StringList *sl, size_t i) in getprotostr() 431 mkaliases(StringList *sl, char *buf, size_t len) in mkaliases()
|
| /freebsd/sys/netpfil/ipfilter/netinet/ |
| H A D | ip_sync.c | 562 synclogent_t *sl; in ipf_sync_read() local 646 synclist_t *sl; in ipf_sync_state() local 818 ipf_sync_del(ipf_sync_softc_t *softs, synclist_t *sl) in ipf_sync_del() 836 ipf_sync_del_state(void *arg, synclist_t *sl) in ipf_sync_del_state() 855 ipf_sync_del_nat(void *arg, synclist_t *sl) in ipf_sync_del_nat() 884 synclist_t *sl; in ipf_sync_nat() local 992 synclist_t *sl, *ss; in ipf_sync_new() local 1121 synclist_t *sl) in ipf_sync_update() 1205 synclist_t *sl; in ipf_sync_flush_table() local
|
| /freebsd/contrib/tcsh/ |
| H A D | tw.help.c | 180 nextslist(const Char *sl, Char *np) in nextslist() 200 skipslist(Char *sl) in skipslist()
|
| /freebsd/crypto/heimdal/lib/asn1/ |
| H A D | asn1parse.y | 80 struct string_list *sl; member 277 struct string_list *sl; variable 289 struct string_list *sl; variable [all...] |
| /freebsd/crypto/heimdal/lib/wind/ |
| H A D | util.py | 37 def subList(l, sl) : argument
|
| /freebsd/contrib/netbsd-tests/lib/libc/ssp/ |
| H A D | h_readlink.c | 48 char b[512], *sl; in main() local
|
| /freebsd/crypto/krb5/src/lib/krb5/os/ |
| H A D | t_ctxprf.c | 59 struct serverlist sl; in main() local
|
| /freebsd/contrib/llvm-project/lldb/source/Symbol/ |
| H A D | CompactUnwindInfo.cpp | 200 SectionList *sl = m_objfile.GetSectionList(); in GetUnwindPlan() local 501 SectionList *sl = m_objfile.GetSectionList(); in GetCompactUnwindInfoForFunction() local 573 SectionList *sl = m_objfile.GetSectionList(); in GetCompactUnwindInfoForFunction() local 592 SectionList *sl = m_objfile.GetSectionList(); in GetCompactUnwindInfoForFunction() local 657 SectionList *sl = m_objfile.GetSectionList(); in GetCompactUnwindInfoForFunction() local 676 SectionList *sl = m_objfile.GetSectionList(); in GetCompactUnwindInfoForFunction() local 814 SectionList *sl = m_objfile.GetSectionList(); in CreateUnwindPlan_x86_64() local 1074 SectionList *sl = m_objfile.GetSectionList(); in CreateUnwindPlan_i386() local
|
| /freebsd/lib/libcrypt/ |
| H A D | crypt-md5.c | 49 int sl, pl; in crypt_md5() local
|
| /freebsd/lib/libc/quad/ |
| H A D | quad.h | 62 long sl[2]; /* as two signed longs */ member
|
| /freebsd/sys/libkern/ |
| H A D | quad.h | 66 long sl[2]; /* as two signed longs */ member
|
| /freebsd/sbin/ipf/ipfsync/ |
| H A D | ipsyncm.c | 57 synclogent_t *sl; local
|
| H A D | ipsyncs.c | 60 synclogent_t *sl; local
|
| /freebsd/contrib/ofed/libibverbs/examples/ |
| H A D | uc_pingpong.c | 80 enum ibv_mtu mtu, int sl, in pp_connect_ctx() 200 int port, int sl, in pp_server_exch_dest() 553 int sl = 0; in main() local
|
| H A D | ud_pingpong.c | 81 int sl, struct pingpong_dest *dest, int sgid_idx) in pp_connect_ctx() 198 int ib_port, int port, int sl, in pp_server_exch_dest() 575 int sl = 0; in main() local
|
| /freebsd/contrib/opencsd/decoder/include/common/ |
| H A D | ocsd_pe_context.h | 57 void setSecLevel(const ocsd_sec_level sl) { m_context.security_level = sl; }; in setSecLevel()
|
| /freebsd/sys/riscv/riscv/ |
| H A D | busdma_bounce.c | 563 struct sync_list *sl; in bounce_bus_dmamap_load_phys() local 632 struct sync_list *sl; in bounce_bus_dmamap_load_buffer() local 768 dma_dcache_sync(struct sync_list *sl, bus_dmasync_op_t op) in dma_dcache_sync() 832 struct sync_list *sl, *end; in bounce_bus_dmamap_sync() local
|
| /freebsd/contrib/ofed/opensm/include/opensm/ |
| H A D | osm_partition.h | 96 uint8_t sl; member
|