Home
last modified time | relevance | path

Searched refs:user (Results 1051 - 1075 of 2754) sorted by relevance

1...<<41424344454647484950>>...111

/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/subdev/vfn/
H A Dga100.c39 .user = { 0x030000, 0x010000, { -1, -1, AMPERE_USERMODE_A } },
H A Dpriv.h15 } user; member
/kernel/linux/linux-6.6/security/selinux/ss/
H A Dcontext.c29 hash = jhash_3words(c->user, c->role, c->type, hash); in context_compute_hash()
/kernel/linux/linux-6.6/sound/pci/ctxfi/
H A Dctimap.h22 unsigned short user; /* the id of the user resource consuming data */ member
/kernel/linux/linux-6.6/kernel/time/
H A Dtimekeeping.h25 extern void update_process_times(int user);
/third_party/eudev/src/mtd_probe/
H A Dmtd_probe.h22 #include <mtd/mtd-user.h>
/third_party/curl/lib/
H A Dsmb.h38 char *user; member
/third_party/libwebsockets/lib/jose/
H A Dprivate-lib-jose.h48 void *user);
/third_party/libwebsockets/lib/abstract/
H A Dprivate-lib-abstract.h33 void *user; member
/third_party/jerryscript/tests/debugger/
H A Ddo_variables.js38 var user = {
/third_party/nghttp2/src/
H A Dshrpx.h48 inline int initgroups(const char *user, gid_t group) { return 0; } in initgroups() argument
/third_party/rust/crates/clap/tests/derive_ui/
H A Dflatten_and_methods.rs14 user: String,
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_query_helper.h114 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 Domap_hwmod.h204 * 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 Dentry.S63 ; 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 Dentry.S33 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 Dpvrusb2-context.c297 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 Dpvrusb2-context.c297 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 Dgk104.c198 .user = 5,
300 .user = 0,
317 .user = {
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/include/nvkm/core/
H A Dfalcon.h76 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 Dsocks5-client.c33 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 Dminimal-http-client.c131 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 Dmain.c5 * 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 Dprotocol_lws_sshd_demo.c387 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 Dminimal-http-client.c72 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

Completed in 10 milliseconds

1...<<41424344454647484950>>...111