/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/subdev/vfn/ |
H A D | ga100.c | 39 .user = { 0x030000, 0x010000, { -1, -1, AMPERE_USERMODE_A } },
|
H A D | priv.h | 15 } user; member
|
/kernel/linux/linux-6.6/security/selinux/ss/ |
H A D | context.c | 29 hash = jhash_3words(c->user, c->role, c->type, hash); in context_compute_hash()
|
/kernel/linux/linux-6.6/sound/pci/ctxfi/ |
H A D | ctimap.h | 22 unsigned short user; /* the id of the user resource consuming data */ member
|
/kernel/linux/linux-6.6/kernel/time/ |
H A D | timekeeping.h | 25 extern void update_process_times(int user);
|
/third_party/eudev/src/mtd_probe/ |
H A D | mtd_probe.h | 22 #include <mtd/mtd-user.h>
|
/third_party/curl/lib/ |
H A D | smb.h | 38 char *user; member
|
/third_party/libwebsockets/lib/jose/ |
H A D | private-lib-jose.h | 48 void *user);
|
/third_party/libwebsockets/lib/abstract/ |
H A D | private-lib-abstract.h | 33 void *user; member
|
/third_party/jerryscript/tests/debugger/ |
H A D | do_variables.js | 38 var user = {
|
/third_party/nghttp2/src/ |
H A D | shrpx.h | 48 inline int initgroups(const char *user, gid_t group) { return 0; } in initgroups() argument
|
/third_party/rust/crates/clap/tests/derive_ui/ |
H A D | flatten_and_methods.rs | 14 user: String,
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/ |
H A D | sqlite_query_helper.h | 114 int GetAndBindGidKvCloudQueryStatement(const std::string &user, sqlite3 *dbHandle, sqlite3_stmt *&stmt); 119 const std::string &user, sqlite3_stmt *&stmt); 124 int64_t timeStamp, const std::string &user);
|
/kernel/linux/linux-5.10/arch/arm/mach-omap2/ |
H A D | omap_hwmod.h | 204 * omap_hwmod_ocp_if.user bits: these indicate the initiators that use this 230 * @user: initiators using this interface (see OCP_USER_* macros above) 250 u8 user; member 649 void *user), 650 void *user);
|
/kernel/linux/linux-6.6/arch/arc/kernel/ |
H A D | entry.S | 63 ; Return to user space 67 ; user mode, in a round about way since that is always done from 251 ; If ret to user mode do we need to handle signals, schedule() et al. 269 ; Fast Path return to user mode if no pending work
|
/kernel/linux/linux-6.6/arch/arm/nwfpe/ |
H A D | entry.S | 33 the user code. If the emulator is unable to emulate the instruction, 35 user program with a core dump. 47 user registers into it. See /usr/include/asm/proc/ptrace.h for details. 54 executes the instruction, without returning to user space. In this 109 .Lfix: ret r9 @ let the user eat segfaults 131 sub r4, r4, #4 @ ARM instruction at user PC - 4 132 USERL( .Lrep, ldrt r0, [r4]) @ load opcode from user space
|
/kernel/linux/linux-5.10/drivers/media/usb/pvrusb2/ |
H A D | pvrusb2-context.c | 297 cp->stream->user = NULL; in pvr2_channel_disclaim_stream() 381 if (sp && sp->user) { in pvr2_channel_claim_stream() 387 sp->user = cp; in pvr2_channel_claim_stream()
|
/kernel/linux/linux-6.6/drivers/media/usb/pvrusb2/ |
H A D | pvrusb2-context.c | 297 cp->stream->user = NULL; in pvr2_channel_disclaim_stream() 381 if (sp && sp->user) { in pvr2_channel_claim_stream() 387 sp->user = cp; in pvr2_channel_claim_stream()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/engine/disp/ |
H A D | gk104.c | 198 .user = 5, 300 .user = 0, 317 .user = {
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/include/nvkm/core/ |
H A D | falcon.h | 76 nvkm_printk___((f)->owner, (f)->user, NV_DBG_##l, p, "%s:"fmt, (f)->name, ##a); \ 78 nvkm_printk___((f)->owner, (f)->user, NV_DBG_##l, p, fmt, ##a); \ 146 int nvkm_falcon_fw_boot(struct nvkm_falcon_fw *, struct nvkm_subdev *user,
|
/third_party/libwebsockets/lib/core-net/ |
H A D | socks5-client.c | 33 char user[96]; in lws_set_socks() local 44 if (lws_ptr_diff_size_t(p_at, socks) > (sizeof(user) + in lws_set_socks() 53 sizeof(user) - 1) { in lws_set_socks() 54 lwsl_vhost_err(vhost, "user too long"); in lws_set_socks() 69 lwsl_vhost_info(vhost, " Socks auth, user: %s, password: %s", in lws_set_socks() 139 /* length of the user name */ in lws_socks5c_generate_msg() 141 /* user name */ in lws_socks5c_generate_msg()
|
/third_party/libwebsockets/minimal-examples/http-client/minimal-http-client-jit-trust/ |
H A D | minimal-http-client.c | 131 if ((p = lws_cmdline_option(a->argc, a->argv, "--user"))) in try_connect() 181 i.fi_wsi_name = "user"; in try_connect() 202 void *user, void *in, size_t len) in callback_http() 336 return lws_callback_http_dummy(wsi, reason, user, in, len); in callback_http() 434 info.user = &args; in main() 201 callback_http(struct lws *wsi, enum lws_callback_reasons reason, void *user, void *in, size_t len) callback_http() argument
|
/third_party/libwebsockets/minimal-examples/ws-client/minimal-ws-client-binance/ |
H A D | main.c | 5 * Kutoga <kutoga@user.github.invalid> 221 void *user, void *in, size_t len) in callback_minimal() 223 struct my_conn *mco = (struct my_conn *)user; in callback_minimal() 306 return lws_callback_http_dummy(wsi, reason, user, in, len); in callback_minimal() 220 callback_minimal(struct lws *wsi, enum lws_callback_reasons reason, void *user, void *in, size_t len) callback_minimal() argument
|
/third_party/libwebsockets/plugins/ |
H A D | protocol_lws_sshd_demo.c | 387 void *user, void *in, size_t len) in callback_lws_sshd_demo() 436 user = lws_adjust_protocol_psds(wsi, in callback_lws_sshd_demo() 442 user, in, len); in callback_lws_sshd_demo() 386 callback_lws_sshd_demo(struct lws *wsi, enum lws_callback_reasons reason, void *user, void *in, size_t len) callback_lws_sshd_demo() argument
|
/third_party/libwebsockets/minimal-examples/http-client/minimal-http-client/ |
H A D | minimal-http-client.c | 72 void *user, void *in, size_t len) in callback_http() 195 return lws_callback_http_dummy(wsi, reason, user, in, len); in callback_http() 271 if ((p = lws_cmdline_option(a->argc, a->argv, "--user"))) in system_notify_cb() 324 i.fi_wsi_name = "user"; in system_notify_cb() 364 info.user = &args; in main() 71 callback_http(struct lws *wsi, enum lws_callback_reasons reason, void *user, void *in, size_t len) callback_http() argument
|