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);
931 defaultsrc, hostp, userp, domp, buf, bufsize, &ret_errno);
941 getnetgrent(char **hostp, char **userp, char **domp) argument
[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.c695 struct proc *userp; in aio_selectjob() local
700 userp = job->userproc; in aio_selectjob()
701 ki = userp->p_aioinfo; in aio_selectjob()
879 ki = userp->p_aioinfo; in aio_bio_done_notify()
936 wakeup(&userp->p_aioinfo); in aio_bio_done_notify()
1026 struct proc *userp; in aio_complete() local
1031 userp = job->userproc; in aio_complete()
1032 ki = userp->p_aioinfo; in aio_complete()
1865 aio_kick(struct proc *userp) in aio_kick() argument
1896 struct proc *userp = context; in aio_kick_helper() local
[all …]
/freebsd/crypto/openssh/
H A Dmisc.c809 if (userp != NULL) in parse_user_host_path()
810 *userp = NULL; in parse_user_host_path()
841 if (userp != NULL) { in parse_user_host_path()
842 *userp = user; in parse_user_host_path()
877 if (userp != NULL) in parse_user_host_port()
878 *userp = NULL; in parse_user_host_port()
905 if (userp != NULL) { in parse_user_host_port()
906 *userp = user; in parse_user_host_port()
1011 if (userp != NULL) in parse_uri()
1012 *userp = NULL; in parse_uri()
[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.c752 parse_scp_uri(const char *uri, char **userp, char **hostp, int *portp, in parse_scp_uri() argument
757 r = parse_uri("scp", uri, userp, hostp, portp, pathp); in parse_scp_uri()
H A Dreadconf.c3314 parse_ssh_uri(const char *uri, char **userp, char **hostp, int *portp) in parse_ssh_uri() argument
3323 if (userp != NULL) { in parse_ssh_uri()
3324 *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);
1160 uint16_t length, int length_idx, boolean_t var_length, void *userp) in sa_build_idx_tab() argument
1162 sa_idx_tab_t *idx_tab = userp; in sa_build_idx_tab()
1174 sa_iterfunc_t func, sa_lot_t *tab, void *userp) in sa_attr_iter() argument
1215 idx_len, reg_length == 0 ? B_TRUE : B_FALSE, userp); in sa_attr_iter()
1224 uint16_t length, int length_idx, boolean_t variable_length, void *userp) in sa_byteswap_cb() argument
1227 sa_handle_t *hdl = userp; in sa_byteswap_cb()
1390 sa_handle_get_from_db(objset_t *os, dmu_buf_t *db, void *userp, in sa_handle_get_from_db() argument
1414 handle->sa_userp = userp; in sa_handle_get_from_db()
1440 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()