/netbsd-src/sys/compat/linux/common/ |
H A D | linux_signal.c | 103 linux_old_extra_to_native_sigset(sigset_t *bss, const linux_old_sigset_t *lss, const unsigned long *extra) in linux_old_extra_to_native_sigset() argument 109 lsnew.sig[0] = *lss; in linux_old_extra_to_native_sigset() 118 native_to_linux_old_extra_sigset(linux_old_sigset_t *lss, unsigned long *extra, const sigset_t *bss) in native_to_linux_old_extra_sigset() argument 125 *lss = lsnew.sig[0]; in native_to_linux_old_extra_sigset() 133 linux_to_native_sigset(sigset_t *bss, const linux_sigset_t *lss) in linux_to_native_sigset() argument 139 if (linux_sigismember(lss, i)) { in linux_to_native_sigset() 148 native_to_linux_sigset(linux_sigset_t *lss, const sigset_t *bss) in native_to_linux_sigset() argument 152 linux_sigemptyset(lss); in native_to_linux_sigset() 157 linux_sigaddset(lss, newsig); in native_to_linux_sigset() 512 linux_sigset_t lss; in linux_sys_rt_sigpending() local 530 linux_old_sigset_t lss; linux_sys_sigpending() local 545 linux_old_sigset_t lss; linux_sys_sigsuspend() local 561 linux_sigset_t lss; linux_sys_rt_sigsuspend() local 581 linux_sigset_t lss; fetchss() local 685 linux_to_native_sigaltstack(stack_t * bss,const struct linux_sigaltstack * lss) linux_to_native_sigaltstack() argument 698 native_to_linux_sigaltstack(struct linux_sigaltstack * lss,const stack_t * bss) native_to_linux_sigaltstack() argument [all...] |
H A D | linux_sig_notalpha.c | 101 linux_old_sigset_t lss; in linux_sys_siggetmask() local 109 native_to_linux_old_sigset(&lss, &bss); in linux_sys_siggetmask() 110 *retval = lss; in linux_sys_siggetmask()
|
H A D | linux_misc.c | 1046 linux_sigset_t lss; in linux_sys_pselect6() local 1055 if (lsss.ss_len != sizeof(lss)) in linux_sys_pselect6() 1058 if ((error = copyin(lsss.ss, &lss, sizeof(lss))) != 0) in linux_sys_pselect6() 1060 linux_to_native_sigset(&ss, &lss); in linux_sys_pselect6() 1893 linux_sigset_t lss; in linux_epoll_pwait2_common() local 1909 error = copyin(sigmask, &lss, sizeof(lss)); in linux_epoll_pwait2_common() 1913 linux_to_native_sigset(&ss, &lss); in linux_epoll_pwait2_common()
|
/netbsd-src/sys/compat/linux32/common/ |
H A D | linux32_signal.c | 75 linux32_to_native_sigset(sigset_t *bss, const linux32_sigset_t *lss) in linux32_to_native_sigset() argument 81 if (linux32_sigismember(lss, i)) { in linux32_to_native_sigset() 90 native_to_linux32_sigset(linux32_sigset_t *lss, const sigset_t *bss) in native_to_linux32_sigset() argument 94 linux32_sigemptyset(lss); in native_to_linux32_sigset() 99 linux32_sigaddset(lss, newsig); in native_to_linux32_sigset() 237 native_to_linux32_sigaltstack(struct linux32_sigaltstack *lss, in native_to_linux32_sigaltstack() argument 240 memset(lss, 0, sizeof(*lss)); in native_to_linux32_sigaltstack() 241 NETBSD32PTR32(lss->ss_sp, bss->ss_sp); in native_to_linux32_sigaltstack() 242 lss->ss_size = bss->ss_size; in native_to_linux32_sigaltstack() 244 lss->ss_flags = LINUX32_SS_ONSTACK; in native_to_linux32_sigaltstack() [all …]
|
H A D | linux32_unistd.c | 244 linux32_sigset_t lss; in linux32_sys_pselect6() local 254 if (lsss.ss_len != sizeof(lss)) in linux32_sys_pselect6() 257 if ((error = copyin(p, &lss, sizeof(lss))) != 0) in linux32_sys_pselect6() 259 linux32_to_native_sigset(&ss, &lss); in linux32_sys_pselect6()
|
/netbsd-src/external/gpl3/binutils/dist/gas/ |
H A D | dwarf2dbg.c | 272 struct line_subseg **pss, *lss; in get_line_subseg() local 290 for (pss = &s->head; (lss = *pss) != NULL ; pss = &lss->next) in get_line_subseg() 292 if (lss->subseg == subseg) in get_line_subseg() 294 if (lss->subseg > subseg) in get_line_subseg() 298 lss = XNEW (struct line_subseg); in get_line_subseg() 299 lss->next = *pss; in get_line_subseg() 300 lss->subseg = subseg; in get_line_subseg() 301 lss->head = NULL; in get_line_subseg() 302 lss->ptail = &lss->head; in get_line_subseg() 303 lss->pmove_tail = &lss->head; in get_line_subseg() [all …]
|
/netbsd-src/external/gpl3/binutils.old/dist/gas/ |
H A D | dwarf2dbg.c | 268 struct line_subseg **pss, *lss; in get_line_subseg() local 286 for (pss = &s->head; (lss = *pss) != NULL ; pss = &lss->next) in get_line_subseg() 288 if (lss->subseg == subseg) in get_line_subseg() 290 if (lss->subseg > subseg) in get_line_subseg() 294 lss = XNEW (struct line_subseg); in get_line_subseg() 295 lss->next = *pss; in get_line_subseg() 296 lss->subseg = subseg; in get_line_subseg() 297 lss->head = NULL; in get_line_subseg() 298 lss->ptail = &lss->head; in get_line_subseg() 299 lss->pmove_tail = &lss->head; in get_line_subseg() [all …]
|
/netbsd-src/external/bsd/blocklist/bin/ |
H A D | conf.c | 1058 conf_handle_inet(int fd, const void *lss, struct conf *cr) in conf_handle_inet() argument 1070 sockaddr_snprintf(buf, sizeof(buf), "%a:%p", lss); in conf_handle_inet() 1093 struct sockaddr_storage lss; in conf_find() local 1098 slen = sizeof(lss); in conf_find() 1099 memset(&lss, 0, slen); in conf_find() 1100 if (getsockname(fd, (void *)&lss, &slen) == -1) { in conf_find() 1105 switch (lss.ss_family) { in conf_find() 1107 cr->c_port = ntohs(((struct sockaddr_in *)&lss)->sin_port); in conf_find() 1108 if (conf_handle_inet(fd, &lss, cr) == -1) in conf_find() 1112 cr->c_port = ntohs(((struct sockaddr_in6 *)&lss)->sin6_port); in conf_find() [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | trans-stmt.cc | 4217 gfc_ss *lss, gfc_ss *rss, in generate_loop_for_temp_to_lhs() argument 4234 if (lss == gfc_ss_terminator) in generate_loop_for_temp_to_lhs() 4246 gfc_add_ss_to_loop (&loop, lss); in generate_loop_for_temp_to_lhs() 4251 gfc_mark_ss_chain_used (lss, 1); in generate_loop_for_temp_to_lhs() 4257 lse.ss = lss; in generate_loop_for_temp_to_lhs() 4288 if (lss == gfc_ss_terminator) in generate_loop_for_temp_to_lhs() 4324 tree count1, gfc_ss *lss, gfc_ss *rss, in generate_loop_for_rhs_to_temp() argument 4339 if (lss == gfc_ss_terminator) in generate_loop_for_rhs_to_temp() 4351 gfc_add_ss_to_loop (&loop, lss); in generate_loop_for_rhs_to_temp() 4390 if (lss == gfc_ss_terminator) in generate_loop_for_rhs_to_temp() [all …]
|
H A D | trans-expr.cc | 4893 gfc_ss *lss; in gfc_conv_subref_array_arg() local 5037 lss = gfc_walk_expr (expr); in gfc_conv_subref_array_arg() 5039 lse.ss = lss; in gfc_conv_subref_array_arg() 5043 gfc_add_ss_to_loop (&loop2, lss); in gfc_conv_subref_array_arg() 5060 gfc_mark_ss_chain_used (lss, 1); in gfc_conv_subref_array_arg() 8487 gfc_ss *lss; in gfc_trans_subarray_assign() local 8510 lss = gfc_get_array_ss (gfc_ss_terminator, NULL, cm->as->rank, in gfc_trans_subarray_assign() 8512 lss_array = &lss->info->data.array; in gfc_trans_subarray_assign() 8529 gfc_add_ss_to_loop (&loop, lss); in gfc_trans_subarray_assign() 8544 lse.ss = lss; in gfc_trans_subarray_assign() [all …]
|
H A D | trans-array.cc | 4971 gfc_could_be_alias (gfc_ss * lss, gfc_ss * rss) in gfc_could_be_alias() argument 4980 lexpr = lss->info->expr; in gfc_could_be_alias() 5002 for (lref = lexpr->ref; lref != lss->info->data.array.ref; lref = lref->next) in gfc_could_be_alias() 10511 gfc_ss *lss; in gfc_alloc_allocatable_for_assignment() local 10550 lss = loop->ss; in gfc_alloc_allocatable_for_assignment() 10551 for (; lss && lss != gfc_ss_terminator; lss = lss->loop_chain) in gfc_alloc_allocatable_for_assignment() 10552 if (lss->info->expr && lss->info->expr->expr_type == EXPR_VARIABLE) in gfc_alloc_allocatable_for_assignment() 10554 if (lss == gfc_ss_terminator) in gfc_alloc_allocatable_for_assignment() 10556 expr1 = lss->info->expr; in gfc_alloc_allocatable_for_assignment() 10565 lss = loop->ss; in gfc_alloc_allocatable_for_assignment() [all …]
|
H A D | trans-intrinsic.cc | 12199 gfc_ss *lss; in gfc_conv_intrinsic_mvbits() local 12207 lss = loop->ss; in gfc_conv_intrinsic_mvbits() 12209 lss = gfc_ss_terminator; in gfc_conv_intrinsic_mvbits() 12217 if (lss != gfc_ss_terminator) in gfc_conv_intrinsic_mvbits() 12221 argse[n].ss = lss; in gfc_conv_intrinsic_mvbits() 12222 gfc_mark_ss_chain_used (lss, 1); in gfc_conv_intrinsic_mvbits() 12228 lss = argse[n].ss; in gfc_conv_intrinsic_mvbits()
|
H A D | ChangeLog-2018 | 1411 on lss and lss if the corresponding expressions have it set. 1458 * trans-expr.c (gfc_trans_assignment_1): Set lss->no_bounds_check
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | trans-stmt.c | 4181 gfc_ss *lss, gfc_ss *rss, in generate_loop_for_temp_to_lhs() argument 4198 if (lss == gfc_ss_terminator) in generate_loop_for_temp_to_lhs() 4210 gfc_add_ss_to_loop (&loop, lss); in generate_loop_for_temp_to_lhs() 4215 gfc_mark_ss_chain_used (lss, 1); in generate_loop_for_temp_to_lhs() 4221 lse.ss = lss; in generate_loop_for_temp_to_lhs() 4252 if (lss == gfc_ss_terminator) in generate_loop_for_temp_to_lhs() 4288 tree count1, gfc_ss *lss, gfc_ss *rss, in generate_loop_for_rhs_to_temp() argument 4303 if (lss == gfc_ss_terminator) in generate_loop_for_rhs_to_temp() 4315 gfc_add_ss_to_loop (&loop, lss); in generate_loop_for_rhs_to_temp() 4354 if (lss == gfc_ss_terminator) in generate_loop_for_rhs_to_temp() [all …]
|
H A D | trans-expr.c | 4804 gfc_ss *lss; in gfc_conv_subref_array_arg() local 4948 lss = gfc_walk_expr (expr); in gfc_conv_subref_array_arg() 4950 lse.ss = lss; in gfc_conv_subref_array_arg() 4954 gfc_add_ss_to_loop (&loop2, lss); in gfc_conv_subref_array_arg() 4971 gfc_mark_ss_chain_used (lss, 1); in gfc_conv_subref_array_arg() 7944 gfc_ss *lss; in gfc_trans_subarray_assign() local 7967 lss = gfc_get_array_ss (gfc_ss_terminator, NULL, cm->as->rank, in gfc_trans_subarray_assign() 7969 lss_array = &lss->info->data.array; in gfc_trans_subarray_assign() 7986 gfc_add_ss_to_loop (&loop, lss); in gfc_trans_subarray_assign() 8001 lse.ss = lss; in gfc_trans_subarray_assign() [all …]
|
H A D | trans-array.c | 4863 gfc_could_be_alias (gfc_ss * lss, gfc_ss * rss) in gfc_could_be_alias() argument 4872 lexpr = lss->info->expr; in gfc_could_be_alias() 4894 for (lref = lexpr->ref; lref != lss->info->data.array.ref; lref = lref->next) in gfc_could_be_alias() 10310 gfc_ss *lss; in gfc_alloc_allocatable_for_assignment() local 10349 lss = loop->ss; in gfc_alloc_allocatable_for_assignment() 10350 for (; lss && lss != gfc_ss_terminator; lss = lss->loop_chain) in gfc_alloc_allocatable_for_assignment() 10351 if (lss->info->expr && lss->info->expr->expr_type == EXPR_VARIABLE) in gfc_alloc_allocatable_for_assignment() 10353 if (lss == gfc_ss_terminator) in gfc_alloc_allocatable_for_assignment() 10355 expr1 = lss->info->expr; in gfc_alloc_allocatable_for_assignment() 10364 lss = loop->ss; in gfc_alloc_allocatable_for_assignment() [all …]
|
/netbsd-src/sys/dev/ic/ |
H A D | bwfm.c | 1564 uint32_t coreinfo, nb, lss, banksize, bankinfo; in bwfm_chip_socram_ramsize() local 1578 lss = (coreinfo & BWFM_SOCRAM_COREINFO_LSS_MASK) in bwfm_chip_socram_ramsize() 1580 if (lss != 0) in bwfm_chip_socram_ramsize() 1583 if (lss != 0) in bwfm_chip_socram_ramsize() 1584 ramsize += (1 << ((lss - 1) + BWFM_SOCRAM_COREINFO_SRBSZ_BASE)); in bwfm_chip_socram_ramsize()
|
/netbsd-src/external/gpl3/binutils.old/dist/gas/doc/ |
H A D | c-vax.texi | 239 @code{geq}, @code{lss}, @code{gtru}, @code{lequ}, @code{vc}, @code{vs}, 267 @var{YYY} may be one of @code{lss leq}.
|
H A D | c-i386.texi | 1594 @item @samp{lfs}, @samp{lgs}, and @samp{lss} similarly allow for 16-
|
/netbsd-src/external/gpl3/binutils/dist/gas/doc/ |
H A D | c-vax.texi | 239 @code{geq}, @code{lss}, @code{gtru}, @code{lequ}, @code{vc}, @code{vs}, 267 @var{YYY} may be one of @code{lss leq}.
|
H A D | c-i386.texi | 1730 @item @samp{lfs}, @samp{lgs}, and @samp{lss} similarly allow for 16-
|
/netbsd-src/usr.bin/vgrind/ |
H A D | vgrindefs.src | 70 :kw=and begin decode define end eql eqv geq gtr if leave leq lss mod\
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
H A D | X86InstrSystem.td | 338 "lss{w}\t{$src, $dst|$dst, $src}", []>, TB, OpSize16; 340 "lss{l}\t{$src, $dst|$dst, $src}", []>, TB, OpSize32; 342 "lss{q}\t{$src, $dst|$dst, $src}", []>, TB;
|
/netbsd-src/external/bsd/file/dist/magic/magdir/ |
H A D | linux | 288 # file extension .lss .16
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/XCore/ |
H A D | XCoreInstrInfo.td | 379 def LSS_3r : F3R_np<0b11000, "lss">;
|