Searched refs:bufp (Results 76 - 100 of 109) sorted by relevance

12345

/freebsd-current/sys/fs/nfsserver/
H A Dnfs_nfsdport.c4253 char *bufp; local
4261 nfsvno_setpathbuf(&named, &bufp, &hashp);
4263 named.ni_cnd.cn_nameptr = bufp;
4265 strlcpy(bufp, fnamep, PNFS_FILENAME_LEN + 1);
4266 named.ni_cnd.cn_namelen = strlen(bufp);
4268 named.ni_cnd.cn_namelen = nfsrv_putfhname(fhp, bufp);
4269 NFSD_DEBUG(4, "nfsrv_dscreate: dvp=%p fname=%s\n", dvp, bufp);
4636 char *bufp; local
4647 nfsvno_setpathbuf(&named, &bufp, &hashp);
4648 named.ni_cnd.cn_nameptr = bufp;
4772 nfsrv_putfhname(fhandle_t *fhp, char *bufp) argument
6410 char *bufp; local
6943 nfsvno_listxattr(struct vnode *vp, uint64_t cookie, struct ucred *cred, struct thread *p, u_char **bufp, uint32_t *lenp, bool *eofp) argument
[all...]
/freebsd-current/contrib/mandoc/
H A Dmandocdb.c1077 char *bufp; local
1087 bufp = strstr(buf, "cat");
1088 assert(NULL != bufp);
1089 memcpy(bufp, "man", 3);
1090 if (NULL != (bufp = strrchr(buf, '.')))
1091 *++bufp = '\0';
/freebsd-current/sbin/sysctl/
H A Dsysctl.c358 char *cp, *bufp, *buf, fmt[BUFSIZ], line[BUFSIZ]; local
374 bufp = strsep(&cp, "=:");
396 cp = bufp + strlen(bufp) - 1;
397 while (cp >= bufp && isspace((int)*cp)) {
405 len = name2oid(bufp, mib);
413 warnx("unknown oid '%s'%s", bufp, line);
415 warn("unknown oid '%s'%s", bufp, line);
423 warn("couldn't find format of oid '%s'%s", bufp, line);
456 warnx("oid '%s' isn't a leaf node%s", bufp, lin
[all...]
/freebsd-current/usr.sbin/kldxref/
H A Delf.c547 elf_read_linker_set(struct elf_file *efile, const char *name, GElf_Addr **bufp, argument
578 *bufp = buf;
/freebsd-current/crypto/openssh/
H A Dsshbuf.h65 int sshbuf_froms(struct sshbuf *buf, struct sshbuf **bufp);
H A Dumac.c182 * 'nbytes' bytes to the memory pointed at by 'bufp'. Each distinct
185 static void kdf(void *bufp, aes_int_key key, UINT8 ndx, int nbytes) argument
189 UINT8 *dst_buf = (UINT8 *)bufp;
/freebsd-current/sbin/fsck_ffs/
H A Dfsutil.c204 char *bufp; local
207 bufp = Balloc((unsigned int)sblock.fs_bsize);
208 if (bp == NULL || bufp == NULL) {
213 bp->b_un.b_buf = bufp;
/freebsd-current/contrib/ntp/ntpd/
H A Drefclock_parse.c4324 unsigned char *bufp = (unsigned char *)parsetime->parse_msg + 1; local
4338 get_mbg_header(&bufp, &header);
4342 header.data_csum == mbg_csum(bufp, header.len))))
4354 get_mbg_sw_rev(&bufp, &gps_sw_rev);
4384 status = (BVAR_STAT) get_lsb_short(&bufp);
4423 get_mbg_xyz(&bufp, xyz);
4438 get_mbg_lla(&bufp, lla);
4464 get_mbg_antinfo(&bufp, &antinfo);
4522 get_mbg_cfgh(&bufp, &cfgh);
4618 get_mbg_utc(&bufp,
[all...]
/freebsd-current/sys/cam/scsi/
H A Dscsi_all.c5672 scsi_devid_is_naa_ieee_reg(uint8_t *bufp) argument
5678 descr = (struct scsi_vpd_id_descriptor *)bufp;
5691 scsi_devid_is_sas_target(uint8_t *bufp) argument
5695 descr = (struct scsi_vpd_id_descriptor *)bufp;
5696 if (!scsi_devid_is_naa_ieee_reg(bufp))
5706 scsi_devid_is_lun_eui64(uint8_t *bufp) argument
5710 descr = (struct scsi_vpd_id_descriptor *)bufp;
5719 scsi_devid_is_lun_naa(uint8_t *bufp) argument
5723 descr = (struct scsi_vpd_id_descriptor *)bufp;
5732 scsi_devid_is_lun_t10(uint8_t *bufp) argument
5745 scsi_devid_is_lun_name(uint8_t *bufp) argument
5758 scsi_devid_is_lun_md5(uint8_t *bufp) argument
5771 scsi_devid_is_lun_uuid(uint8_t *bufp) argument
5784 scsi_devid_is_port_naa(uint8_t *bufp) argument
[all...]
H A Dscsi_all.h3951 int scsi_devid_is_naa_ieee_reg(uint8_t *bufp);
3952 int scsi_devid_is_sas_target(uint8_t *bufp);
3953 int scsi_devid_is_lun_eui64(uint8_t *bufp);
3954 int scsi_devid_is_lun_naa(uint8_t *bufp);
3955 int scsi_devid_is_lun_name(uint8_t *bufp);
3956 int scsi_devid_is_lun_t10(uint8_t *bufp);
3957 int scsi_devid_is_lun_md5(uint8_t *bufp);
3958 int scsi_devid_is_lun_uuid(uint8_t *bufp);
3959 int scsi_devid_is_port_naa(uint8_t *bufp);
/freebsd-current/sys/ufs/ffs/
H A Dffs_vfsops.c90 static int ffs_use_bread(void *devfd, off_t loc, void **bufp, int size);
1249 ffs_use_bread(void *devfd, off_t loc, void **bufp, int size) argument
1254 KASSERT(*bufp == NULL, ("ffs_use_bread: non-NULL *bufp %p\n", *bufp));
1255 *bufp = malloc(size, M_UFSMNT, M_WAITOK);
1259 bcopy(bp->b_data, *bufp, size);
H A Dffs_subr.c151 int (*readfunc)(void *devfd, off_t loc, void **bufp, int size))
249 int (*readfunc)(void *devfd, off_t loc, void **bufp, int size))
638 int (*readfunc)(void *devfd, off_t loc, void **bufp, int size))
149 ffs_sbget(void *devfd, struct fs **fsp, off_t sblock, int flags, struct malloc_type *filltype, int (*readfunc)(void *devfd, off_t loc, void **bufp, int size)) argument
248 readsuper(void *devfd, struct fs **fsp, off_t sblockloc, int flags, int (*readfunc)(void *devfd, off_t loc, void **bufp, int size)) argument
636 ffs_sbsearch(void *devfd, struct fs **fsp, int reqflags, struct malloc_type *filltype, int (*readfunc)(void *devfd, off_t loc, void **bufp, int size)) argument
/freebsd-current/contrib/bmake/
H A Dmeta.c860 * Fetch a full line from fp - growing bufp if needed
861 * Return length in bufp.
864 fgetLine(char **bufp, size_t *szp, int o, FILE *fp) argument
866 char *buf = *bufp;
892 *bufp = buf = p;
/freebsd-current/contrib/tnftp/src/
H A Dftp.c589 char *bufp; local
614 bufp = buf;
616 outc = write(outfd, bufp, inc);
620 bufp += outc;
/freebsd-current/sys/dev/ciss/
H A Dciss.c168 int opcode, void **bufp, size_t bufsize);
2545 int opcode, void **bufp, size_t bufsize)
2569 if ((bufsize > 0) && (bufp != NULL)) {
2570 if (*bufp == NULL) {
2576 buf = *bufp;
2611 if ((bufp != NULL) && (*bufp == NULL) && (buf != NULL))
2612 *bufp = buf;
2544 ciss_get_bmic_request(struct ciss_softc *sc, struct ciss_request **crp, int opcode, void **bufp, size_t bufsize) argument
/freebsd-current/sys/dev/mfi/
H A Dmfi.c905 uint32_t opcode, void **bufp, size_t bufsize)
923 if ((bufsize > 0) && (bufp != NULL)) {
924 if (*bufp == NULL) {
930 *bufp = buf;
932 buf = *bufp;
952 if ((bufp != NULL) && (*bufp == NULL) && (buf != NULL))
953 *bufp = buf;
904 mfi_dcmd_command(struct mfi_softc *sc, struct mfi_command **cmp, uint32_t opcode, void **bufp, size_t bufsize) argument
/freebsd-current/crypto/openssl/fuzz/
H A Dserver.c523 const uint8_t *bufp; local
551 bufp = kRSAPrivateKeyDER;
552 privkey = d2i_RSAPrivateKey(NULL, &bufp, sizeof(kRSAPrivateKeyDER));
561 bufp = kCertificateDER;
562 cert = d2i_X509(NULL, &bufp, sizeof(kCertificateDER));
/freebsd-current/sys/contrib/openzfs/module/nvpair/
H A Dnvpair.c2685 nvlist_pack(nvlist_t *nvl, char **bufp, size_t *buflen, int encoding, argument
2688 return (nvlist_xpack(nvl, bufp, buflen, encoding,
2693 nvlist_xpack(nvlist_t *nvl, char **bufp, size_t *buflen, int encoding, argument
2701 if (nva == NULL || nvl == NULL || bufp == NULL || buflen == NULL)
2704 if (*bufp != NULL)
2705 return (nvlist_common(nvl, *bufp, buflen, encoding,
2733 *bufp = buf;
/freebsd-current/sys/dev/acpica/
H A Dacpivar.h359 ACPI_STATUS acpi_ConvertBufferToInteger(ACPI_BUFFER *bufp,
/freebsd-current/sys/dev/irdma/
H A Dirdma_main.h567 void irdma_free_sqbuf(struct irdma_sc_vsi *vsi, void *bufp);
/freebsd-current/sys/kern/
H A Dvfs_mount.c1313 void *bufp; local
1454 if (error == 0 && vfs_getopt(mp->mnt_optnew, "export", &bufp,
1462 bcopy(bufp, &o2export, len);
1497 bcopy(bufp, &export, len);
/freebsd-current/contrib/ee/
H A Dnew_curse.c467 int bufp; /* next free position in in_buff */ variable
797 bufp = 0;
2219 if (bufp < 100)
2220 in_buff[bufp++] = c;
2268 in_value = ((bufp > 0) ? in_buff[--bufp] : timed_getchar());
2270 in_value = ((bufp > 0) ? in_buff[--bufp] : read(0, &temp, 1)? temp : -1);
2273 in_value = ((bufp > 0) ? in_buff[--bufp]
[all...]
/freebsd-current/sbin/init/
H A Dinit.c632 read_file(const char *path, void **bufp, size_t *bufsizep) argument
676 *bufp = buf;
/freebsd-current/usr.bin/netstat/
H A Dinet.c91 pcblist_sysctl(int proto, const char *name, char **bufp) argument
127 *bufp = buf;
/freebsd-current/sbin/ping/
H A Dping6.c1820 void *bufp; local
1824 bufp = mhdr->msg_control;
1830 bufsize = CONTROLLEN - ((caddr_t)CMSG_DATA(cm) - (caddr_t)bufp);

Completed in 596 milliseconds

12345