| /freebsd-14.2/lib/libc/gen/ |
| H A D | getnetgrent.c | 231 char **hostp, **userp, **domp, *buf; in files_getnetgrent_r() local 236 userp = va_arg(ap, char **); in files_getnetgrent_r() 245 return (_getnetgrent_r(hostp, userp, domp, buf, bufsize, errnop, st)); in files_getnetgrent_r() 299 char **hostp, **userp, **domp, *buf; in compat_getnetgrent_r() local 307 userp = va_arg(ap, char **); in compat_getnetgrent_r() 313 return (_getnetgrent_r(hostp, userp, domp, buf, bufsize, errnop, in compat_getnetgrent_r() 416 _getnetgrent_r(char **hostp, char **userp, char **domp, char *buf, argument 440 COPY_NG_ELEM(userp, NG_USER); 933 defaultsrc, hostp, userp, domp, buf, bufsize, &ret_errno); 943 getnetgrent(char **hostp, char **userp, char **domp) argument [all …]
|
| /freebsd-14.2/sys/contrib/openzfs/include/sys/ |
| H A D | sa.h | 122 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-14.2/sys/kern/ |
| H A D | vfs_aio.c | 696 struct proc *userp; in aio_selectjob() local 701 userp = job->userproc; in aio_selectjob() 702 ki = userp->p_aioinfo; in aio_selectjob() 880 ki = userp->p_aioinfo; in aio_bio_done_notify() 937 wakeup(&userp->p_aioinfo); in aio_bio_done_notify() 1027 struct proc *userp; in aio_complete() local 1032 userp = job->userproc; in aio_complete() 1033 ki = userp->p_aioinfo; in aio_complete() 1866 aio_kick(struct proc *userp) in aio_kick() argument 1897 struct proc *userp = context; in aio_kick_helper() local [all …]
|
| /freebsd-14.2/crypto/openssh/ |
| H A D | misc.c | 809 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 D | ssh-agent.c | 707 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 D | scp.c | 752 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 D | readconf.c | 3317 parse_ssh_uri(const char *uri, char **userp, char **hostp, int *portp) in parse_ssh_uri() argument 3326 if (userp != NULL) { in parse_ssh_uri() 3327 *userp = user; in parse_ssh_uri()
|
| /freebsd-14.2/libexec/revnetgroup/ |
| H A D | parse_netgroup.c | 117 __getnetgrent(char **hostp, char **userp, char **domp) in __getnetgrent() argument 121 *userp = nextgrp->ng_str[NG_USER]; in __getnetgrent()
|
| /freebsd-14.2/sys/contrib/openzfs/module/zfs/ |
| H A D | sa.c | 131 uint16_t length, int length_idx, boolean_t, void *userp); 1159 uint16_t length, int length_idx, boolean_t var_length, void *userp) in sa_build_idx_tab() argument 1161 sa_idx_tab_t *idx_tab = userp; in sa_build_idx_tab() 1173 sa_iterfunc_t func, sa_lot_t *tab, void *userp) in sa_attr_iter() argument 1214 idx_len, reg_length == 0 ? B_TRUE : B_FALSE, userp); in sa_attr_iter() 1223 uint16_t length, int length_idx, boolean_t variable_length, void *userp) in sa_byteswap_cb() argument 1226 sa_handle_t *hdl = userp; in sa_byteswap_cb() 1389 sa_handle_get_from_db(objset_t *os, dmu_buf_t *db, void *userp, in sa_handle_get_from_db() argument 1413 handle->sa_userp = userp; in sa_handle_get_from_db() 1439 sa_handle_get(objset_t *objset, uint64_t objid, void *userp, in sa_handle_get() argument [all …]
|
| /freebsd-14.2/contrib/tcp_wrappers/ |
| H A D | tcpdchk.c | 438 char *userp; in check_host() 442 if (getnetgrent(&machinep, &userp, &domainp) == 0) in check_host()
|
| /freebsd-14.2/sys/dev/ocs_fc/ |
| H A D | ocs_mgmt.c | 620 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()
|