Home
last modified time | relevance | path

Searched refs:user (Results 601 - 625 of 2689) sorted by relevance

1...<<21222324252627282930>>...108

/kernel/linux/linux-6.6/drivers/rtc/
H A Drtc-isl12022.c68 * A user-initiated temperature conversion is not started by this function,
214 u32 user, val; in isl12022_rtc_ioctl() local
223 user = 0; in isl12022_rtc_ioctl()
225 user |= RTC_VL_BACKUP_LOW; in isl12022_rtc_ioctl()
228 user |= RTC_VL_BACKUP_EMPTY; in isl12022_rtc_ioctl()
230 return put_user(user, (u32 __user *)arg); in isl12022_rtc_ioctl()
/third_party/ffmpeg/libavformat/
H A Dlibamqp.c67 const char *user, *password = NULL, *vhost; in amqp_proto_open() local
102 user = credentials; in amqp_proto_open()
103 if (*user == '\0') in amqp_proto_open()
104 user = "guest"; in amqp_proto_open()
106 user_decoded = ff_urldecode(user, 0); in amqp_proto_open()
/third_party/openssl/test/
H A Dhttp_test.c206 char *user, *host, *port, *path, *query, *frag; in test_http_url_ok() local
212 res = TEST_true(OSSL_HTTP_parse_url(url, &ssl, &user, &host, &port, &num, in test_http_url_ok()
219 if (res && *user != '\0') in test_http_url_ok()
220 res = TEST_str_eq(user, "user:pass"); in test_http_url_ok()
225 OPENSSL_free(user); in test_http_url_ok()
262 return test_http_url_ok("user:pass@host/p?q#fr", 0, "host", "80", "/p"); in test_http_url_userinfo_query_fragment()
/third_party/typescript/tests/baselines/reference/tsc/declarationEmit/
H A Dwhen-same-version-is-referenced-through-source-and-another-symlinked-package-moduleCaseChange.js2 //// [/user/username/projects/myProject/plugin-two/index.d.ts]
25 //// [/user/username/projects/myProject/plugin-two/node_modules/typescript-fsa/package.json]
28 //// [/user/username/projects/myProject/plugin-two/node_modules/typescript-fsa/index.d.ts]
43 //// [/user/username/projects/myproject/plugin-one/tsconfig.json]
46 //// [/user/username/projects/myproject/plugin-one/index.ts]
49 //// [/user/username/projects/myproject/plugin-one/action.ts]
55 //// [/user/username/projects/myproject/plugin-one/node_modules/typescript-fsa/package.json]
58 //// [/user/username/projects/myproject/plugin-one/node_modules/typescript-fsa/index.d.ts]
73 //// [/user/username/projects/myProject/plugin-one/node_modules/plugin-two] symlink(/user/usernam
[all...]
H A Dwhen-same-version-is-referenced-through-source-and-another-symlinked-package.js2 //// [/user/username/projects/myproject/plugin-two/index.d.ts]
25 //// [/user/username/projects/myproject/plugin-two/node_modules/typescript-fsa/package.json]
28 //// [/user/username/projects/myproject/plugin-two/node_modules/typescript-fsa/index.d.ts]
43 //// [/user/username/projects/myproject/plugin-one/tsconfig.json]
46 //// [/user/username/projects/myproject/plugin-one/index.ts]
49 //// [/user/username/projects/myproject/plugin-one/action.ts]
55 //// [/user/username/projects/myproject/plugin-one/node_modules/typescript-fsa/package.json]
58 //// [/user/username/projects/myproject/plugin-one/node_modules/typescript-fsa/index.d.ts]
73 //// [/user/username/projects/myproject/plugin-one/node_modules/plugin-two] symlink(/user/usernam
[all...]
/third_party/rust/crates/nix/src/sys/
H A Dresource.rs79 /// The maximum number of kqueues this user id is allowed to create.
103 /// message queues for the real user ID of the calling process.
120 /// The maximum number of simultaneous processes for this user id.
125 /// The maximum number of pseudo-terminals this user id is allowed to
156 /// user ID of the calling process.
161 /// The maximum size (in bytes) of socket buffer usage for this user.
167 /// or used by all of this user id's processes.
306 /// Total amount of time spent executing in user mode.
438 let user = usage.user_time(); in test_self_cpu_time()
439 assert!(user in test_self_cpu_time()
[all...]
/kernel/linux/linux-6.6/kernel/printk/
H A Dprintk.c731 struct devkmsg_user *user = file->private_data; in devkmsg_write() local
738 /* Ignore when user logging is disabled. */ in devkmsg_write()
744 if (!___ratelimit(&user->rs, current->comm)) in devkmsg_write()
790 struct devkmsg_user *user = file->private_data; in devkmsg_read() local
791 char *outbuf = &user->pbufs.outbuf[0]; in devkmsg_read()
793 .pbufs = &user->pbufs, in devkmsg_read()
797 ret = mutex_lock_interruptible(&user->lock); in devkmsg_read()
801 if (!printk_get_next_message(&pmsg, atomic64_read(&user->seq), true, false)) { in devkmsg_read()
818 printk_get_next_message(&pmsg, atomic64_read(&user->seq), true, in devkmsg_read()
826 atomic64_set(&user in devkmsg_read()
858 struct devkmsg_user *user = file->private_data; devkmsg_llseek() local
889 struct devkmsg_user *user = file->private_data; devkmsg_poll() local
908 struct devkmsg_user *user; devkmsg_open() local
939 struct devkmsg_user *user = file->private_data; devkmsg_release() local
[all...]
/third_party/curl/lib/
H A Dftplistparser.c85 } user; member
173 size_t user; member
181 static void fileinfo_dtor(void *user, void *element) in fileinfo_dtor() argument
183 (void)user; in fileinfo_dtor()
328 finfo->strings.user = parser->offsets.user ? in ftp_pl_insert_finfo()
329 str + parser->offsets.user : NULL; in ftp_pl_insert_finfo()
557 parser->state.UNIX.sub.user = PL_UNIX_USER_PRESPACE; in Curl_ftp_parselist()
567 switch(parser->state.UNIX.sub.user) { in Curl_ftp_parselist()
572 parser->state.UNIX.sub.user in Curl_ftp_parselist()
[all...]
H A Dhostip.c222 struct hostcache_prune_data user; in hostcache_prune() local
224 user.cache_timeout = cache_timeout; in hostcache_prune()
225 user.now = now; in hostcache_prune()
226 user.oldest = 0; in hostcache_prune()
229 (void *) &user, in hostcache_prune()
232 return user.oldest; in hostcache_prune()
304 struct hostcache_prune_data user; in fetch_addr() local
306 time(&user.now); in fetch_addr()
307 user.cache_timeout = data->set.dns_cache_timeout; in fetch_addr()
308 user in fetch_addr()
[all...]
/third_party/python/Lib/
H A Dnntplib.py315 def __init__(self, host, port=NNTP_PORT, user=None, password=None,
321 - user: username to authenticate with
342 if user or usenetrc:
343 self.login(user, password, usenetrc)
938 def login(self, user=None, password=None, usenetrc=True):
941 if not user and not usenetrc:
943 "At least one of `user` and `usenetrc` must be specified")
948 if usenetrc and not user:
953 user = auth[0]
958 if not user
[all...]
/kernel/linux/linux-5.10/arch/um/include/shared/
H A Dnet_kern.h42 char user[0]; member
56 const struct net_user_info *user; member
/kernel/linux/linux-6.6/arch/um/include/shared/
H A Dnet_kern.h42 char user[]; member
56 const struct net_user_info *user; member
/kernel/linux/linux-5.10/include/linux/mtd/
H A Dinftl.h12 #error This is a kernel header. Perhaps include nftl-user.h instead?
19 #include <mtd/inftl-user.h>
/kernel/linux/linux-5.10/include/rdma/
H A Drestrack.h82 * There are two types of entities: created by user and created
98 * @user: user resource
100 bool user; member
115 return !res->user; in rdma_is_kernel_res()
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/engine/disp/
H A Dcursnv50.c34 struct nv50_disp *disp, int ctrl, int user, in nv50_disp_curs_new_()
54 return nv50_disp_chan_new_(func, NULL, disp, ctrl + head, user + head, in nv50_disp_curs_new_()
33 nv50_disp_curs_new_(const struct nv50_disp_chan_func *func, struct nv50_disp *disp, int ctrl, int user, const struct nvkm_oclass *oclass, void *argv, u32 argc, struct nvkm_object **pobject) nv50_disp_curs_new_() argument
H A Doimmnv50.c34 struct nv50_disp *disp, int ctrl, int user, in nv50_disp_oimm_new_()
54 return nv50_disp_chan_new_(func, NULL, disp, ctrl + head, user + head, in nv50_disp_oimm_new_()
33 nv50_disp_oimm_new_(const struct nv50_disp_chan_func *func, struct nv50_disp *disp, int ctrl, int user, const struct nvkm_oclass *oclass, void *argv, u32 argc, struct nvkm_object **pobject) nv50_disp_oimm_new_() argument
/kernel/linux/linux-6.6/include/linux/mtd/
H A Dinftl.h12 #error This is a kernel header. Perhaps include nftl-user.h instead?
19 #include <mtd/inftl-user.h>
/kernel/linux/linux-6.6/io_uring/
H A Dnotif.h47 if (ctx->user) { in io_notif_account_mem()
48 ret = __io_account_mem(ctx->user, nr_pages); in io_notif_account_mem()
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/subdev/vfn/
H A Duvfn.c39 *addr = device->func->resource_addr(device, 0) + vfn->addr.user; in nvkm_uvfn_map()
40 *size = vfn->func->user.size; in nvkm_uvfn_map()
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Datmsap.h72 unsigned char user; member
81 unsigned char user; member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Datmsap.h72 unsigned char user; member
81 unsigned char user; member
/third_party/elfutils/backends/
H A Ds390_initreg.c36 # include <sys/user.h>
52 struct user user_regs; in s390_set_initial_registers_tid()
H A Darm_initreg.c36 # include <sys/user.h>
42 # include <sys/user.h>
/third_party/curl/lib/vauth/
H A Dcleartext.c103 * user name or password ready for sending to the recipient.
107 * valuep [in] - The user name or user's password.
122 * the user name ready for sending to the recipient.
126 * user [in] - The user name.
131 CURLcode Curl_auth_create_external_message(const char *user, in Curl_auth_create_external_message() argument
135 return Curl_auth_create_login_message(user, out); in Curl_auth_create_external_message()
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-eventlib-foreign/
H A Dlibsdevent.c26 timer_cb_sd(sd_event_source *source, uint64_t now, void *user) in timer_cb_sd() argument
40 void *user) in signal_cb_sd()
39 signal_cb_sd(sd_event_source *source, const struct signalfd_siginfo *si, void *user) signal_cb_sd() argument

Completed in 14 milliseconds

1...<<21222324252627282930>>...108