Home
last modified time | relevance | path

Searched refs:sp (Results 1 – 25 of 1369) sorted by relevance

12345678910>>...55

/freebsd/sbin/ipf/libipf/
H A Dprintstate.c58 sp->is_send, sp->is_dend, in printstate()
59 sp->is_maxswin, sp->is_swinscale, in printstate()
63 sp->is_smsk[0], sp->is_smsk[1], sp->is_isc, in printstate()
64 sp->is_s0[0], sp->is_s0[1]); in printstate()
91 sp->is_pkts[0], sp->is_bytes[0], in printstate()
92 sp->is_pkts[1], sp->is_bytes[1], in printstate()
93 sp->is_pkts[2], sp->is_bytes[2], in printstate()
177 sp->is_flags & 0xf, sp->is_flags, sp->is_flags >> 4); in printstate()
179 sp->is_opt[0], sp->is_optmsk[1], sp->is_opt[1]); in printstate()
181 sp->is_secmsk, sp->is_sec, sp->is_authmsk, in printstate()
[all …]
H A Dprintstatefields.c82 printstatefield(sp, i); in printstatefield()
202 PRINTF("%d", sp->is_ref); in printstatefield()
222 PRINTF("%s", hostname(sp->is_v, &sp->is_src.in4)); in printstatefield()
226 PRINTF("%s", hostname(sp->is_v, &sp->is_dst.in4)); in printstatefield()
238 PRINTF("%d", sp->is_type); in printstatefield()
242 PRINTF("%#x", sp->is_pass); in printstatefield()
246 PRINTF("%d", sp->is_p); in printstatefield()
250 PRINTF("%d", sp->is_v); in printstatefield()
254 PRINTF("%d", sp->is_hv); in printstatefield()
258 PRINTF("%d", sp->is_tag); in printstatefield()
[all …]
/freebsd/contrib/nvi/vi/
H A Dvs_refresh.c41 SCR *sp, in vs_repaint() argument
63 SCR *sp, in vs_refresh() argument
160 SCR *sp, in vs_paint() argument
248 for (; lcnt && sp->t_rows != sp->t_maxrows; in vs_paint()
259 for (; lcnt && sp->t_rows != sp->t_maxrows; in vs_paint()
270 for (; sp->t_rows > sp->t_minrows; in vs_paint()
739 (void)vs_column(sp, &sp->rcm); in vs_paint()
794 (void)gp->scr_move(sp, LASTLINE(sp), 0); in vs_modeline()
802 CHAR2INT(sp, sp->frp->name, strlen(sp->frp->name) + 1, wp, l); in vs_modeline()
825 KEY_NAME(sp, ' '), KEY_LEN(sp, ' ')); in vs_modeline()
[all …]
H A Dvs_split.c116 sp->t_maxrows = IS_ONELINE(sp) ? 1 : sp->rows - 1; in vs_split()
132 if (sp->t_rows > sp->t_maxrows) in vs_split()
133 sp->t_rows = sp->t_maxrows; in vs_split()
135 sp->t_minrows = sp->t_maxrows; in vs_split()
144 sp->t_minrows = sp->t_rows = IS_ONELINE(sp) ? 1 : sp->rows - 1; in vs_split()
159 _TMAP(sp) = IS_ONELINE(sp) ? in vs_split()
160 _HMAP(sp) : _HMAP(sp) + (sp->t_rows - 1); in vs_split()
349 sp->frp->lno = sp->lno; in vs_discard()
350 sp->frp->cno = sp->cno; in vs_discard()
720 sp->frp->lno = sp->lno; in vs_swap()
[all …]
H A Dvs_msg.c93 (void)gp->scr_move(sp, LASTLINE(sp), 0); in vs_busy()
109 (void)gp->scr_move(sp, LASTLINE(sp), 0); in vs_busy()
146 (void)sp->gp->scr_move(sp, LASTLINE(sp), 0); in vs_home()
147 (void)sp->gp->scr_refresh(sp, 0); in vs_home()
189 (void)gp->scr_move(sp, LASTLINE(sp), 0); in vs_update()
277 if (sp->gp->scr_screen(sp, SC_EX)) in vs_msg()
294 (void)sp->gp->scr_screen(sp, SC_VI); in vs_msg()
444 (void)gp->scr_move(sp, LASTLINE(sp), 0); in vs_output()
549 if (sp->gp->scr_screen(sp, SC_VI)) in vs_ex_resolve()
668 msgq_status(sp, sp->lno, MSTAT_TRUNCATE); in vs_resolve()
[all …]
H A Dv_ex.c59 gp = sp->gp; in v_exmode()
70 sp->frp->lno = sp->lno; in v_exmode()
71 sp->frp->cno = sp->cno; in v_exmode()
206 argv_exp0(sp, &cmd, VIP(sp)->keyw, STRLEN(VIP(sp)->keyw) + 1); in v_tagpush()
289 vs_home(sp); in v_filter()
372 if (O_STR(sp, O_CEDIT) != NULL && v_ecl_log(sp, tp)) in v_ex()
467 if (db_eget(sp, sp->lno, NULL, &len, NULL)) { in v_ex_done()
522 sp->ccl_parent = sp; in v_ecl()
550 if (db_get(sp, sp->lno, 0, &p, &len) && sp->lno == 1) { in v_ecl_exec()
564 sp->nextdisp = sp->ccl_parent; in v_ecl_exec()
[all …]
H A Dvs_smap.c129 (void)sp->gp->scr_cursor(sp, &oldy, &oldx); in vs_change()
154 (void)sp->gp->scr_move(sp, oldy, oldx); in vs_change()
326 (void)sp->gp->scr_move(sp, p - HMAP, 0); in vs_sm_delete()
381 (void)sp->gp->scr_move(sp, p - HMAP, 0); in vs_sm_insert()
632 sp->t_rows != sp->t_maxrows; --count, ++sp->t_rows) { in vs_sm_up()
702 sp->rcm % sp->cols); in vs_sm_up()
753 (void)sp->gp->scr_move(sp, 0, 0); in vs_sm_1up()
852 sp->t_rows != sp->t_maxrows; --count, ++sp->t_rows) { in vs_sm_down()
937 sp->rcm % sp->cols); in vs_sm_down()
966 for (; sp->t_rows > sp->t_minrows; --sp->t_rows, --TMAP) { in vs_sm_erase()
[all …]
H A Dvi.c84 (void)sp->gp->scr_rename(sp, sp->frp->name, 1); in vi()
106 (void)vs_column(sp, &sp->rcm); in vi()
259 (void)sp->gp->scr_rename(sp, sp->frp->name, 1); in vi()
377 sp = sp->nextdisp; in vi()
379 (void)sp->gp->scr_rename(sp, sp->frp->name, 1); in vi()
392 (void)sp->gp->scr_rename(sp, sp->frp->name, 1); in vi()
701 (void)sp->gp->scr_bell(sp); in v_cmd()
955 sp->t_rows = sp->t_minrows = O_VAL(sp, O_WINDOW); in v_init()
958 sp->t_minrows = sp->t_rows = sp->rows - 1; in v_init()
966 sp->roff = sp->coff = 0; in v_init()
[all …]
/freebsd/crypto/openssl/crypto/ec/asm/
H A Decp_nistz256-ppc64.pl108 stdu $sp,-128($sp)
145 addi $sp,$sp,128
156 stdu $sp,-128($sp)
192 addi $sp,$sp,128
204 stdu $sp,-128($sp)
232 addi $sp,$sp,128
267 addi $sp,$sp,128
307 addi $sp,$sp,128
358 addi $sp,$sp,128
394 addi $sp,$sp,128
[all …]
/freebsd/contrib/llvm-project/compiler-rt/lib/orc/
H A Dmacho_tlv.arm64.S23 sub sp, sp, #REGISTER_SAVE_SPACE_SIZE
24 stp x29, x30, [sp, #16 * 1]
25 stp x27, x28, [sp, #16 * 2]
26 stp x25, x26, [sp, #16 * 3]
27 stp x23, x24, [sp, #16 * 4]
28 stp x21, x22, [sp, #16 * 5]
29 stp x19, x20, [sp, #16 * 6]
30 stp x17, x18, [sp, #16 * 7]
31 stp x15, x16, [sp, #16 * 8]
32 stp x13, x14, [sp, #16 * 9]
[all …]
H A Delfnix_tls.aarch64.S24 sub sp, sp, #REGISTER_SAVE_SPACE_SIZE
25 stp x29, x30, [sp, #16 * 1]
26 stp x27, x28, [sp, #16 * 2]
27 stp x25, x26, [sp, #16 * 3]
28 stp x23, x24, [sp, #16 * 4]
29 stp x21, x22, [sp, #16 * 5]
30 stp x19, x20, [sp, #16 * 6]
31 stp x17, x18, [sp, #16 * 7]
32 stp x15, x16, [sp, #16 * 8]
33 stp x13, x14, [sp, #16 * 9]
[all …]
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_strtab.c57 sp->str_nbufs++; in dt_strtab_grow()
60 sp->str_bufs[sp->str_nbufs - 1] = sp->str_ptr; in dt_strtab_grow()
73 if (sp == NULL) in dt_strtab_create()
94 return (sp); in dt_strtab_create()
122 free(sp); in dt_strtab_destroy()
157 if (buf == sp->str_bufs[b] + sp->str_bufsz) in dt_strtab_compare()
160 resid = sp->str_bufs[b] + sp->str_bufsz - buf; in dt_strtab_compare()
184 if (sp->str_ptr == sp->str_bufs[b] + sp->str_bufsz) { in dt_strtab_copyin()
190 resid = sp->str_bufs[b] + sp->str_bufsz - sp->str_ptr; in dt_strtab_copyin()
203 free(sp->str_bufs[--sp->str_nbufs]); in dt_strtab_copyin()
[all …]
/freebsd/sys/riscv/riscv/
H A Dexception.S42 addi sp, sp, -(TF_SIZE)
44 sd ra, (TF_RA)(sp)
92 add t0, sp, t1
181 addi sp, sp, (TF_SIZE)
200 mv a0, sp
209 csrrw sp, sscratch, sp
210 beqz sp, 1f
215 csrrw sp, sscratch, sp
221 mv a0, sp
229 mv a0, sp
[all …]
/freebsd/contrib/nvi/common/
H A Dscreen.c36 SCR *sp; in screen_init() local
41 *spp = sp; in screen_init()
45 sp->refcnt = 1; in screen_init()
90 MALLOC(sp, sp->newl, len); in screen_init()
113 *spp = sp; in screen_init()
143 TAILQ_REMOVE(sp->gp->dq, sp, q); in screen_end()
156 if (!F_ISSET(sp, SC_ARGNOFREE) && sp->argv != NULL) { in screen_end()
171 free(sp->re); in screen_end()
181 conv_end(sp); in screen_end()
187 free(sp); in screen_end()
[all …]
H A Doptions_f.c34 O_CLR(sp, O_TTYWERASE); in f_altwerase()
102 sp->defscroll = 1; in f_lines()
104 if (O_VAL(sp, O_WINDOW) == O_D_VAL(sp, O_WINDOW) || in f_lines()
112 if (O_VAL(sp, O_WINDOW) == O_D_VAL(sp, O_WINDOW) || in f_lines()
152 O_SET(sp, offset); in f_print()
154 O_CLR(sp, offset); in f_print()
159 v_key_ilookup(sp); in f_print()
190 regfree(&sp->re_c); in f_recompile()
230 if (sp->gp->scr_baud(sp, &v)) in f_w300()
247 if (sp->gp->scr_baud(sp, &v)) in f_w1200()
[all …]
/freebsd/sys/geom/bde/
H A Dg_bde_work.c162 sp = malloc(sizeof *sp, M_GBDE, M_NOWAIT | M_ZERO); in g_bde_new_sector()
210 bzero(sp->data, sp->size); in g_bde_purge_one_sector()
229 if (sp != NULL && sp->ref == 0 && sp->used + 300 < time_uptime) in g_bde_get_keysector()
237 sp->ref++; in g_bde_get_keysector()
250 if (sp != NULL && sp->ref > 0) in g_bde_get_keysector()
276 return(sp); in g_bde_get_keysector()
294 sp->ref--; in g_bde_release_keysector()
338 bzero(sp->data, sp->size); in g_bde_purge_sector()
446 KASSERT(sp == wp->sp, ("trashed delete op")); in g_bde_write_done()
453 KASSERT(sp == wp->sp || sp == wp->ksp, ("trashed write op")); in g_bde_write_done()
[all …]
/freebsd/crypto/openssl/crypto/sha/asm/
H A Dkeccak1600p8-ppc.pl59 my $sp ="r1";
229 $STU $sp,-$FRAME($sp)
348 lvx v20,r10,$sp
350 lvx v21,r11,$sp
352 lvx v22,r10,$sp
354 lvx v23,r11,$sp
356 lvx v24,r10,$sp
358 lvx v25,r11,$sp
370 addi $sp,$sp,$FRAME
385 $STU $sp,-$FRAME($sp)
[all …]
/freebsd/contrib/nvi/ex/
H A Dex_args.c61 CHAR2INT(sp, sp->cargv[1], strlen(sp->cargv[1]) + 1, in ex_next()
78 if (!F_ISSET(sp, SC_ARGNOFREE) && sp->argv != NULL) { in ex_next()
97 sp->cargv = sp->argv; in ex_next()
98 if ((frp = file_add(sp, *sp->cargv)) == NULL) in ex_next()
105 if ((frp = file_add(sp, sp->cargv[1])) == NULL) in ex_next()
135 if (screen_init(sp->gp, sp, &new)) in ex_N_next()
178 if (sp->cargv == sp->argv) { in ex_prev()
184 CHAR2INT(sp, sp->cargv[-1], strlen(sp->cargv[-1]) + 1, in ex_prev()
195 if ((frp = file_add(sp, sp->cargv[-1])) == NULL) in ex_prev()
239 sp->cargv = sp->argv; in ex_rew()
[all …]
H A Dex_subst.c85 sp->c_suffix = sp->g_suffix = 0; in ex_s()
139 re_compile(sp, sp->re, sp->re_len, in ex_s()
220 MEMCPY(t, sp->repl, sp->repl_len); in ex_s()
258 re_compile(sp, sp->subre, sp->subre_len, in ex_subagain()
280 if (!F_ISSET(sp, SC_RE_SEARCH) && re_compile(sp, sp->re, in ex_subtilde()
368 sp->c_suffix = sp->g_suffix = 0; in s()
432 sp->c_suffix = !sp->c_suffix; in s()
439 sp->g_suffix = !sp->g_suffix; in s()
629 vs_update(sp, msg_cat(sp, in s()
846 if (!sp->c_suffix && (sp->lno != slno || sp->cno != scno)) { in s()
[all …]
/freebsd/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_trampoline_mips64.S24 daddiu $sp, $sp, -144
31 sd $a4, 96($sp)
32 sd $a3, 88($sp)
33 sd $a2, 80($sp)
34 sd $a1, 72($sp)
35 sd $a0, 64($sp)
42 sdc1 $f13, 8($sp)
43 sdc1 $f12, 0($sp)
80 daddiu $sp, $sp, 144
94 daddiu $sp, $sp, -64
[all …]
/freebsd/contrib/ncurses/ncurses/base/
H A Dlib_set_term.c215 free(sp); in delscreen()
325 sp = *spp; in NCURSES_SP_NAME()
327 if (!sp) { in NCURSES_SP_NAME()
330 *spp = sp; in NCURSES_SP_NAME()
332 if (!sp in NCURSES_SP_NAME()
369 TCBOf(sp)->csp = sp; in NCURSES_SP_NAME()
370 _nc_get_screensize(sp, sp->_term, &slines, &scolumns); in NCURSES_SP_NAME()
428 if ((sp->out_buffer = malloc(sp->out_limit)) == 0) in NCURSES_SP_NAME()
500 sp->_default_fg, sp->_default_bg)); in NCURSES_SP_NAME()
558 sp->_xmc_triggers = sp->_ok_attributes & XMC_CONFLICT; in NCURSES_SP_NAME()
[all …]
H A Dlib_getch.c52 #define GetEscdelay(sp) *_nc_ptr_Escdelay(sp) argument
134 return (sp ? sp->_use_meta : 0); in _nc_use_meta()
274 sp->_mouse_event(sp); in fifo_push()
282 sp->_mouse_event(sp); in fifo_push()
287 sp->_mouse_event(sp); in fifo_push()
295 sp->_mouse_event(sp); in fifo_push()
311 if (NC_ISATTY(sp->_ifd) && IsTermInfoOnConsole(sp) && sp->_cbreak) { in fifo_push()
324 if (NC_ISATTY(sp->_ifd) && IsTermInfoOnConsole(sp) && sp->_cbreak) in fifo_push()
382 memset(sp->_fifo, 0, sizeof(sp->_fifo)); in fifo_clear()
567 if (sp->_mouse_inline(sp)) in _nc_wgetch()
[all …]
/freebsd/crypto/heimdal/lib/krb5/
H A Dstore.c190 return (*sp->trunc)(sp, offset); in krb5_storage_truncate()
208 return sp->fetch(sp, buf, len); in krb5_storage_read()
226 return sp->store(sp, buf, len); in krb5_storage_write()
274 (*sp->free)(sp); in krb5_storage_free()
306 sp->seek(sp, pos, SEEK_SET); in krb5_storage_to_data()
310 sp->seek(sp, 0, SEEK_SET); in krb5_storage_to_data()
312 sp->seek(sp, pos, SEEK_SET); in krb5_storage_to_data()
328 ret = sp->store(sp, v, len); in krb5_store_int()
386 ret = sp->fetch(sp, v, len); in krb5_ret_int()
766 ret = sp->store(sp, s, len); in krb5_store_stringz()
[all …]
/freebsd/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dstrtab.c44 sp->str_nbufs++; in strtab_grow()
45 sp->str_bufs = xrealloc(sp->str_bufs, sp->str_nbufs * sizeof (char *)); in strtab_grow()
46 sp->str_ptr = xmalloc(sp->str_bufsz); in strtab_grow()
47 sp->str_bufs[sp->str_nbufs - 1] = sp->str_ptr; in strtab_grow()
115 if (buf == sp->str_bufs[b] + sp->str_bufsz) in strtab_compare()
118 resid = sp->str_bufs[b] + sp->str_bufsz - buf; in strtab_compare()
139 if (sp->str_ptr == sp->str_bufs[b] + sp->str_bufsz) { in strtab_copyin()
144 resid = sp->str_bufs[b] + sp->str_bufsz - sp->str_ptr; in strtab_copyin()
216 n = sp->str_ptr - sp->str_bufs[i]; in strtab_write()
245 if (buf == sp->str_bufs[b] + sp->str_bufsz) in strtab_print()
[all …]
/freebsd/libexec/rtld-elf/riscv/
H A Drtld_start.S45 addi sp, sp, -16 /* Make room for obj_main & exit proc */
66 addi sp, sp, -(8 * 18)
67 sd a0, (8 * 0)(sp)
68 sd a1, (8 * 1)(sp)
69 sd a2, (8 * 2)(sp)
70 sd a3, (8 * 3)(sp)
71 sd a4, (8 * 4)(sp)
72 sd a5, (8 * 5)(sp)
73 sd a6, (8 * 6)(sp)
74 sd a7, (8 * 7)(sp)
[all …]

12345678910>>...55