Home
last modified time | relevance | path

Searched defs:reqp (Results 1 – 12 of 12) sorted by relevance

/netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/rbac/
H A Drbac.c327 rbac_req_t *reqp = NULL; in slap_parse_rbac_session_roles() local
415 rbac_req_t *reqp = NULL; in rbac_session_roles() local
550 rbac_req_t *reqp = NULL; in rbac_session_rolesx() local
686 rbac_req_t *reqp = NULL; in slap_parse_rbac_create_session() local
832 rbac_req_t *reqp = NULL; in rbac_create_session() local
961 rbac_req_t *reqp = NULL; in slap_parse_rbac_check_access() local
1093 rbac_req_t *reqp = NULL; in rbac_check_access() local
1175 rbac_req_t *reqp = NULL; in rbac_check_accessB() local
1204 rbac_req_t *reqp = NULL; in rbac_check_accessC() local
1244 rbac_req_t *reqp = NULL; in rbac_check_accessD() local
[all …]
H A Drbacreq.c39 rbac_req_t *reqp = NULL; in rbac_alloc_req() local
61 rbac_free_req( rbac_req_t *reqp ) in rbac_free_req()
H A Drbacsess.c197 rbac_is_session_owner( rbac_session_t *sessp, rbac_req_t *reqp ) in rbac_is_session_owner()
217 rbac_session_add_role( Operation *op, rbac_session_t *sessp, rbac_req_t *reqp ) in rbac_session_add_role()
277 rbac_session_drop_role( Operation *op, rbac_session_t *sessp, rbac_req_t *reqp ) in rbac_session_drop_role()
646 rbac_req_t *reqp = NULL; in rbac_is_search_session_permissions() local
655 rbac_session_byid_fake( Operation *op, rbac_req_t *reqp ) in rbac_session_byid_fake()
729 rbac_session_byid( Operation *op, rbac_req_t *reqp ) in rbac_session_byid()
826 rbac_req_t *reqp, in rbac_int_session_permissions()
960 rbac_req_t *reqp, in activate_session_roles()
H A Drbacperm.c107 rbac_read_permission( Operation *op, rbac_req_t *reqp ) in rbac_read_permission()
H A Drbacaudit.c64 rbac_req_t *reqp, in rbac_audit()
H A Drbacuser.c354 rbac_read_user( Operation *op, rbac_req_t *reqp ) in rbac_read_user()
/netbsd-src/sys/arch/mac68k/dev/
H A Dncr5380.c128 extern inline void nack_message(SC_REQ *reqp, u_char msg) in nack_message()
134 extern inline void finish_req(SC_REQ *reqp) in finish_req()
267 SC_REQ *reqp, *link, *tmp; in ncr5380_scsi_request() local
627 SC_REQ *reqp; in ncr_dma_intr() local
689 scsi_select(SC_REQ *reqp, int code) in scsi_select()
945 SC_REQ *reqp = connected; in information_transfer() local
1097 handle_message(SC_REQ *reqp, u_int msg) in handle_message()
1403 transfer_dma(SC_REQ *reqp, u_int phase, int poll) in transfer_dma()
1461 SC_REQ *reqp = connected; in dma_ready() local
1562 check_autosense(SC_REQ *reqp, int linked) in check_autosense()
[all …]
H A Dmac68k5380.c219 SC_REQ *reqp = connected; in pdma_cleanup() local
271 SC_REQ *reqp = connected; in pdma_ready() local
535 SC_REQ *reqp = connected; in transfer_pdma() local
/netbsd-src/sys/arch/atari/dev/
H A Dncr5380.c131 nack_message(SC_REQ *reqp, u_char msg) in nack_message()
139 finish_req(SC_REQ *reqp) in finish_req()
271 SC_REQ *reqp, *link, *tmp; in ncr5380_scsi_request() local
642 SC_REQ *reqp; in ncr_dma_intr() local
708 scsi_select(SC_REQ *reqp, int code) in scsi_select()
966 SC_REQ *reqp = connected; in information_transfer() local
1121 handle_message(SC_REQ *reqp, u_int msg) in handle_message()
1434 transfer_dma(SC_REQ *reqp, u_int phase, int poll) in transfer_dma()
1492 SC_REQ *reqp = connected; in dma_ready() local
1596 check_autosense(SC_REQ *reqp, int linked) in check_autosense()
[all …]
H A Datari5380.c203 #define poll_edma(reqp) tt_poll_edma(reqp) argument
242 tt_wrong_dma_range(SC_REQ *reqp, struct dma_chain *dm) in tt_wrong_dma_range()
252 #define tt_wrong_dma_range(reqp, dm) 0 argument
342 scsi_tt_dmasetup(SC_REQ *reqp, u_int phase, uint8_t mode) in scsi_tt_dmasetup()
369 tt_poll_edma(SC_REQ *reqp) in tt_poll_edma()
420 ptov(SC_REQ *reqp, u_long *phaddr) in ptov()
434 tt_get_dma_result(SC_REQ *reqp, u_long *bytes_left) in tt_get_dma_result()
655 #define poll_edma(reqp) falcon_poll_edma(reqp) argument
761 falcon_wrong_dma_range(SC_REQ *reqp, struct dma_chain *dm) in falcon_wrong_dma_range()
826 fal1_dma(u_int dir, u_int nsects, SC_REQ *reqp) in fal1_dma()
[all …]
/netbsd-src/sys/dev/ic/
H A Disp.c3989 sns_screq_t *reqp = (sns_screq_t *) local; in isp_register_fc4_type() local
4192 ispreq_t *reqp; in isp_start() local
/netbsd-src/external/mpl/bind/dist/lib/isc/
H A Dhttpd.c784 prepare_response(isc_httpdmgr_t * mgr,isc_httpd_t * httpd,isc_httpd_sendreq_t ** reqp) prepare_response() argument