Home
last modified time | relevance | path

Searched defs:sp (Results 1 – 25 of 575) sorted by relevance

12345678910>>...23

/dflybsd-src/sys/net/sppp/
H A Dif_spppsubr.c458 struct sppp *sp = (struct sppp *)ifp; in sppp_input() local
671 struct sppp *sp = (struct sppp*) ifp; in sppp_output_serialized() local
928 struct sppp *sp = (struct sppp*) ifp; in sppp_attach() local
976 struct sppp **q, *p, *sp = (struct sppp*) ifp; in sppp_detach() local
1001 struct sppp *sp = (struct sppp*) ifp; in sppp_flush() local
1014 struct sppp *sp = (struct sppp*) ifp; in sppp_isempty() local
1030 struct sppp *sp = (struct sppp*) ifp; in sppp_dequeue() local
1061 struct sppp *sp = (struct sppp*)ifp; in sppp_pick() local
1084 struct sppp *sp = (struct sppp*) ifp; in sppp_ioctl() local
1203 sppp_cisco_input(struct sppp *sp, struct mbuf *m) in sppp_cisco_input()
[all …]
/dflybsd-src/contrib/nvi2/common/
H A Dmem.h20 #define BINC_GOTO(sp, type, lp, llen, nlen) { \ argument
33 #define BINC_GOTOC(sp, lp, llen, nlen) \ argument
35 #define BINC_GOTOW(sp, lp, llen, nlen) \ argument
37 #define BINC_RET(sp, type, lp, llen, nlen) { \ argument
50 #define BINC_RETC(sp, lp, llen, nlen) \ argument
52 #define BINC_RETW(sp, lp, llen, nlen) \ argument
60 #define GET_SPACE_GOTO(sp, type, bp, blen, nlen) { \ argument
74 #define GET_SPACE_GOTOC(sp, bp, blen, nlen) \ argument
76 #define GET_SPACE_GOTOW(sp, bp, blen, nlen) \ argument
78 #define GET_SPACE_RET(sp, type, bp, blen, nlen) { \ argument
[all …]
H A Doptions_f.c31 f_altwerase(SCR *sp, OPTION *op, char *str, u_long *valp) in f_altwerase()
42 f_columns(SCR *sp, OPTION *op, char *str, u_long *valp) in f_columns()
72 f_lines(SCR *sp, OPTION *op, char *str, u_long *valp) in f_lines()
125 f_lisp(SCR *sp, OPTION *op, char *str, u_long *valp) in f_lisp()
135 f_msgcat(SCR *sp, OPTION *op, char *str, u_long *valp) in f_msgcat()
145 f_print(SCR *sp, OPTION *op, char *str, u_long *valp) in f_print()
170 f_readonly(SCR *sp, OPTION *op, char *str, u_long *valp) in f_readonly()
187 f_recompile(SCR *sp, OPTION *op, char *str, u_long *valp) in f_recompile()
204 f_reformat(SCR *sp, OPTION *op, char *str, u_long *valp) in f_reformat()
214 f_ttywerase(SCR *sp, OPTION *op, char *str, u_long *valp) in f_ttywerase()
[all …]
H A Dkey.c99 v_key_init(SCR *sp) in v_key_init()
144 v_keyval(SCR *sp, int val, scr_keyval_t name) in v_keyval()
178 v_key_ilookup(SCR *sp) in v_key_ilookup()
202 v_key_len(SCR *sp, ARG_CHAR_T ch) in v_key_len()
216 v_key_name(SCR *sp, ARG_CHAR_T ach) in v_key_name()
322 v_key_val(SCR *sp, ARG_CHAR_T ch) in v_key_val()
344 v_event_push(SCR *sp, in v_event_push()
397 v_event_append(SCR *sp, EVENT *argp) in v_event_append()
522 v_event_get(SCR *sp, EVENT *argp, int timeout, u_int32_t flags) in v_event_get()
737 v_sync(SCR *sp, int flags) in v_sync()
[all …]
H A Dlog.c93 log_init(SCR *sp, EXF *ep) in log_init()
127 log_end(SCR *sp, EXF *ep) in log_end()
153 log_cursor(SCR *sp) in log_cursor()
180 log_cursor1(SCR *sp, int type) in log_cursor1()
216 log_line(SCR *sp, recno_t lno, u_int action) in log_line()
316 log_mark(SCR *sp, LMARK *lmp) in log_mark()
360 log_backward(SCR *sp, MARK *rp) in log_backward()
462 log_setline(SCR *sp) in log_setline()
546 log_forward(SCR *sp, MARK *rp) in log_forward()
641 log_err(SCR *sp, char *file, int line) in log_err()
[all …]
H A Dline.c34 db_eget(SCR *sp, in db_eget()
77 db_get(SCR *sp, in db_get()
199 db_delete(SCR *sp, recno_t lno) in db_delete()
253 db_append(SCR *sp, int update, recno_t lno, CHAR_T *p, size_t len) in db_append()
324 db_insert(SCR *sp, recno_t lno, CHAR_T *p, size_t len) in db_insert()
387 db_set(SCR *sp, recno_t lno, CHAR_T *p, size_t len) in db_set()
443 db_exist(SCR *sp, recno_t lno) in db_exist()
476 db_last(SCR *sp, recno_t *lnop) in db_last()
546 db_rget(SCR *sp, in db_rget()
574 db_rset(SCR *sp, recno_t lno, char *p, size_t len) in db_rset()
[all …]
/dflybsd-src/contrib/nvi2/vi/
H A Dv_scroll.c66 v_lgoto(SCR *sp, VICMD *vp) in v_lgoto()
103 v_home(SCR *sp, VICMD *vp) in v_home()
120 v_middle(SCR *sp, VICMD *vp) in v_middle()
141 v_bottom(SCR *sp, VICMD *vp) in v_bottom()
204 v_up(SCR *sp, VICMD *vp) in v_up()
226 v_cr(SCR *sp, VICMD *vp) in v_cr()
247 v_down(SCR *sp, VICMD *vp) in v_down()
268 v_hpageup(SCR *sp, VICMD *vp) in v_hpageup()
292 v_hpagedown(SCR *sp, VICMD *vp) in v_hpagedown()
320 v_pagedown(SCR *sp, VICMD *vp) in v_pagedown()
[all …]
H A Dv_ex.c39 v_again(SCR *sp, VICMD *vp) in v_again()
55 v_exmode(SCR *sp, VICMD *vp) in v_exmode()
91 v_join(SCR *sp, VICMD *vp) in v_join()
120 v_shiftl(SCR *sp, VICMD *vp) in v_shiftl()
136 v_shiftr(SCR *sp, VICMD *vp) in v_shiftr()
152 v_suspend(SCR *sp, VICMD *vp) in v_suspend()
168 v_switch(SCR *sp, VICMD *vp) in v_switch()
201 v_tagpush(SCR *sp, VICMD *vp) in v_tagpush()
217 v_tagpop(SCR *sp, VICMD *vp) in v_tagpop()
232 v_filter(SCR *sp, VICMD *vp) in v_filter()
[all …]
H A Dvs_smap.c41 vs_change(SCR *sp, recno_t lno, lnop_t op) in vs_change()
173 vs_sm_fill(SCR *sp, recno_t lno, pos_t pos) in vs_sm_fill()
307 vs_sm_delete(SCR *sp, recno_t lno) in vs_sm_delete()
355 vs_sm_insert(SCR *sp, recno_t lno) in vs_sm_insert()
409 vs_sm_reset(SCR *sp, recno_t lno) in vs_sm_reset()
514 vs_sm_scroll(SCR *sp, MARK *rp, recno_t count, scroll_t scmd) in vs_sm_scroll()
571 vs_sm_up(SCR *sp, MARK *rp, recno_t count, scroll_t scmd, SMAP *smp) in vs_sm_up()
747 vs_sm_1up(SCR *sp) in vs_sm_1up()
776 vs_deleteln(SCR *sp, int cnt) in vs_deleteln()
808 vs_sm_down(SCR *sp, MARK *rp, recno_t count, scroll_t scmd, SMAP *smp) in vs_sm_down()
[all …]
H A Dv_itxt.c65 v_iA(SCR *sp, VICMD *vp) in v_iA()
85 v_ia(SCR *sp, VICMD *vp) in v_ia()
122 v_iI(SCR *sp, VICMD *vp) in v_iI()
141 v_ii(SCR *sp, VICMD *vp) in v_ii()
174 v_iO(SCR *sp, VICMD *vp) in v_iO()
186 v_io(SCR *sp, VICMD *vp) in v_io()
192 io(SCR *sp, VICMD *vp, enum which cmd) in io()
242 v_change(SCR *sp, VICMD *vp) in v_change()
382 v_Replace(SCR *sp, VICMD *vp) in v_Replace()
416 v_subst(SCR *sp, VICMD *vp) in v_subst()
[all …]
H A Dv_ch.c34 v_chrepeat(SCR *sp, VICMD *vp) in v_chrepeat()
63 v_chrrepeat(SCR *sp, VICMD *vp) in v_chrrepeat()
102 v_cht(SCR *sp, VICMD *vp) in v_cht()
133 v_chf(SCR *sp, VICMD *vp) in v_chf()
190 v_chT(SCR *sp, VICMD *vp) in v_chT()
224 v_chF(SCR *sp, VICMD *vp) in v_chF()
278 noprev(SCR *sp) in noprev()
284 notfound(SCR *sp, ARG_CHAR_T ch) in notfound()
H A Dv_word.c76 v_wordW(SCR *sp, VICMD *vp) in v_wordW()
88 v_wordw(SCR *sp, VICMD *vp) in v_wordw()
98 fword(SCR *sp, VICMD *vp, enum which type) in fword()
236 v_wordE(SCR *sp, VICMD *vp) in v_wordE()
248 v_worde(SCR *sp, VICMD *vp) in v_worde()
258 eword(SCR *sp, VICMD *vp, enum which type) in eword()
382 v_wordB(SCR *sp, VICMD *vp) in v_wordB()
394 v_wordb(SCR *sp, VICMD *vp) in v_wordb()
404 bword(SCR *sp, VICMD *vp, enum which type) in bword()
H A Dgetc.c42 cs_init(SCR *sp, VCS *csp) in cs_init()
68 cs_next(SCR *sp, VCS *csp) in cs_next()
118 cs_fspace(SCR *sp, VCS *csp) in cs_fspace()
138 cs_fblank(SCR *sp, VCS *csp) in cs_fblank()
158 cs_prev(SCR *sp, VCS *csp) in cs_prev()
207 cs_bblank(SCR *sp, VCS *csp) in cs_bblank()
H A Dv_util.c34 v_eof(SCR *sp, MARK *mp) in v_eof()
57 v_eol(SCR *sp, MARK *mp) in v_eol()
80 v_nomove(SCR *sp) in v_nomove()
92 v_sof(SCR *sp, MARK *mp) in v_sof()
107 v_sol(SCR *sp) in v_sol()
134 v_emsg(SCR *sp, char *p, vim_t which) in v_emsg()
H A Dvs_split.c40 SCR *sp, in vs_split()
204 vs_vsplit(SCR *sp, SCR *new) in vs_vsplit()
294 vs_insert(SCR *sp, GS *gp) in vs_insert()
333 vs_discard(SCR *sp, SCR **spp) in vs_discard()
450 vs_join(SCR *sp, SCR **listp, jdir_t *jdirp) in vs_join()
610 vs_fg(SCR *sp, SCR **nspp, CHAR_T *name, int newscreen) in vs_fg()
663 vs_bg(SCR *sp) in vs_bg()
701 vs_swap(SCR *sp, SCR **nspp, char *name) in vs_swap()
796 vs_resize(SCR *sp, long int count, adj_t adj) in vs_resize()
913 vs_getbg(SCR *sp, char *name) in vs_getbg()
/dflybsd-src/sys/dev/disk/iscsi/initiator/
H A Disc_sm.c69 _async(isc_session_t *sp, pduq_t *pq) in _async()
79 _reject(isc_session_t *sp, pduq_t *pq) in _reject()
108 _r2t(isc_session_t *sp, pduq_t *pq) in _r2t()
128 _scsi_rsp(isc_session_t *sp, pduq_t *pq) in _scsi_rsp()
144 _read_data(isc_session_t *sp, pduq_t *pq) in _read_data()
166 _nop_out(isc_session_t *sp) in _nop_out()
195 _nop_in(isc_session_t *sp, pduq_t *pq) in _nop_in()
260 i_prepPDU(isc_session_t *sp, pduq_t *pq) in i_prepPDU()
303 isc_qout(isc_session_t *sp, pduq_t *pq) in isc_qout()
334 ism_restart(isc_session_t *sp) in ism_restart()
[all …]
H A Disc_cam.c55 ic_freeze(isc_session_t *sp) in ic_freeze()
69 ic_release(isc_session_t *sp) in ic_release()
82 ic_lost_target(isc_session_t *sp, int target) in ic_lost_target()
100 isc_session_t *sp = (isc_session_t *)ccb->ccb_h.spriv_ptr0; in _scan_callback() local
112 _scan_target(isc_session_t *sp, int target) in _scan_target()
136 isc_session_t *sp = (isc_session_t *)dev->si_drv2; in ic_fullfeature() local
206 isc_session_t *sp; in ic_action() local
319 ic_getCamVals(isc_session_t *sp, iscsi_cam_t *cp) in ic_getCamVals()
/dflybsd-src/contrib/nvi2/cl/
H A Dcl_funcs.c35 addstr4(SCR *sp, void *str, size_t len, int wide) in addstr4()
78 cl_waddstr(SCR *sp, const CHAR_T *str, size_t len) in cl_waddstr()
90 cl_addstr(SCR *sp, const char *str, size_t len) in cl_addstr()
102 cl_attr(SCR *sp, scr_attr_t attribute, int on) in cl_attr()
189 cl_baud(SCR *sp, u_long *ratep) in cl_baud()
230 cl_bell(SCR *sp) in cl_bell()
254 cl_clrtoeol(SCR *sp) in cl_clrtoeol()
283 cl_cursor(SCR *sp, size_t *yp, size_t *xp) in cl_cursor()
309 cl_deleteln(SCR *sp) in cl_deleteln()
387 cl_ex_adjust(SCR *sp, exadj_t action) in cl_ex_adjust()
[all …]
/dflybsd-src/contrib/ncurses/ncurses/tty/
H A Dhashmap.c89 # define screen_lines(sp) MAXLINES argument
90 # define TEXTWIDTH(sp) 1 argument
94 # define OLDNUM(sp,n) oldnums[n] argument
95 # define OLDTEXT(sp,n) oldtext[n] argument
96 # define NEWTEXT(sp,m) newtext[m] argument
97 # define PENDING(sp,n) 1 argument
109 #define oldhash(sp) ((sp)->oldhash) argument
110 #define newhash(sp) ((sp)->newhash) argument
111 #define hashtab(sp) ((sp)->hashtab) argument
112 #define lines_alloc(sp) ((sp)->hashtab_len) argument
[all …]
/dflybsd-src/contrib/nvi2/ex/
H A Dex_tag.c55 ex_tag_first(SCR *sp, CHAR_T *tagarg) in ex_tag_first()
88 ex_tag_push(SCR *sp, EXCMD *cmdp) in ex_tag_push()
138 ex_tag_next(SCR *sp, EXCMD *cmdp) in ex_tag_next()
178 ex_tag_prev(SCR *sp, EXCMD *cmdp) in ex_tag_prev()
218 ex_tag_nswitch(SCR *sp, TAG *tp, int force) in ex_tag_nswitch()
252 ex_tag_Nswitch(SCR *sp, TAG *tp, int force) in ex_tag_Nswitch()
306 ex_tag_pop(SCR *sp, EXCMD *cmdp) in ex_tag_pop()
385 ex_tag_top(SCR *sp, EXCMD *cmdp) in ex_tag_top()
407 tag_pop(SCR *sp, TAGQ *dtqp, int force) in tag_pop()
460 ex_tag_display(SCR *sp) in ex_tag_display()
[all …]
H A Dex_print.c36 ex_list(SCR *sp, EXCMD *cmdp) in ex_list()
54 ex_number(SCR *sp, EXCMD *cmdp) in ex_number()
72 ex_pr(SCR *sp, EXCMD *cmdp) in ex_pr()
88 ex_print(SCR *sp, EXCMD *cmdp, MARK *fp, MARK *tp, u_int32_t flags) in ex_print()
143 ex_ldisplay(SCR *sp, const CHAR_T *p, size_t len, size_t col, u_int flags) in ex_ldisplay()
164 ex_scprint(SCR *sp, MARK *fp, MARK *tp) in ex_scprint()
199 ex_prchars(SCR *sp, const CHAR_T *p, size_t *colp, size_t len, in ex_prchars()
261 SCR *sp, in ex_printf()
290 ex_puts(SCR *sp, const char *str) in ex_puts()
316 ex_fflush(SCR *sp) in ex_fflush()
H A Dex_cscope.c106 ex_cscope(SCR *sp, EXCMD *cmdp) in ex_cscope()
153 start_cscopes(SCR *sp, EXCMD *cmdp) in start_cscopes()
193 cscope_add(SCR *sp, EXCMD *cmdp, CHAR_T *dname) in cscope_add()
294 get_paths(SCR *sp, CSC *csc) in get_paths()
370 run_cscope(SCR *sp, CSC *csc, char *dbname) in run_cscope()
450 cscope_find(SCR *sp, EXCMD *cmdp, CHAR_T *pattern) in cscope_find()
594 create_cs_cmd(SCR *sp, char *pattern, size_t *searchp) in create_cs_cmd()
664 parse(SCR *sp, CSC *csc, TAGQ *tqp, int *matchesp) in parse()
793 csc_file(SCR *sp, CSC *csc, char *name, char **dirp, size_t *dlenp, int *isolderp) in csc_file()
829 cscope_help(SCR *sp, EXCMD *cmdp, CHAR_T *subcmd) in cscope_help()
[all …]
/dflybsd-src/contrib/ncurses/ncurses/base/
H A Dlib_mouse.c182 #define FirstEV(sp) ((sp)->_mouse_events) argument
183 #define LastEV(sp) ((sp)->_mouse_events + EV_MAX - 1) argument
195 #define IndexEV(sp, ep) (ep - FirstEV(sp)) argument
197 #define RunParams(sp, eventp, runp) \ argument
203 _trace_slot(SCREEN *sp, const char *tag) in _trace_slot()
221 # define M_FD(sp) sp->_mouse_fd argument
224 write_event(SCREEN *sp, int down, int button, int x, int y) in write_event()
243 SCREEN *sp = (SCREEN *) param; in mouse_server() local
310 sysmouse_server(SCREEN *sp) in sysmouse_server()
377 init_xterm_mouse(SCREEN *sp) in init_xterm_mouse()
[all …]
H A Dlib_getch.c51 #define GetEscdelay(sp) *_nc_ptr_Escdelay(sp) argument
59 _nc_ptr_Escdelay(SCREEN *sp) in _nc_ptr_Escdelay()
132 SCREEN *sp = _nc_screen_of(win); in _nc_use_meta() local
151 check_mouse_activity(SCREEN *sp, int delay EVENTLIST_2nd(_nc_eventlist * evl)) in check_mouse_activity()
193 fifo_peek(SCREEN *sp) in fifo_peek()
203 fifo_pull(SCREEN *sp) in fifo_pull()
342 fifo_clear(SCREEN *sp) in fifo_clear()
355 SCREEN *sp = _nc_screen_of(win); in recur_wrefresh() local
377 SCREEN *sp = _nc_screen_of(win); in recur_wgetnstr() local
411 SCREEN *sp; in _nc_wgetch() local
[all …]
/dflybsd-src/usr.sbin/installer/libinstaller/
H A Ddiskutil.c85 struct subpartition *sp; in storage_get_tmpfs_status() local
515 struct subpartition *sp; in subpartition_new_hammer() local
578 struct subpartition *sp; in subpartition_new_hammer2() local
647 struct subpartition *sp; in subpartition_new_ufs() local
746 struct subpartition *sp = s->subpartition_head; in subpartition_find() local
775 struct subpartition *sp = s->subpartition_head; in subpartition_of() local
802 struct subpartition *sp = s->subpartition_head; in subpartition_find_capacity() local
814 subpartition_next(const struct subpartition *sp) in subpartition_next()
820 subpartition_get_pfs(const struct subpartition *sp) in subpartition_get_pfs()
832 subpartition_get_device_name(const struct subpartition *sp) in subpartition_get_device_name()
[all …]

12345678910>>...23