Home
last modified time | relevance | path

Searched refs:user (Results 576 - 600 of 2623) sorted by relevance

1...<<21222324252627282930>>...105

/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
/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-5.10/mm/
H A Dmlock.c12 #include <linux/sched/user.h>
850 int user_shm_lock(size_t size, struct user_struct *user) in user_shm_lock() argument
862 locked + user->locked_shm > lock_limit && !capable(CAP_IPC_LOCK)) in user_shm_lock()
864 get_uid(user); in user_shm_lock()
865 user->locked_shm += locked; in user_shm_lock()
872 void user_shm_unlock(size_t size, struct user_struct *user) in user_shm_unlock() argument
875 user->locked_shm -= (size + PAGE_SIZE - 1) >> PAGE_SHIFT; in user_shm_unlock()
877 free_uid(user); in user_shm_unlock()
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/mac/hmac/
H A Dhmac_edca_opt.c61 mac_user_stru *user = HI_NULL; in hmac_edca_opt_stat_traffic_num() local
70 user = hi_list_entry(list_pos, mac_user_stru, user_dlist); in hmac_edca_opt_stat_traffic_num()
71 hmac_user = (hmac_user_stru *)hmac_user_get_user_stru((hi_u8)user->us_assoc_id); in hmac_edca_opt_stat_traffic_num()
/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 9 milliseconds

1...<<21222324252627282930>>...105