Home
last modified time | relevance | path

Searched defs:o (Results 201 – 225 of 460) sorted by relevance

12345678910>>...19

/openbmc/linux/fs/hpfs/
H A Dsuper.c448 int o; in hpfs_remount_fs() local
555 int o; in hpfs_fill_super() local
/openbmc/phosphor-objmgr/src/
H A Dassociations.cpp283 auto o = a->second.find(owner); in associationChanged() local
380 auto o = a->second.find(owner); in addSingleAssociation() local
/openbmc/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_model.h80 unsigned int o; member
/openbmc/qemu/hw/char/
H A Dserial-isa.c134 static void serial_isa_initfn(Object *o) in serial_isa_initfn()
H A Dserial-pci-multi.c181 static void multi_serial_init(Object *o) in multi_serial_init()
/openbmc/u-boot/common/
H A Dcli_hush.c867 static int b_check_space(o_string *o, int len) in b_check_space()
883 static int b_addchr(o_string *o, int ch) in b_addchr()
893 static void b_reset(o_string *o) in b_reset()
900 static void b_free(o_string *o) in b_free()
911 static int b_addqchr(o_string *o, int ch, int quote) in b_addqchr()
922 static int b_adduint(o_string *o, unsigned int i) in b_adduint()
2645 static int redirect_opt_num(o_string *o)
/openbmc/u-boot/board/armltd/vexpress64/
H A Dpcie.c57 #define XR3PCI_ECAM_OFFSET(b, d, o) (((b) << 20) | \ argument
/openbmc/linux/lib/
H A Datomic64.c146 s64 generic_atomic64_cmpxchg(atomic64_t *v, s64 o, s64 n) in generic_atomic64_cmpxchg()
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/gr/
H A Dctxgv100.c85 const u32 o = PPC_UNIT(gpc, ppc, 0); in gv100_grctx_generate_attrib() local
H A Dctxgm107.c919 const u32 o = PPC_UNIT(gpc, ppc, 0); in gm107_grctx_generate_attrib() local
/openbmc/linux/drivers/gpu/host1x/
H A Ddev.h331 struct output *o) in host1x_hw_show_channel_cdma()
338 struct output *o) in host1x_hw_show_channel_fifo()
343 static inline void host1x_hw_show_mlocks(struct host1x *host, struct output *o) in host1x_hw_show_mlocks()
/openbmc/linux/net/ceph/
H A Dosd_client.c5602 struct ceph_osd *o = con->private; in osd_get_authorizer() local
5619 struct ceph_osd *o = con->private; in osd_add_authorizer_challenge() local
5629 struct ceph_osd *o = con->private; in osd_verify_authorizer_reply() local
5641 struct ceph_osd *o = con->private; in osd_invalidate_authorizer() local
5653 struct ceph_osd *o = con->private; in osd_get_auth_request() local
5673 struct ceph_osd *o = con->private; in osd_handle_auth_reply_more() local
5693 struct ceph_osd *o = con->private; in osd_handle_auth_done() local
5707 struct ceph_osd *o = con->private; in osd_handle_auth_bad_method() local
5733 struct ceph_osd *o = msg->con->private; in osd_sign_message() local
5767 struct ceph_osd *o = con->private; in prep_next_sparse_read() local
[all …]
/openbmc/linux/arch/x86/pci/
H A Ddirect.c195 static int __init pci_sanity_check(const struct pci_raw_ops *o) in pci_sanity_check()
/openbmc/linux/tools/testing/selftests/arm64/mte/
H A Dcheck_user_mem.c197 int t, s, m, l, o; in main() local
/openbmc/linux/fs/befs/
H A Dlinuxvfs.c509 int i, o; in befs_utf2nls() local
586 int i, o; in befs_nls2utf() local
/openbmc/qemu/hw/xen/
H A Dxen_pt.c432 static uint64_t xen_pt_bar_read(void *o, hwaddr addr, in xen_pt_bar_read()
442 static void xen_pt_bar_write(void *o, hwaddr addr, uint64_t val, in xen_pt_bar_write()
/openbmc/openbmc/poky/meta/lib/oeqa/utils/
H A Ddecorators.py179 def __gettags(o): argument
/openbmc/linux/include/asm-generic/
H A Dlocal.h44 #define local_cmpxchg(l, o, n) atomic_long_cmpxchg((&(l)->a), (o), (n)) argument
/openbmc/qemu/hw/watchdog/
H A Dspapr_watchdog.c240 Object *o = OBJECT(dev); in spapr_wdt_realize() local
/openbmc/qemu/hw/ssi/
H A Dpl022.c76 int o; in pl022_xfer() local
/openbmc/linux/lib/zstd/compress/
H A Dzstd_compress_internal.h573 #define STORE_OFFSET(o) (assert((o)>0), o + ZSTD_REP_MOVE) argument
574 #define STORED_IS_OFFSET(o) ((o) > ZSTD_REP_MOVE) argument
575 #define STORED_IS_REPCODE(o) ((o) <= ZSTD_REP_MOVE) argument
576 #define STORED_OFFSET(o) (assert(STORED_IS_OFFSET(o)), (o)-ZSTD_REP_MOVE) argument
577 #define STORED_REPCODE(o) (assert(STORED_IS_REPCODE(o)), (o)+1) /* returns ID 1,2,3 */ argument
578 #define STORED_TO_OFFBASE(o) ((o)+1) argument
579 #define OFFBASE_TO_STORED(o) ((o)-1) argument
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/
H A Dhighlight.pack.js2 …urn t&&0===t.index}function a(e){return k.test(e)}function i(e){var n,t,r,i,o=e.className+" ";if(o… function
/openbmc/qemu/tcg/
H A Dtcg-op-vec.c267 static void vec_gen_ldst(TCGOpcode opc, TCGv_vec r, TCGv_ptr b, TCGArg o) in vec_gen_ldst()
277 void tcg_gen_ld_vec(TCGv_vec r, TCGv_ptr b, TCGArg o) in tcg_gen_ld_vec()
282 void tcg_gen_st_vec(TCGv_vec r, TCGv_ptr b, TCGArg o) in tcg_gen_st_vec()
287 void tcg_gen_stl_vec(TCGv_vec r, TCGv_ptr b, TCGArg o, TCGType low_type) in tcg_gen_stl_vec()
/openbmc/linux/net/core/
H A Dfib_notifier.c133 struct fib_notifier_ops *o; in __fib_notifier_ops_register() local
/openbmc/rest-dbus/resources/
H A Ddbus.js85 'o': 'objpath', property in format_one_type.basic_types

12345678910>>...19