Home
last modified time | relevance | path

Searched refs:user (Results 626 - 650 of 2754) sorted by relevance

1...<<21222324252627282930>>...111

/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
/third_party/ltp/testcases/kernel/syscalls/setsockopt/
H A Dsetsockopt03.c15 * a user namespace.
60 strncpy(p.match.u.user.name, "icmp", sizeof(p.match.u.user.name)); in run()
/third_party/ltp/testcases/network/tcp_cmds/ftp/
H A Dftp01.sh39 echo user $RUSER $PASSWD
59 echo user $RUSER $PASSWD
/third_party/spirv-tools/source/opt/
H A Deliminate_dead_output_stores_pass.h59 // Kill all dead stores resulting from |user| of loc-based |var|.
60 void KillAllDeadStoresOfLocRef(Instruction* user, Instruction* var);
62 // Kill all dead stores resulting from |user| of builtin |var|.
63 void KillAllDeadStoresOfBuiltinRef(Instruction* user, Instruction* var);
/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...]
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/
H A Dkvdb_service_impl.cpp103 if (meta.user == "0") { in Init()
104 ZLOGE("meta empty, bundleName:%{public}s, storeId:%{public}s, user = %{public}s", in Init()
105 meta.bundleName.c_str(), meta.GetStoreAlias().c_str(), meta.user.c_str()); in Init()
108 meta.user = "0"; in Init()
112 ZLOGE("meta empty, not public store. bundleName:%{public}s, storeId:%{public}s, user = %{public}s", in Init()
113 meta.bundleName.c_str(), meta.GetStoreAlias().c_str(), meta.user.c_str()); in Init()
160 auto user = AccountDelegate::GetInstance()->GetUserByToken(IPCSkeleton::GetCallingTokenID()); in GetStoreIds() local
162 auto prefix = StoreMetaData::GetPrefix({ deviceId, std::to_string(user), "default", appId.appId }); in GetStoreIds()
654 // when user is 0, old store no "isPublic" attr, as well as new store's "isPublic" is true, do not intercept. in BeforeCreate()
658 (old.user ! in BeforeCreate()
785 OnUserChange(uint32_t code, const std::string &user, const std::string &account) OnUserChange() argument
866 auto user = AccountDelegate::GetInstance()->GetUserByToken(metaData.tokenId); GetStoreMetaData() local
[all...]
/kernel/linux/linux-5.10/arch/s390/kernel/
H A Dcompat_linux.h91 long compat_sys_s390_chown16(const char __user *filename, u16 user, u16 group);
92 long compat_sys_s390_lchown16(const char __user *filename, u16 user, u16 group);
93 long compat_sys_s390_fchown16(unsigned int fd, u16 user, u16 group);
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/fault/
H A Dbase.c180 fault->user.ctor = nvkm_ufault_new; in nvkm_fault_new_()
181 fault->user.base = func->user.base; in nvkm_fault_new_()
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/subdev/fault/
H A Dbase.c163 fault->user.ctor = nvkm_ufault_new; in nvkm_fault_new_()
164 fault->user.base = func->user.base; in nvkm_fault_new_()
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/
H A Dnouveau_usif.c105 usif_ioctl(struct drm_file *filp, void __user *user, u32 argc) in usif_ioctl() argument
121 if (ret = -EFAULT, copy_from_user(argv, user, size)) in usif_ioctl()
173 if (copy_to_user(user, argv, argc)) in usif_ioctl()

Completed in 14 milliseconds

1...<<21222324252627282930>>...111