Home
last modified time | relevance | path

Searched refs:userp (Results 1 – 11 of 11) sorted by relevance

/freebsd/lib/libc/gen/
H A Dgetnetgrent.c229 char **hostp, **userp, **domp, *buf; in files_getnetgrent_r() local
234 userp = va_arg(ap, char **); in files_getnetgrent_r()
243 return (_getnetgrent_r(hostp, userp, domp, buf, bufsize, errnop, st)); in files_getnetgrent_r()
297 char **hostp, **userp, **domp, *buf; in compat_getnetgrent_r() local
305 userp = va_arg(ap, char **); in compat_getnetgrent_r()
311 return (_getnetgrent_r(hostp, userp, domp, buf, bufsize, errnop, in compat_getnetgrent_r()
414 _getnetgrent_r(char **hostp, char **userp, char **domp, char *buf, argument
438 COPY_NG_ELEM(userp, NG_USER);
925 getnetgrent_r(char **hostp, char **userp, char **domp, char *buf, size_t bufsize) argument
931 defaultsrc, hostp, userp, domp, buf, bufsize, &ret_errno);
[all …]
/freebsd/sys/contrib/openzfs/include/sys/
H A Dsa.h122 int sa_handle_get(objset_t *, uint64_t, void *userp,
124 int sa_handle_get_from_db(objset_t *, dmu_buf_t *, void *userp,
/freebsd/sys/kern/
H A Dvfs_aio.c321 static void aio_bio_done_notify(struct proc *userp, struct kaiocb *job);
323 static int aio_kick(struct proc *userp);
324 static void aio_kick_nowait(struct proc *userp);
687 struct proc *userp; in aio_selectjob() local
692 userp = job->userproc; in aio_selectjob()
693 ki = userp->p_aioinfo; in aio_selectjob()
863 aio_bio_done_notify(struct proc *userp, struct kaiocb *job) in aio_bio_done_notify() argument
871 ki = userp->p_aioinfo; in aio_bio_done_notify()
888 aio_sendsig(userp, &job->uaiocb.aio_sigevent, &job->ksi, true); in aio_bio_done_notify()
901 aio_sendsig(userp, &lj->lioj_signal, &lj->lioj_ksi, in aio_bio_done_notify()
[all …]
/freebsd/crypto/openssh/
H A Dmisc.c838 parse_user_host_path(const char *s, char **userp, char **hostp, char **pathp) in parse_user_host_path() argument
844 if (userp != NULL) in parse_user_host_path()
845 *userp = NULL; in parse_user_host_path()
876 if (userp != NULL) { in parse_user_host_path()
877 *userp = user; in parse_user_host_path()
906 parse_user_host_port(const char *s, char **userp, char **hostp, int *portp) in parse_user_host_port() argument
912 if (userp != NULL) in parse_user_host_port()
913 *userp = NULL; in parse_user_host_port()
940 if (userp != NULL) { in parse_user_host_port()
941 *userp = user; in parse_user_host_port()
[all …]
H A Dssh-agent.c707 char **userp, struct sshbuf **sess_idp, struct sshkey **hostkeyp) in parse_userauth_request() argument
715 if (userp != NULL) in parse_userauth_request()
716 *userp = NULL; in parse_userauth_request()
761 if (userp != NULL) { in parse_userauth_request()
762 *userp = user; in parse_userauth_request()
H A Dscp.c754 parse_scp_uri(const char *uri, char **userp, char **hostp, int *portp, in parse_scp_uri() argument
759 r = parse_uri("scp", uri, userp, hostp, portp, pathp); in parse_scp_uri()
H A Dreadconf.c3366 parse_ssh_uri(const char *uri, char **userp, char **hostp, int *portp) in parse_ssh_uri() argument
3375 if (userp != NULL) { in parse_ssh_uri()
3376 *userp = user; in parse_ssh_uri()
/freebsd/libexec/revnetgroup/
H A Dparse_netgroup.c117 __getnetgrent(char **hostp, char **userp, char **domp) in __getnetgrent() argument
121 *userp = nextgrp->ng_str[NG_USER]; in __getnetgrent()
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dsa.c132 uint16_t length, int length_idx, boolean_t, void *userp);
1164 uint16_t length, int length_idx, boolean_t var_length, void *userp) in sa_build_idx_tab() argument
1166 sa_idx_tab_t *idx_tab = userp; in sa_build_idx_tab()
1178 sa_iterfunc_t func, sa_lot_t *tab, void *userp) in sa_attr_iter() argument
1219 idx_len, reg_length == 0 ? B_TRUE : B_FALSE, userp); in sa_attr_iter()
1228 uint16_t length, int length_idx, boolean_t variable_length, void *userp) in sa_byteswap_cb() argument
1231 sa_handle_t *hdl = userp; in sa_byteswap_cb()
1394 sa_handle_get_from_db(objset_t *os, dmu_buf_t *db, void *userp, in sa_handle_get_from_db() argument
1418 handle->sa_userp = userp; in sa_handle_get_from_db()
1444 sa_handle_get(objset_t *objset, uint64_t objid, void *userp, in sa_handle_get() argument
[all …]
/freebsd/contrib/tcp_wrappers/
H A Dtcpdchk.c438 char *userp; in check_host()
442 if (getnetgrent(&machinep, &userp, &domainp) == 0) in check_host()
/freebsd/sys/dev/ocs_fc/
H A Docs_mgmt.c620 uint8_t *userp; in ocs_mgmt_firmware_write() local
631 userp = (uint8_t *)buf; in ocs_mgmt_firmware_write()
646 if (ocs_copy_from_user(dma.virt, userp, xfer_size)) { in ocs_mgmt_firmware_write()
686 userp += result.actual_xfer; in ocs_mgmt_firmware_write()