| /OK3568_Linux_fs/kernel/drivers/hwspinlock/ |
| H A D | sprd_hwspinlock.c | 47 int user_id, lock_id; in sprd_hwspinlock_trylock() local 54 user_id = readl(sprd_hwlock->base + HWSPINLOCK_MASTERID(lock_id)); in sprd_hwspinlock_trylock() 57 lock_id, user_id); in sprd_hwspinlock_trylock()
|
| /OK3568_Linux_fs/kernel/drivers/staging/media/allegro-dvt/ |
| H A D | allegro-core.c | 233 int user_id; member 347 unsigned int user_id) in allegro_find_channel_by_user_id() argument 352 if (channel->user_id == user_id) in allegro_find_channel_by_user_id() 1031 msg.user_id = channel->user_id; in allegro_mcu_send_create_channel() 1648 channel = allegro_find_channel_by_user_id(dev, msg->user_id); in allegro_handle_create_channel() 1653 msg->user_id); in allegro_handle_create_channel() 1660 channel->user_id, in allegro_handle_create_channel() 1670 channel->user_id, channel->mcu_channel_id); in allegro_handle_create_channel() 1737 channel->user_id, channel->mcu_channel_id); in allegro_handle_destroy_channel() 2003 if (channel->user_id != -1) { in allegro_destroy_channel() [all …]
|
| H A D | allegro-mail.h | 141 u32 user_id; member 151 u32 user_id; member
|
| H A D | allegro-mail.c | 232 dst[i++] = msg->user_id; in allegro_enc_create_channel() 368 msg->user_id = src[i++]; in allegro_dec_create_channel()
|
| /OK3568_Linux_fs/buildroot/package/android-tools/ |
| H A D | 0002-Fix-adbd-for-non-Ubuntu-systems.patch | 98 - char user_id[15]; 103 - snprintf(user_id, sizeof user_id, "%d", pw->pw_uid); 105 - path = g_build_filename("/run", "user", user_id, "dbus-session", NULL);
|
| /OK3568_Linux_fs/buildroot/package/php-amqp/ |
| H A D | 0002-more-work-for-php-8.patch | 79 - zend_update_property_stringl(this_ce, getThis(), ZEND_STRL("user_id"), user_id, user_id_len TS… 83 …_property_stringl(this_ce, PHP5to8_OBJ_PROP(getThis()), ZEND_STRL("user_id"), user_id, user_id_len… 208 …_stringl(this_ce, obj, ZEND_STRL("user_id"), (const char *) p->user_id.bytes, (PHP5to7_param_str_l… 209 …PHP5to8_OBJ_PROP(obj), ZEND_STRL("user_id"), (const char *) p->user_id.bytes, (PHP5to7_param_str_l… 212 - zend_update_property_stringl(this_ce, obj, ZEND_STRL("user_id"), "", 0 TSRMLS_CC); 213 + zend_update_property_stringl(this_ce, PHP5to8_OBJ_PROP(obj), ZEND_STRL("user_id"), "", 0 T…
|
| /OK3568_Linux_fs/kernel/fs/ |
| H A D | aio.c | 102 unsigned long user_id; member 344 ctx->user_id = ctx->mmap_base = vma->vm_start; in aio_ring_mremap() 541 ctx->user_id = ctx->mmap_base; in aio_setup_ring() 792 ctx, ctx->user_id, mm, ctx->nr_events); in ioctx_alloc() 1067 if (ctx && ctx->user_id == ctx_id) { in lookup_ioctx() 1333 ret = put_user(ioctx->user_id, ctxp); in SYSCALL_DEFINE2() 1365 ret = put_user((u32)ioctx->user_id, ctx32p); in COMPAT_SYSCALL_DEFINE2()
|
| /OK3568_Linux_fs/kernel/fs/fuse/ |
| H A D | inode.c | 585 ctx->user_id = make_kuid(fc->user_ns, result.uint_32); in fuse_parse_param() 586 if (!uid_valid(ctx->user_id)) in fuse_parse_param() 640 from_kuid_munged(fc->user_ns, fc->user_id)); in fuse_show_options() 1401 fc->user_id = ctx->user_id; in fuse_fill_super_common()
|
| H A D | fuse_i.h | 509 kuid_t user_id; member 554 kuid_t user_id; member
|
| H A D | control.c | 253 inode->i_uid = fc->user_id; in fuse_ctl_add_dentry()
|
| H A D | dir.c | 1252 if (uid_eq(cred->euid, fc->user_id) && in fuse_allow_current_process() 1253 uid_eq(cred->suid, fc->user_id) && in fuse_allow_current_process() 1254 uid_eq(cred->uid, fc->user_id) && in fuse_allow_current_process()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/sfc/ |
| H A D | rx_common.c | 585 if (ctx->user_id != id) in efx_alloc_rss_context_entry() 603 new->user_id = id; in efx_alloc_rss_context_entry() 616 if (ctx->user_id == id) in efx_find_rss_context_entry()
|
| H A D | net_driver.h | 729 u32 user_id; member
|
| H A D | ethtool_common.c | 1295 *rss_context = ctx->user_id; in efx_ethtool_set_rxfh_context()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/rtl8852b/ |
| H A D | hal_trx_8852b.c | 121 mdata->user_id); in _hal_dump_rxdesc() 270 mdata->user_id = GET_RX_AX_DESC_USER_ID_8852B(desc); in _hal_parsing_rx_wd_8852b()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/rtl8852b/ |
| H A D | hal_trx_8852b.c | 121 mdata->user_id); in _hal_dump_rxdesc() 270 mdata->user_id = GET_RX_AX_DESC_USER_ID_8852B(desc); in _hal_parsing_rx_wd_8852b()
|
| /OK3568_Linux_fs/kernel/fs/hpfs/ |
| H A D | hpfs.h | 463 u8 user_id[16]; /* unused */ member
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/ |
| H A D | phl_trx_def.h | 280 u8 user_id; /* DW1 [8:15] */ member
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/ |
| H A D | phl_trx_def.h | 284 u8 user_id; /* DW1 [8:15] */ member
|
| /OK3568_Linux_fs/kernel/net/iucv/ |
| H A D | af_iucv.c | 933 char user_id[9]; in iucv_sock_sendmsg() local 1101 user_id[8] = 0; in iucv_sock_sendmsg() 1102 memcpy(user_id, iucv->dst_user_id, 8); in iucv_sock_sendmsg() 1107 appl_id, user_id); in iucv_sock_sendmsg()
|
| /OK3568_Linux_fs/yocto/poky/meta/classes/ |
| H A D | useradd-staticids.bbclass | 84 # username:password:user_id:group_id:comment:home_directory:login_shell
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/ |
| H A D | views.py | 1414 prj.user_id = request.user.pk 1487 prj.user_id = request.user.pk
|
| /OK3568_Linux_fs/kernel/Documentation/filesystems/ |
| H A D | fuse.rst | 77 user_id=N
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/rtl8852b/pci/ |
| H A D | hal_trx_8852be.c | 976 mdata->user_id = GET_RX_AX_DESC_USER_ID_8852B(desc); in _hal_parsing_rx_wd_8852be()
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/orm/ |
| H A D | models.py | 189 user_id = models.IntegerField(null=True) variable in Project
|