Searched refs:gp (Results 151 - 175 of 203) sorted by relevance

123456789

/freebsd-current/sys/geom/vinum/
H A Dgeom_vinum_rm.c41 gv_remove(struct g_geom *gp, struct gctl_req *req) argument
65 sc = gp->softc;
H A Dgeom_vinum_init.c48 gv_start_obj(struct g_geom *gp, struct gctl_req *req) argument
65 sc = gp->softc;
/freebsd-current/crypto/openssl/crypto/bn/asm/
H A Dmips.pl103 ($gp,$sp,$fp,$ra)=map("\$$_",(28..31));
109 $gp=$v1 if ($flavour =~ /nubi/i);
162 $REG_S $gp,0*$SZREG($sp)
288 $REG_L $gp,0*$SZREG($sp)
321 $REG_S $gp,0*$SZREG($sp)
416 $REG_L $gp,0*$SZREG($sp)
449 $REG_S $gp,0*$SZREG($sp)
532 $REG_L $gp,0*$SZREG($sp)
566 $REG_S $gp,0*$SZREG($sp)
663 $REG_L $gp,
[all...]
/freebsd-current/lib/libc/gen/
H A Dgetnetgrent.c195 struct netgrp *gp, *ogp; local
212 gp = st->st_gr;
213 while (gp != NULL) {
214 ogp = gp;
215 gp = gp->ng_next;
/freebsd-current/sys/dev/sound/pci/
H A Dsolo.c90 struct resource *io, *sb, *vc, *mpu, *gp; /* I/O address for the board */ member in struct:ess_info
847 if (sc->gp) {
848 bus_release_resource(dev, SYS_RES_IOPORT, PCIR_BAR(4), sc->gp);
849 sc->gp = NULL;
883 sc->gp = bus_alloc_resource_any(dev, SYS_RES_IOPORT, &rid, RF_ACTIVE);
892 sc->mpu && sc->gp && sc->lock)? 0 : ENXIO;
/freebsd-current/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dzvol_os.c1269 struct g_geom *gp; local
1272 gp = pp->geom;
1273 ASSERT3P(gp, !=, NULL);
1278 pp = g_new_providerf(gp, "%s/%s", ZVOL_DRIVER, newname);
1425 struct g_geom *gp; local
1431 gp = g_new_geomf(&zfs_zvol_class, "zfs::zvol::%s", name);
1432 gp->start = zvol_geom_bio_start;
1433 gp->access = zvol_geom_access;
1434 pp = g_new_providerf(gp, "%s/%s", ZVOL_DRIVER, name);
/freebsd-current/contrib/nvi/common/
H A Doptions.c404 if (sp->gp->scr_baud(sp, &v))
593 sp->gp->scr_optchange(sp, offset, NULL, &isset)) {
687 sp->gp->scr_optchange(sp, offset, np, &value)) {
733 sp->gp->scr_optchange(sp, offset, np, NULL)) {
764 &sp->gp->opts[sp->opts[opt].o_cur.val] : &sp->opts[opt];
/freebsd-current/crypto/openssl/crypto/sha/asm/
H A Dsha1-mips.pl38 ($gp,$tp,$sp,$fp,$ra)=map("\$$_",(3,28..31));
43 # - never ever touch $tp, "thread pointer", former $gp;
54 # ($gp,$sp,$fp,$ra)=map("\$$_",(28..31));
376 $REG_S $gp,($FRAMESIZE-15)*$SZREG($sp)
454 $REG_L $gp,($FRAMESIZE-15)*$SZREG($sp)
H A Dsha512-mips.pl40 ($gp,$tp,$sp,$fp,$ra)=map("\$$_",(3,28..31));
45 # - never ever touch $tp, "thread pointer", former $gp [o32 can be
57 # ($gp,$sp,$fp,$ra)=map("\$$_",(28..31));
348 $REG_S $gp,$FRAMESIZE-15*$SZREG($sp)
445 $REG_L $gp,$FRAMESIZE-15*$SZREG($sp)
/freebsd-current/sys/dev/md/
H A Dmd.c205 struct g_geom *gp, struct g_consumer *cp __unused, struct g_provider *pp);
263 struct g_geom *gp; member in struct:md_s
1298 struct g_geom *gp; local
1302 gp = g_new_geomf(&g_md_class, "md%d", sc->unit);
1303 gp->softc = sc;
1304 pp = g_new_providerf(gp, "md%d", sc->unit);
1320 sc->gp = gp;
1509 if (sc->gp) {
1511 g_wither_geom(sc->gp, ENXI
2087 g_md_dumpconf(struct sbuf *sb, const char *indent, struct g_geom *gp, struct g_consumer *cp __unused, struct g_provider *pp) argument
[all...]
/freebsd-current/sys/contrib/dev/rtw89/
H A Drtw8852a_rfk.c900 u8 gp = 0x0; local
904 for (gp = 0; gp < 0x4; gp++) {
907 rtw89_write_rf(rtwdev, path, RR_MOD, RR_MOD_M_RXG, rxgn_g[gp]);
908 rtw89_write_rf(rtwdev, path, RR_RXBB, RR_RXBB_C2G, attc2_g[gp]);
909 rtw89_write_rf(rtwdev, path, RR_RXBB, RR_RXBB_C1G, attc1_g[gp]);
912 rtw89_write_rf(rtwdev, path, RR_MOD, RR_MOD_M_RXG, rxgn_a[gp]);
913 rtw89_write_rf(rtwdev, path, RR_RXA2, RR_RXA2_C2, attc2_a[gp]);
914 rtw89_write_rf(rtwdev, path, RR_RXA2, RR_RXA2_C1, attc1_a[gp]);
1052 u8 gp = 0x0; local
[all...]
/freebsd-current/sys/dev/cfe/
H A Dcfe_api.c114 cfe_cpu_start(int cpu, void (*fn)(void), long sp, long gp, long a1) argument
125 xiocb.plist.xiocb_cpuctl.gp_val = gp;
/freebsd-current/sys/riscv/riscv/
H A Dexec_machdep.c88 regs->gp = frame->tf_gp;
107 frame->tf_gp = regs->gp;
H A Dswtch.S414 /* Load user ra and gp */
416 ld gp, (TF_GP)(sp)
440 sd gp, (PCB_GP)(a0)
/freebsd-current/contrib/llvm-project/libunwind/src/
H A Dlibunwind.cpp133 // this should actually be - info.gp. LLVM doesn't currently support
135 if (info.gp)
136 co->setReg(UNW_REG_SP, co->getReg(UNW_REG_SP) + info.gp);
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContext_mips.h273 uint64_t gp; member in struct:GPR_linux_mips
H A DRegisterInfos_riscv64.h87 DEFINE_GPR64_ALT(gp, x3, LLDB_INVALID_REGNUM),
H A DRegisterInfos_mips64.h114 DEFINE_GPR(gp, "r28", dwarf_gp_mips64, dwarf_gp_mips64, LLDB_INVALID_REGNUM,
/freebsd-current/contrib/libarchive/libarchive/test/
H A Dtest_acl_platform_nfs4.c606 gid_t g, *gp; local
664 gp = acl_get_qualifier(aclent);
665 g = *gp;
666 acl_free(gp);
/freebsd-current/stand/i386/btx/btx/
H A Dbtx.S475 pusha # Save gp regs
542 popal # Restore gp regs
582 popal # Restore gp regs
608 pushal # Save gp regs
687 popal # Restore gp regs
/freebsd-current/contrib/llvm-project/lld/ELF/Arch/
H A DRISCV.cpp469 Defined *gp = ElfSym::riscvGlobalPointer; local
470 int64_t displace = SignExtend64(val - gp->getVA(), bits);
792 const Defined *gp = ElfSym::riscvGlobalPointer; local
793 if (!gp)
796 if (!isInt<12>(r.sym->getVA(r.addend) - gp->getVA()))
/freebsd-current/lib/libgeom/
H A Dgeom_xml2tree.c494 delete_config(struct gconf *gp) argument
499 cf = LIST_FIRST(gp);
/freebsd-current/sys/arm/ti/omap4/
H A Domap4_scm_padconf.c64 #define _PINDEF(r, b, gp, gm, m0, m1, m2, m3, m4, m5, m6, m7) \
66 .gpio_pin = gp, \
/freebsd-current/sys/geom/raid/
H A Dmd_jmicron.c800 struct g_geom **gp)
813 *gp = sc->sc_geom;
819 struct g_consumer *cp, struct g_geom **gp)
955 *gp = geom;
799 g_raid_md_create_jmicron(struct g_raid_md_object *md, struct g_class *mp, struct g_geom **gp) argument
818 g_raid_md_taste_jmicron(struct g_raid_md_object *md, struct g_class *mp, struct g_consumer *cp, struct g_geom **gp) argument
/freebsd-current/contrib/wpa/wpa_supplicant/
H A Dctrl_iface_unix.c69 struct ctrl_iface_global_priv *gp);
963 struct ctrl_iface_global_priv *gp)
1040 else if (gp)
1042 wpa_s->global, gp);
957 wpa_supplicant_ctrl_iface_send(struct wpa_supplicant *wpa_s, const char *ifname, int sock, struct dl_list *ctrl_dst, int level, const char *buf, size_t len, struct ctrl_iface_priv *priv, struct ctrl_iface_global_priv *gp) argument

Completed in 204 milliseconds

123456789