Home
last modified time | relevance | path

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

12345678910>>...36

/NextBSD/crypto/heimdal/lib/krb5/
HDstore.c53 krb5_storage_set_flags(krb5_storage *sp, krb5_flags flags) in krb5_storage_set_flags()
68 krb5_storage_clear_flags(krb5_storage *sp, krb5_flags flags) in krb5_storage_clear_flags()
86 krb5_storage_is_flags(krb5_storage *sp, krb5_flags flags) in krb5_storage_is_flags()
104 krb5_storage_set_byteorder(krb5_storage *sp, krb5_flags byteorder) in krb5_storage_set_byteorder()
117 krb5_storage_get_byteorder(krb5_storage *sp) in krb5_storage_get_byteorder()
132 krb5_storage_set_max_alloc(krb5_storage *sp, size_t size) in krb5_storage_set_max_alloc()
139 size_too_large(krb5_storage *sp, size_t size) in size_too_large()
147 size_too_large_num(krb5_storage *sp, size_t count, size_t size) in size_too_large_num()
171 krb5_storage_seek(krb5_storage *sp, off_t offset, int whence) in krb5_storage_seek()
188 krb5_storage_truncate(krb5_storage *sp, off_t offset) in krb5_storage_truncate()
[all …]
HDstore_mem.c44 mem_fetch(krb5_storage *sp, void *data, size_t size) in mem_fetch()
55 mem_store(krb5_storage *sp, const void *data, size_t size) in mem_store()
66 mem_no_store(krb5_storage *sp, const void *data, size_t size) in mem_no_store()
72 mem_seek(krb5_storage *sp, off_t offset, int whence) in mem_seek()
95 mem_trunc(krb5_storage *sp, off_t offset) in mem_trunc()
107 mem_no_trunc(krb5_storage *sp, off_t offset) in mem_no_trunc()
128 krb5_storage *sp = malloc(sizeof(krb5_storage)); in krb5_storage_from_mem() local
187 krb5_storage *sp = malloc(sizeof(krb5_storage)); in krb5_storage_from_readonly_mem() local
HDstore_fd.c44 fd_fetch(krb5_storage * sp, void *data, size_t size) in fd_fetch()
50 fd_store(krb5_storage * sp, const void *data, size_t size) in fd_store()
56 fd_seek(krb5_storage * sp, off_t offset, int whence) in fd_seek()
62 fd_trunc(krb5_storage * sp, off_t offset) in fd_trunc()
70 fd_free(krb5_storage * sp) in fd_free()
91 krb5_storage *sp; in krb5_storage_from_fd() local
/NextBSD/contrib/nvi/vi/
HDv_scroll.c70 v_lgoto(SCR *sp, VICMD *vp) in v_lgoto()
107 v_home(SCR *sp, VICMD *vp) in v_home()
124 v_middle(SCR *sp, VICMD *vp) in v_middle()
145 v_bottom(SCR *sp, VICMD *vp) in v_bottom()
208 v_up(SCR *sp, VICMD *vp) in v_up()
230 v_cr(SCR *sp, VICMD *vp) in v_cr()
251 v_down(SCR *sp, VICMD *vp) in v_down()
272 v_hpageup(SCR *sp, VICMD *vp) in v_hpageup()
296 v_hpagedown(SCR *sp, VICMD *vp) in v_hpagedown()
324 v_pagedown(SCR *sp, VICMD *vp) in v_pagedown()
[all …]
HDv_ex.c43 v_again(SCR *sp, VICMD *vp) in v_again()
59 v_exmode(SCR *sp, VICMD *vp) in v_exmode()
95 v_join(SCR *sp, VICMD *vp) in v_join()
124 v_shiftl(SCR *sp, VICMD *vp) in v_shiftl()
140 v_shiftr(SCR *sp, VICMD *vp) in v_shiftr()
156 v_suspend(SCR *sp, VICMD *vp) in v_suspend()
172 v_switch(SCR *sp, VICMD *vp) in v_switch()
205 v_tagpush(SCR *sp, VICMD *vp) in v_tagpush()
221 v_tagpop(SCR *sp, VICMD *vp) in v_tagpop()
236 v_filter(SCR *sp, VICMD *vp) in v_filter()
[all …]
HDvs_smap.c45 vs_change(SCR *sp, recno_t lno, lnop_t op) in vs_change()
177 vs_sm_fill(SCR *sp, recno_t lno, pos_t pos) in vs_sm_fill()
311 vs_sm_delete(SCR *sp, recno_t lno) in vs_sm_delete()
359 vs_sm_insert(SCR *sp, recno_t lno) in vs_sm_insert()
413 vs_sm_reset(SCR *sp, recno_t lno) in vs_sm_reset()
518 vs_sm_scroll(SCR *sp, MARK *rp, recno_t count, scroll_t scmd) in vs_sm_scroll()
575 vs_sm_up(SCR *sp, MARK *rp, recno_t count, scroll_t scmd, SMAP *smp) in vs_sm_up()
751 vs_sm_1up(SCR *sp) in vs_sm_1up()
780 vs_deleteln(SCR *sp, int cnt) in vs_deleteln()
812 vs_sm_down(SCR *sp, MARK *rp, recno_t count, scroll_t scmd, SMAP *smp) in vs_sm_down()
[all …]
HDgetc.c46 cs_init(SCR *sp, VCS *csp) in cs_init()
72 cs_next(SCR *sp, VCS *csp) in cs_next()
122 cs_fspace(SCR *sp, VCS *csp) in cs_fspace()
142 cs_fblank(SCR *sp, VCS *csp) in cs_fblank()
162 cs_prev(SCR *sp, VCS *csp) in cs_prev()
211 cs_bblank(SCR *sp, VCS *csp) in cs_bblank()
HDv_ch.c38 v_chrepeat(SCR *sp, VICMD *vp) in v_chrepeat()
67 v_chrrepeat(SCR *sp, VICMD *vp) in v_chrrepeat()
106 v_cht(SCR *sp, VICMD *vp) in v_cht()
137 v_chf(SCR *sp, VICMD *vp) in v_chf()
194 v_chT(SCR *sp, VICMD *vp) in v_chT()
219 v_chF(SCR *sp, VICMD *vp) in v_chF()
273 noprev(SCR *sp) in noprev()
279 notfound(SCR *sp, ARG_CHAR_T ch) in notfound()
HDv_util.c38 v_eof(SCR *sp, MARK *mp) in v_eof()
61 v_eol(SCR *sp, MARK *mp) in v_eol()
84 v_nomove(SCR *sp) in v_nomove()
96 v_sof(SCR *sp, MARK *mp) in v_sof()
111 v_sol(SCR *sp) in v_sol()
138 v_emsg(SCR *sp, char *p, vim_t which) in v_emsg()
HDv_itxt.c69 v_iA(SCR *sp, VICMD *vp) in v_iA()
89 v_ia(SCR *sp, VICMD *vp) in v_ia()
126 v_iI(SCR *sp, VICMD *vp) in v_iI()
145 v_ii(SCR *sp, VICMD *vp) in v_ii()
178 v_iO(SCR *sp, VICMD *vp) in v_iO()
190 v_io(SCR *sp, VICMD *vp) in v_io()
196 io(SCR *sp, VICMD *vp, enum which cmd) in io()
246 v_change(SCR *sp, VICMD *vp) in v_change()
386 v_Replace(SCR *sp, VICMD *vp) in v_Replace()
420 v_subst(SCR *sp, VICMD *vp) in v_subst()
[all …]
HDv_word.c80 v_wordW(SCR *sp, VICMD *vp) in v_wordW()
92 v_wordw(SCR *sp, VICMD *vp) in v_wordw()
102 fword(SCR *sp, VICMD *vp, enum which type) in fword()
240 v_wordE(SCR *sp, VICMD *vp) in v_wordE()
252 v_worde(SCR *sp, VICMD *vp) in v_worde()
262 eword(SCR *sp, VICMD *vp, enum which type) in eword()
386 v_wordB(SCR *sp, VICMD *vp) in v_wordB()
398 v_wordb(SCR *sp, VICMD *vp) in v_wordb()
408 bword(SCR *sp, VICMD *vp, enum which type) in bword()
/NextBSD/sys/net/
HDif_spppsubr.c235 #define SPPP_LOCK(sp) mtx_lock (&(sp)->mtx) argument
236 #define SPPP_UNLOCK(sp) mtx_unlock (&(sp)->mtx) argument
237 #define SPPP_LOCK_ASSERT(sp) mtx_assert (&(sp)->mtx, MA_OWNED) argument
238 #define SPPP_LOCK_OWNED(sp) mtx_owned (&(sp)->mtx) argument
455 struct sppp *sp; in sppp_alloc() local
511 struct sppp *sp = IFP2SP(ifp); in sppp_input() local
744 struct sppp *sp = dummy; in sppp_ifstart_sched() local
755 struct sppp *sp = IFP2SP(ifp); in sppp_ifstart() local
774 struct sppp *sp = IFP2SP(ifp); in sppp_output() local
1004 struct sppp *sp = IFP2SP(ifp); in sppp_attach() local
[all …]
/NextBSD/sys/dev/iscsi_initiator/
HDisc_sm.c70 _async(isc_session_t *sp, pduq_t *pq) in _async()
80 _reject(isc_session_t *sp, pduq_t *pq) in _reject()
109 _r2t(isc_session_t *sp, pduq_t *pq) in _r2t()
129 _scsi_rsp(isc_session_t *sp, pduq_t *pq) in _scsi_rsp()
147 _read_data(isc_session_t *sp, pduq_t *pq) in _read_data()
169 _nop_out(isc_session_t *sp) in _nop_out()
198 _nop_in(isc_session_t *sp, pduq_t *pq) in _nop_in()
263 i_prepPDU(isc_session_t *sp, pduq_t *pq) in i_prepPDU()
306 isc_qout(isc_session_t *sp, pduq_t *pq) in isc_qout()
337 ism_restart(isc_session_t *sp) in ism_restart()
[all …]
HDisc_cam.c63 isc_session_t *sp = cam_sim_softc(sim); in _inq() local
97 isc_session_t *sp = cam_sim_softc(sim); in _scsi_encap() local
107 ic_lost_target(isc_session_t *sp, int target) in ic_lost_target()
124 isc_session_t *sp = (isc_session_t *)ccb->ccb_h.spriv_ptr0; in scan_callback() local
137 ic_scan(isc_session_t *sp) in ic_scan()
170 isc_session_t *sp = cam_sim_softc(sim); in ic_action() local
276 ic_getCamVals(isc_session_t *sp, iscsi_cam_t *cp) in ic_getCamVals()
290 ic_destroy(isc_session_t *sp ) in ic_destroy()
313 ic_init(isc_session_t *sp) in ic_init()
/NextBSD/contrib/nvi/common/
HDmem.h22 #define BINC_GOTO(sp, type, lp, llen, nlen) { \ argument
35 #define BINC_GOTOC(sp, lp, llen, nlen) \ argument
37 #define BINC_GOTOW(sp, lp, llen, nlen) \ argument
39 #define BINC_RET(sp, type, lp, llen, nlen) { \ argument
52 #define BINC_RETC(sp, lp, llen, nlen) \ argument
54 #define BINC_RETW(sp, lp, llen, nlen) \ argument
62 #define GET_SPACE_GOTO(sp, type, bp, blen, nlen) { \ argument
76 #define GET_SPACE_GOTOC(sp, bp, blen, nlen) \ argument
78 #define GET_SPACE_GOTOW(sp, bp, blen, nlen) \ argument
80 #define GET_SPACE_RET(sp, type, bp, blen, nlen) { \ argument
[all …]
HDoptions_f.c36 SCR *sp, in f_altwerase()
51 SCR *sp, in f_columns()
85 SCR *sp, in f_lines()
142 SCR *sp, in f_lisp()
156 SCR *sp, in f_msgcat()
170 SCR *sp, in f_print()
199 SCR *sp, in f_readonly()
220 SCR *sp, in f_recompile()
241 SCR *sp, in f_reformat()
255 SCR *sp, in f_ttywerase()
[all …]
/NextBSD/crypto/heimdal/lib/kadm5/
HDmarshall.c39 kadm5_store_key_data(krb5_storage *sp, in kadm5_store_key_data()
57 kadm5_ret_key_data(krb5_storage *sp, in kadm5_ret_key_data()
80 kadm5_store_tl_data(krb5_storage *sp, in kadm5_store_tl_data()
92 kadm5_ret_tl_data(krb5_storage *sp, in kadm5_ret_tl_data()
106 store_principal_ent(krb5_storage *sp, in store_principal_ent()
167 kadm5_store_principal_ent(krb5_storage *sp, in kadm5_store_principal_ent()
174 kadm5_store_principal_ent_mask(krb5_storage *sp, in kadm5_store_principal_ent_mask()
183 ret_principal_ent(krb5_storage *sp, in ret_principal_ent()
285 kadm5_ret_principal_ent(krb5_storage *sp, in kadm5_ret_principal_ent()
292 kadm5_ret_principal_ent_mask(krb5_storage *sp, in kadm5_ret_principal_ent_mask()
[all …]
/NextBSD/contrib/ncurses/ncurses/tinfo/
HDtinfo_driver.c115 SCREEN *sp; in drv_CanHandle() local
178 SCREEN *sp; in drv_dobeepflash() local
225 SCREEN *sp; in drv_print() local
239 SCREEN *sp; in drv_defaultcolors() local
274 SCREEN *sp; in drv_setcolor() local
308 SCREEN *sp; in drv_rescol() local
324 SCREEN *sp; in drv_rescolors() local
339 SCREEN *sp; in drv_size() local
478 SCREEN *sp = TCB->csp; in drv_sgmode() local
512 SCREEN *sp; in drv_mode() local
[all …]
/NextBSD/contrib/nvi/cl/
HDcl_funcs.c39 addstr4(SCR *sp, void *str, size_t len, int wide) in addstr4()
82 cl_waddstr(SCR *sp, const CHAR_T *str, size_t len) in cl_waddstr()
94 cl_addstr(SCR *sp, const char *str, size_t len) in cl_addstr()
106 cl_attr(SCR *sp, scr_attr_t attribute, int on) in cl_attr()
193 cl_baud(SCR *sp, u_long *ratep) in cl_baud()
234 cl_bell(SCR *sp) in cl_bell()
258 cl_clrtoeol(SCR *sp) in cl_clrtoeol()
287 cl_cursor(SCR *sp, size_t *yp, size_t *xp) in cl_cursor()
313 cl_deleteln(SCR *sp) in cl_deleteln()
391 cl_ex_adjust(SCR *sp, exadj_t action) in cl_ex_adjust()
[all …]
/NextBSD/contrib/gcclibs/libiberty/
HDsplay-tree.c52 splay_tree_delete_helper (splay_tree sp, splay_tree_node node) in splay_tree_delete_helper()
138 splay_tree_splay (splay_tree sp, splay_tree_key key) in splay_tree_splay()
206 splay_tree_foreach_helper (splay_tree sp, splay_tree_node node, in splay_tree_foreach_helper()
268 splay_tree sp = (splay_tree) (*allocate_fn) (sizeof (struct splay_tree_s), in splay_tree_new_with_allocator() local
284 splay_tree_delete (splay_tree sp) in splay_tree_delete()
295 splay_tree_insert (splay_tree sp, splay_tree_key key, splay_tree_value value) in splay_tree_insert()
347 splay_tree_remove (splay_tree sp, splay_tree_key key) in splay_tree_remove()
387 splay_tree_lookup (splay_tree sp, splay_tree_key key) in splay_tree_lookup()
400 splay_tree_max (splay_tree sp) in splay_tree_max()
416 splay_tree_min (splay_tree sp) in splay_tree_min()
[all …]
/NextBSD/contrib/binutils/libiberty/
HDsplay-tree.c52 splay_tree_delete_helper (splay_tree sp, splay_tree_node node) in splay_tree_delete_helper()
138 splay_tree_splay (splay_tree sp, splay_tree_key key) in splay_tree_splay()
206 splay_tree_foreach_helper (splay_tree sp, splay_tree_node node, in splay_tree_foreach_helper()
268 splay_tree sp = (splay_tree) (*allocate_fn) (sizeof (struct splay_tree_s), in splay_tree_new_with_allocator() local
284 splay_tree_delete (splay_tree sp) in splay_tree_delete()
295 splay_tree_insert (splay_tree sp, splay_tree_key key, splay_tree_value value) in splay_tree_insert()
347 splay_tree_remove (splay_tree sp, splay_tree_key key) in splay_tree_remove()
387 splay_tree_lookup (splay_tree sp, splay_tree_key key) in splay_tree_lookup()
400 splay_tree_max (splay_tree sp) in splay_tree_max()
416 splay_tree_min (splay_tree sp) in splay_tree_min()
[all …]
/NextBSD/cddl/contrib/opensolaris/tools/ctf/cvt/
HDstack.c53 stk_t *sp; in stack_new() local
65 stack_free(stk_t *sp) in stack_free()
78 stack_pop(stk_t *sp) in stack_pop()
86 stack_peek(stk_t *sp) in stack_peek()
95 stack_push(stk_t *sp, void *data) in stack_push()
109 stack_level(stk_t *sp) in stack_level()
/NextBSD/contrib/nvi/ex/
HDex_print.c40 ex_list(SCR *sp, EXCMD *cmdp) in ex_list()
58 ex_number(SCR *sp, EXCMD *cmdp) in ex_number()
76 ex_pr(SCR *sp, EXCMD *cmdp) in ex_pr()
92 ex_print(SCR *sp, EXCMD *cmdp, MARK *fp, MARK *tp, u_int32_t flags) in ex_print()
147 ex_ldisplay(SCR *sp, const CHAR_T *p, size_t len, size_t col, u_int flags) in ex_ldisplay()
168 ex_scprint(SCR *sp, MARK *fp, MARK *tp) in ex_scprint()
203 ex_prchars(SCR *sp, const CHAR_T *p, size_t *colp, size_t len, in ex_prchars()
265 SCR *sp, in ex_printf()
294 ex_puts(SCR *sp, const char *str) in ex_puts()
320 ex_fflush(SCR *sp) in ex_fflush()
HDex_tag.c59 ex_tag_first(SCR *sp, CHAR_T *tagarg) in ex_tag_first()
92 ex_tag_push(SCR *sp, EXCMD *cmdp) in ex_tag_push()
143 ex_tag_next(SCR *sp, EXCMD *cmdp) in ex_tag_next()
183 ex_tag_prev(SCR *sp, EXCMD *cmdp) in ex_tag_prev()
223 ex_tag_nswitch(SCR *sp, TAG *tp, int force) in ex_tag_nswitch()
257 ex_tag_Nswitch(SCR *sp, TAG *tp, int force) in ex_tag_Nswitch()
311 ex_tag_pop(SCR *sp, EXCMD *cmdp) in ex_tag_pop()
390 ex_tag_top(SCR *sp, EXCMD *cmdp) in ex_tag_top()
412 tag_pop(SCR *sp, TAGQ *dtqp, int force) in tag_pop()
465 ex_tag_display(SCR *sp) in ex_tag_display()
[all …]
/NextBSD/contrib/ncurses/ncurses/tty/
HDhashmap.c89 # define OLDNUM(sp,n) oldnums[n] argument
90 # define OLDTEXT(sp,n) oldtext[n] argument
91 # define NEWTEXT(sp,m) newtext[m] argument
92 # define PENDING(sp,n) 1 argument
104 #define oldhash(sp) ((sp)->oldhash) argument
105 #define newhash(sp) ((sp)->newhash) argument
106 #define hashtab(sp) ((sp)->hashtab) argument
107 #define lines_alloc(sp) ((sp)->hashtab_len) argument
118 hash(SCREEN *sp, NCURSES_CH_T * text) in hash()
132 update_cost(SCREEN *sp, NCURSES_CH_T * from, NCURSES_CH_T * to) in update_cost()
[all …]

12345678910>>...36