Searched refs:sl (Results 1 - 25 of 252) sorted by last modified time

1234567891011

/freebsd-current/tests/sys/netpfil/pf/
H A Danchor.sh190 " jexec alcatraz pfctl -sl -a*
/freebsd-current/sys/rpc/
H A Dsvc.c188 struct svc_loss_callout *sl; local
215 while ((sl = TAILQ_FIRST(&pool->sp_lcallouts)) != NULL) {
217 svc_loss_unreg(pool, sl->slc_dispatch);
/freebsd-current/sys/dev/bnxt/bnxt_re/
H A Dqplib_sp.h101 u8 sl; member in struct:bnxt_qplib_ah
H A Dib_verbs.c1028 ah->qplib_ah.sl = ah_attr->sl;
1082 ah_attr->sl = ah->qplib_ah.sl;
1762 ah->qplib_ah.sl = 0;
2658 qp->qplib_qp.ah.sl = qp_attr->ah_attr.sl;
2877 qp_attr->ah_attr.sl = qplib_qp->ah.sl;
4458 u16 *vid, u8 *sl)
4457 bnxt_re_is_nonzero_vlanid_pkt(struct bnxt_qplib_cqe *orig_cqe, u16 *vid, u8 *sl) argument
4493 u8 sl; local
[all...]
/freebsd-current/contrib/ntp/sntp/libevent/
H A Dconfigure6948 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
6952 lt_cv_file_magic_test_file=/usr/lib/libc.sl
12406 # Give a soname corresponding to the major version so that dld.sl refuses to
12429 shrext_cmds='.sl'
12431 dynamic_linker="$host_os dld.sl"
12440 shrext_cmds='.sl'
12441 dynamic_linker="$host_os dld.sl"
/freebsd-current/contrib/ntp/sntp/
H A Dconfigure18122 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
18126 lt_cv_file_magic_test_file=/usr/lib/libc.sl
23579 # Give a soname corresponding to the major version so that dld.sl refuses to
23602 shrext_cmds='.sl'
23604 dynamic_linker="$host_os dld.sl"
23613 shrext_cmds='.sl'
23614 dynamic_linker="$host_os dld.sl"
/freebsd-current/contrib/ntp/ntpq/
H A Dntpq.c3076 size_t sl; local
3080 sl = strlen(src);
3081 if (sl > width && LIB_BUFLENGTH - 1 > width && width > 0) {
3104 size_t sl; local
3108 sl = strlen(src);
3109 if (sl > width && LIB_BUFLENGTH - 1 > width && width > 1) {
3112 memcpy(&out[1], &src[sl + 1 - width], width);
H A Dntpq-subs.c2029 size_t sl; local
2038 sl = strlen(name_or_num);
2039 maxhostlen = max(maxhostlen, sl);
2084 size_t sl; local
2093 sl = strlen(name_or_num);
2094 maxhostlen = max(maxhostlen, sl);
/freebsd-current/contrib/ntp/ntpd/
H A Drefclock_arc.c822 int sl = strlen(s); local
828 if(spaceleft < sl) { /* Should not normally happen... */
831 sl, spaceleft);
/freebsd-current/contrib/ntp/libntp/
H A Dntp_calendar.c2024 size_t sl; local
2026 sl = strlen(str);
2028 if (rc == 3 && (size_t)nc == sl) {
2036 if (rc == 1 && (size_t)nc == sl) {
/freebsd-current/contrib/ntp/
H A Dconfigure8086 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
8090 lt_cv_file_magic_test_file=/usr/lib/libc.sl
13543 # Give a soname corresponding to the major version so that dld.sl refuses to
13566 shrext_cmds='.sl'
13568 dynamic_linker="$host_os dld.sl"
13577 shrext_cmds='.sl'
13578 dynamic_linker="$host_os dld.sl"
/freebsd-current/sys/dev/sound/pcm/
H A Ddsp.c1593 bs->sl = sndbuf_getready(bs);
1616 if ((bs->shadbuf != NULL) && (bs->sl > 0)) {
1618 sndbuf_acquire(bs, bs->shadbuf, bs->sl);
1619 bs->sl = 0;
H A Dchannel.c1355 bs->sl = sndbuf_getmaxsize(bs);
1356 bs->shadbuf = malloc(bs->sl, M_DEVBUF, M_NOWAIT);
/freebsd-current/contrib/one-true-awk/
H A Drun.c2685 char *sl; local
2695 for (sl = rptr; (sl = strchr(sl, '\\')) && sl[1]; sl++) {
2696 if (strchr("0123456789", sl[1])) {
/freebsd-current/contrib/unbound/util/storage/
H A Dslabhash.c54 struct slabhash* sl = (struct slabhash*)calloc(1, local
56 if(!sl) return NULL;
57 sl->size = numtables;
58 log_assert(sl->size > 0);
59 sl->array = (struct lruhash**)calloc(sl->size, sizeof(struct lruhash*));
60 if(!sl->array) {
61 free(sl);
64 sl->mask = (uint32_t)(sl
87 slabhash_delete(struct slabhash* sl) argument
100 slabhash_clear(struct slabhash* sl) argument
111 slab_idx(struct slabhash* sl, hashvalue_type hash) argument
116 slabhash_insert(struct slabhash* sl, hashvalue_type hash, struct lruhash_entry* entry, void* data, void* arg) argument
122 slabhash_lookup(struct slabhash* sl, hashvalue_type hash, void* key, int wr) argument
128 slabhash_remove(struct slabhash* sl, hashvalue_type hash, void* key) argument
133 slabhash_status(struct slabhash* sl, const char* id, int extended) argument
145 slabhash_get_size(struct slabhash* sl) argument
156 slabhash_is_size(struct slabhash* sl, size_t size, size_t slabs) argument
169 slabhash_update_space_used(struct slabhash* sl, hashvalue_type hash, void* cb_arg, int diff_size) argument
176 slabhash_get_mem(struct slabhash* sl) argument
186 slabhash_gettable(struct slabhash* sl, hashvalue_type hash) argument
225 slabhash_setmarkdel(struct slabhash* sl, lruhash_markdelfunc_type md) argument
[all...]
/freebsd-current/contrib/unbound/
H A Dconfigure8891 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
8895 lt_cv_file_magic_test_file=/usr/lib/libc.sl
14394 # Give a soname corresponding to the major version so that dld.sl refuses to
14417 shrext_cmds='.sl'
14419 dynamic_linker="$host_os dld.sl"
14428 shrext_cmds='.sl'
14429 dynamic_linker="$host_os dld.sl"
/freebsd-current/sys/riscv/riscv/
H A Dbusdma_bounce.c563 struct sync_list *sl; local
580 sl = map->slist + map->sync_count - 1;
594 sl_end = sl->paddr + sl->datacount;
599 sl++;
600 sl->vaddr = 0;
601 sl->paddr = curaddr;
602 sl->datacount = sgsize;
603 sl->pages = PHYS_TO_VM_PAGE(curaddr);
604 KASSERT(sl
632 struct sync_list *sl; local
767 dma_dcache_sync(struct sync_list *sl, bus_dmasync_op_t op) argument
831 struct sync_list *sl, *end; local
[all...]
/freebsd-current/sys/arm64/arm64/
H A Dbusdma_bounce.c725 struct sync_list *sl; local
742 sl = map->slist + map->sync_count - 1;
765 sl_end = sl->paddr + sl->datacount;
770 sl++;
771 sl->vaddr = 0;
772 sl->paddr = curaddr;
773 sl->pages = PHYS_TO_VM_PAGE(curaddr);
774 KASSERT(sl->pages != NULL,
777 sl
807 struct sync_list *sl; local
962 dma_dcache_sync(struct sync_list *sl, bus_dmasync_op_t op) argument
1026 struct sync_list *sl, *end; local
[all...]
/freebsd-current/sys/arm/arm/
H A Dbusdma_machdep.c163 static void dma_dcache_sync(struct sync_list *sl, bus_dmasync_op_t op);
859 struct sync_list *sl; local
882 sl = map->slist + map->sync_count - 1;
894 sl_end = sl->paddr + sl->datacount;
899 sl++;
900 sl->vaddr = 0;
901 sl->paddr = curaddr;
902 sl->datacount = sgsize;
903 sl
950 struct sync_list *sl; local
1116 dma_dcache_sync(struct sync_list *sl, bus_dmasync_op_t op) argument
1179 struct sync_list *sl, *end; local
[all...]
/freebsd-current/sys/contrib/openzfs/module/zfs/
H A Dzap.c1519 * 1. Check if a sibling leaf (sl) exists and it is empty.
1521 * 3. Release the sibling (sl) to derefer it again with WRITER lock.
1554 zap_leaf_t *sl;
1580 &sl)) != 0)
1588 if (zap_leaf_phys(sl)->l_hdr.lh_prefix_len != prefix_len ||
1589 zap_leaf_phys(sl)->l_hdr.lh_nentries != 0) {
1590 zap_put_leaf(sl);
1594 zap_put_leaf(sl);
1644 RW_WRITER, &sl)) != 0)
1651 if (zap_leaf_phys(sl)
1537 zap_leaf_t *sl; local
[all...]
/freebsd-current/share/mk/
H A Dsrc.libnames.mk66 sl \
/freebsd-current/crypto/heimdal/lib/asn1/
H A Dasn1parse.y80 struct string_list *sl;
225 %type <sl> referencenames
277 struct string_list *sl;
278 for(sl = $1; sl != NULL; sl = sl->next) {
279 Symbol *s = addsym(sl->string);
289 struct string_list *sl;
290 for(sl
[all...]
H A Dasn1parse.c315 struct string_list *sl; member in union:YYSTYPE
1804 struct string_list *sl;
1805 for(sl = (yyvsp[(1) - (4)].sl); sl != NULL; sl = sl->next) {
1806 Symbol *s = addsym(sl->string);
1817 struct string_list *sl;
1818 for(sl
1801 struct string_list *sl; local
1814 struct string_list *sl; local
[all...]
H A Dasn1parse.h235 struct string_list *sl; member in union:YYSTYPE
/freebsd-current/tests/sys/kern/
H A Dunix_seqpacket_test.c627 socklen_t sl = sizeof(xs); local
634 ATF_CHECK_EQ(0, getsockopt(s, SOL_SOCKET, SO_SNDBUF, &xs, &sl));
635 ATF_CHECK_EQ(0, getsockopt(s, SOL_SOCKET, SO_RCVBUF, &xr, &sl));
642 ATF_CHECK_EQ(0, getsockopt(s, SOL_SOCKET, SO_SNDBUF, &xs, &sl));
643 ATF_CHECK_EQ(0, getsockopt(s, SOL_SOCKET, SO_RCVBUF, &xr, &sl));
650 ATF_CHECK_EQ(0, getsockopt(s, SOL_SOCKET, SO_SNDBUF, &xs, &sl));
651 ATF_CHECK_EQ(0, getsockopt(s, SOL_SOCKET, SO_RCVBUF, &xr, &sl));
668 socklen_t sl = sizeof(ls); local
676 ATF_CHECK_EQ(0, getsockopt(sv[0], SOL_SOCKET, SO_SNDBUF, &ls, &sl));
677 ATF_CHECK_EQ(0, getsockopt(sv[0], SOL_SOCKET, SO_RCVBUF, &lr, &sl));
[all...]

Completed in 653 milliseconds

1234567891011