| /freebsd-14.2/sys/powerpc/pseries/ |
| H A D | phyp_vscsi.c | 342 xp->sc = sc; in vscsi_attach() 473 xp->ccb = ccb; in vscsi_cam_action() 501 if (xp == NULL) in vscsi_srp_login() 503 xp->ccb = NULL; in vscsi_srp_login() 510 err = vmem_alloc(xp->sc->srp_iu_arena, xp->srp_iu_size, in vscsi_srp_login() 548 if (xp == NULL) in vscsi_task_management() 550 xp->ccb = ccb; in vscsi_task_management() 556 err = vmem_alloc(xp->sc->srp_iu_arena, xp->srp_iu_size, in vscsi_task_management() 616 xp->srp_iu_size = roundup(xp->srp_iu_size, 16); in vscsi_scsi_command() 617 err = vmem_alloc(xp->sc->srp_iu_arena, xp->srp_iu_size, in vscsi_scsi_command() [all …]
|
| /freebsd-14.2/contrib/libarchive/libarchive/ |
| H A D | archive_entry_xattr.c | 74 struct ae_xattr *xp; in archive_entry_xattr_clear() local 77 xp = entry->xattr_head->next; in archive_entry_xattr_clear() 81 entry->xattr_head = xp; in archive_entry_xattr_clear() 91 struct ae_xattr *xp; in archive_entry_xattr_add_entry() local 100 memcpy(xp->value, value, size); in archive_entry_xattr_add_entry() 101 xp->size = size; in archive_entry_xattr_add_entry() 103 xp->size = 0; in archive_entry_xattr_add_entry() 105 xp->next = entry->xattr_head; in archive_entry_xattr_add_entry() 106 entry->xattr_head = xp; in archive_entry_xattr_add_entry() 116 struct ae_xattr *xp; in archive_entry_xattr_count() local [all …]
|
| /freebsd-14.2/sys/fs/nullfs/ |
| H A D | null_subr.c | 179 free(xp, M_NULLFSNODE); in null_destroy_proto() 193 struct null_node *xp; in null_nodeget() local 218 free(xp, M_NULLFSNODE); in null_nodeget() 226 xp->null_vnode = vp; in null_nodeget() 227 xp->null_lowervp = lowervp; in null_nodeget() 228 xp->null_flags = 0; in null_nodeget() 230 vp->v_data = xp; in null_nodeget() 236 null_destroy_proto(vp, xp); in null_nodeget() 258 null_destroy_proto(vp, xp); in null_nodeget() 262 null_hashins(mp, xp); in null_nodeget() [all …]
|
| H A D | null_vnops.c | 846 struct null_node *xp; in null_want_recycle() local 850 xp = VTONULL(vp); in null_want_recycle() 896 struct null_node *xp; in null_reclaim() local 900 xp = VTONULL(vp); in null_reclaim() 906 null_hashrem(xp); in null_reclaim() 957 xp = VTONULL(vp); in null_getwritemount() 958 if (xp && (lowervp = xp->null_lowervp)) { in null_getwritemount() 1034 xp = VTONULL(vp); in null_read_pgcache() 1035 if (xp == NULL) { in null_read_pgcache() 1056 xp = VTONULL(vp); in null_advlock() [all …]
|
| H A D | null.h | 66 #define NULLTOV(xp) ((xp)->null_vnode) argument 72 void null_hashrem(struct null_node *xp);
|
| /freebsd-14.2/sys/powerpc/ps3/ |
| H A D | ps3cdrom.c | 210 xp->x_sc = sc; in ps3cdrom_attach() 368 xp->x_ccb = ccb; in ps3cdrom_action() 378 xp->x_ccb = NULL; in ps3cdrom_action() 488 if (xp) { in ps3cdrom_intr() 489 ccb = xp->x_ccb; in ps3cdrom_intr() 534 xp->x_ccb = NULL; in ps3cdrom_intr() 568 xp->x_ccb = NULL; in ps3cdrom_transfer() 592 &xp->x_tag); in ps3cdrom_transfer() 640 &xp->x_tag); in ps3cdrom_transfer() 652 xp->x_ccb = NULL; in ps3cdrom_transfer() [all …]
|
| /freebsd-14.2/stand/common/ |
| H A D | metadata.c | 77 struct preloaded_file *xp; in md_load_dual() local 121 for (xp = file_findfile(NULL, NULL); xp != NULL; xp = xp->f_next) { in md_load_dual() 122 if (addr < (xp->f_addr + xp->f_size)) in md_load_dual() 123 addr = xp->f_addr + xp->f_size; in md_load_dual() 196 for (xp = file_findfile(NULL, NULL); xp != NULL; xp = xp->f_next) { in md_load_dual() 198 md = file_findmetadata(xp, mdt[i]); in md_load_dual()
|
| /freebsd-14.2/usr.bin/ipcs/ |
| H A D | ipc.c | 109 struct scgs_vector *xp; in sysctlgatherstruct() local 113 for (xp = vecarr; xp->sysctl != NULL; xp++) { in sysctlgatherstruct() 114 assert(xp->offset <= size); in sysctlgatherstruct() 115 tsiz = xp->size; in sysctlgatherstruct() 116 rv = sysctlbyname(xp->sysctl, (char *)addr + xp->offset, in sysctlgatherstruct() 119 err(1, "sysctlbyname: %s", xp->sysctl); in sysctlgatherstruct() 120 if (tsiz != xp->size) in sysctlgatherstruct() 122 xp->sysctl, xp->size, tsiz); in sysctlgatherstruct()
|
| /freebsd-14.2/stand/userboot/userboot/ |
| H A D | bootinfo64.c | 95 struct preloaded_file *xp, *kfp; in bi_load64() local 129 for (xp = file_findfile(NULL, NULL); xp != NULL; xp = xp->f_next) { in bi_load64() 130 if (addr < (xp->f_addr + xp->f_size)) in bi_load64() 131 addr = xp->f_addr + xp->f_size; in bi_load64()
|
| H A D | bootinfo32.c | 55 struct preloaded_file *xp, *kfp; in bi_load32() local 97 for (xp = file_findfile(NULL, NULL); xp != NULL; xp = xp->f_next) { in bi_load32() 98 if (addr < (xp->f_addr + xp->f_size)) in bi_load32() 99 addr = xp->f_addr + xp->f_size; in bi_load32()
|
| /freebsd-14.2/stand/i386/libi386/ |
| H A D | bootinfo64.c | 99 struct preloaded_file *xp, *kfp; in bi_load64() local 134 for (xp = file_findfile(NULL, NULL); xp != NULL; xp = xp->f_next) { in bi_load64() 135 if (addr < (xp->f_addr + xp->f_size)) in bi_load64() 136 addr = xp->f_addr + xp->f_size; in bi_load64()
|
| H A D | bootinfo32.c | 56 struct preloaded_file *xp, *kfp; in bi_load32() local 116 for (xp = file_findfile(NULL, NULL); xp != NULL; xp = xp->f_next) { in bi_load32() 117 if (addr < (xp->f_addr + xp->f_size)) in bi_load32() 118 addr = xp->f_addr + xp->f_size; in bi_load32()
|
| /freebsd-14.2/stand/efi/loader/ |
| H A D | bootinfo.c | 330 struct preloaded_file *xp, *kfp; in bi_load() local 380 for (xp = file_findfile(NULL, NULL); xp != NULL; xp = xp->f_next) { in bi_load() 381 if (addr < xp->f_addr + xp->f_size) in bi_load() 382 addr = xp->f_addr + xp->f_size; in bi_load() 465 for (xp = file_findfile(NULL, NULL); xp != NULL; xp = xp->f_next) { in bi_load() 467 md = file_findmetadata(xp, mdt[i]); in bi_load()
|
| /freebsd-14.2/sys/contrib/device-tree/src/arm/ |
| H A D | armada-xp.dtsi | 16 #include "armada-370-xp.dtsi" 83 compatible = "marvell,armada-xp-gating-clock"; 90 compatible = "marvell,armada-xp-core-clock"; 104 compatible = "marvell,armada-xp-cpu-clock"; 110 compatible = "marvell,armada-xp-cpu-config"; 115 compatible = "marvell,armada-xp-neta"; 151 compatible = "marvell,armada-xp-neta"; 155 compatible = "marvell,armada-xp-neta"; 159 compatible = "marvell,armada-xp-crypto"; 254 compatible = "marvell,armada-xp-timer"; [all …]
|
| H A D | armada-xp-98dx3236.dtsi | 11 #include "armada-370-xp.dtsi" 18 compatible = "marvell,armadaxp-98dx3236", "marvell,armada-370-xp"; 58 compatible = "marvell,armada-xp-pcie"; 104 compatible = "marvell,armada-xp-sdram-controller"; 147 compatible = "marvell,armada-370-xp-system-controller"; 170 compatible = "marvell,armada-xp-cpu-config"; 175 compatible = "marvell,armada-xp-neta"; 179 compatible = "marvell,armada-xp-neta"; 290 compatible = "marvell,armada-xp-timer"; 296 compatible = "marvell,armada-xp-wdt"; [all …]
|
| /freebsd-14.2/crypto/openssl/crypto/x509/ |
| H A D | v3_purp.c | 20 static int check_purpose_ssl_client(const X509_PURPOSE *xp, const X509 *x, 35 static int no_check_purpose(const X509_PURPOSE *xp, const X509 *x, 239 int X509_PURPOSE_get_id(const X509_PURPOSE *xp) in X509_PURPOSE_get_id() argument 241 return xp->purpose; in X509_PURPOSE_get_id() 244 char *X509_PURPOSE_get0_name(const X509_PURPOSE *xp) in X509_PURPOSE_get0_name() argument 246 return xp->name; in X509_PURPOSE_get0_name() 249 char *X509_PURPOSE_get0_sname(const X509_PURPOSE *xp) in X509_PURPOSE_get0_sname() argument 251 return xp->sname; in X509_PURPOSE_get0_sname() 254 int X509_PURPOSE_get_trust(const X509_PURPOSE *xp) in X509_PURPOSE_get_trust() argument 256 return xp->trust; in X509_PURPOSE_get_trust() [all …]
|
| H A D | x509_trust.c | 202 int X509_TRUST_get_flags(const X509_TRUST *xp) in X509_TRUST_get_flags() argument 204 return xp->flags; in X509_TRUST_get_flags() 207 char *X509_TRUST_get0_name(const X509_TRUST *xp) in X509_TRUST_get0_name() argument 209 return xp->name; in X509_TRUST_get0_name() 212 int X509_TRUST_get_trust(const X509_TRUST *xp) in X509_TRUST_get_trust() argument 214 return xp->trust; in X509_TRUST_get_trust()
|
| /freebsd-14.2/usr.bin/xargs/ |
| H A D | xargs.c | 89 static char **av, **bxp, **ep, **endxp, **xp; variable 288 endxp = (xp = bxp) + nargs; in main() 359 *xp++ = argp; in parse_input() 402 if (xp == endxp || p > ebp || ch == EOF || in parse_input() 404 if (xflag && xp != endxp && p > ebp) { in parse_input() 410 *xp++ = *avj; in parse_input() 418 xp = bxp; in parse_input() 452 if (bxp == xp) { in parse_input() 464 *xp++ = *avj; in parse_input() 467 xp = bxp; in parse_input() [all …]
|
| /freebsd-14.2/sys/dev/isp/ |
| H A D | ispvar.h | 668 #define ISP_FW_REVX(xp) (((xp)[0] << 16) | ((xp)[1] << 8) | (xp)[2]) argument 669 #define ISP_FW_MAJORX(xp) (xp[0]) argument 670 #define ISP_FW_MINORX(xp) (xp[1]) argument 671 #define ISP_FW_MICROX(xp) (xp[2]) argument
|
| /freebsd-14.2/lib/libc/gen/ |
| H A D | opendir.c | 229 struct dirent *xp; in _filldir() local 237 xp = NULL; in _filldir() 247 if ((xp == NULL) || in _filldir() 248 strcmp(dp->d_name, xp->d_name)) { in _filldir() 249 xp = dp; in _filldir()
|
| /freebsd-14.2/contrib/sendmail/src/ |
| H A D | macro.c | 184 char *xp; local 208 for (xp = xbuf; *s != '\0'; s++) 283 if (skipping || xp >= &xbuf[sizeof(xbuf) - 1]) 286 *xp++ = c; 293 xp < &xbuf[sizeof(xbuf) - 1]) 298 *xp++ = c; 305 *xp = '\0'; 332 i = xp - xbuf;
|
| /freebsd-14.2/sys/ufs/ffs/ |
| H A D | ffs_snapshot.c | 592 xp = VTOI(xvp); in ffs_snapshot() 607 DIP(xp, i_db[loc]), len, xp->i_number, in ffs_snapshot() 639 xp = VTOI(xvp); in ffs_snapshot() 686 if (xp == NULL) { in ffs_snapshot() 752 if (xp == ip) in ffs_snapshot() 1603 struct inode *xp; in ffs_snapgone() local 1612 xp = NULL; in ffs_snapgone() 1616 if (xp == ip) in ffs_snapgone() 1618 if (xp != NULL) in ffs_snapgone() 2139 struct inode *xp; in ffs_snapshot_unmount() local [all …]
|
| /freebsd-14.2/sys/contrib/openzfs/module/os/linux/spl/ |
| H A D | spl-generic.c | 158 uint64_t *xp, s[4]; in random_get_pseudo_bytes() local 162 xp = get_cpu_ptr(spl_pseudo_entropy); in random_get_pseudo_bytes() 164 s[0] = xp[0]; in random_get_pseudo_bytes() 165 s[1] = xp[1]; in random_get_pseudo_bytes() 166 s[2] = xp[2]; in random_get_pseudo_bytes() 167 s[3] = xp[3]; in random_get_pseudo_bytes() 191 xp[0] = s[0]; in random_get_pseudo_bytes() 192 xp[1] = s[1]; in random_get_pseudo_bytes() 193 xp[2] = s[2]; in random_get_pseudo_bytes() 194 xp[3] = s[3]; in random_get_pseudo_bytes()
|
| /freebsd-14.2/sys/contrib/device-tree/Bindings/timer/ |
| H A D | marvell,armada-370-xp-timer.txt | 8 "marvell,armada-xp-timer". 18 Clocks required for compatibles = "marvell,armada-xp-timer", 39 compatible = "marvell,armada-xp-timer";
|
| /freebsd-14.2/cddl/contrib/opensolaris/common/ctf/ |
| H A D | ctf_open.c | 253 uint_t *xp = fp->ctf_sxlate; in init_symtab() local 254 uint_t *xend = xp + fp->ctf_nsyms; in init_symtab() 271 for (; xp < xend; xp++, symp += sp->cts_entsize) { in init_symtab() 285 *xp = -1u; in init_symtab() 293 *xp = -1u; in init_symtab() 297 *xp = objtoff; in init_symtab() 303 *xp = -1u; in init_symtab() 307 *xp = funcoff; in init_symtab() 326 *xp = -1u; in init_symtab() 349 uint_t *xp; in init_types() local [all …]
|