Home
last modified time | relevance | path

Searched refs:user (Results 476 - 500 of 2623) sorted by relevance

1...<<11121314151617181920>>...105

/kernel/linux/linux-5.10/arch/m68k/fpsp040/
H A Dfpsp.h63 | because it needs to report an exception back to the user. This
83 .set USER_D0,LV+0 | saved user D0
84 .set USER_D1,LV+4 | saved user D1
85 .set USER_A0,LV+8 | saved user A0
86 .set USER_A1,LV+12 | saved user A1
87 .set USER_FP0,LV+16 | saved user FP0
88 .set USER_FP1,LV+28 | saved user FP1
89 .set USER_FP2,LV+40 | saved user FP2
90 .set USER_FP3,LV+52 | saved user FP3
91 .set USER_FPCR,LV+64 | saved user FPC
[all...]
/kernel/linux/linux-6.6/arch/m68k/fpsp040/
H A Dfpsp.h63 | because it needs to report an exception back to the user. This
83 .set USER_D0,LV+0 | saved user D0
84 .set USER_D1,LV+4 | saved user D1
85 .set USER_A0,LV+8 | saved user A0
86 .set USER_A1,LV+12 | saved user A1
87 .set USER_FP0,LV+16 | saved user FP0
88 .set USER_FP1,LV+28 | saved user FP1
89 .set USER_FP2,LV+40 | saved user FP2
90 .set USER_FP3,LV+52 | saved user FP3
91 .set USER_FPCR,LV+64 | saved user FPC
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/
H A Dnouveau_chan.c55 struct nouveau_cli *cli = (void *)chan->user.client; in nouveau_channel_killed()
69 struct nouveau_cli *cli = (void *)chan->user.client; in nouveau_channel_idle()
93 struct nouveau_cli *cli = (void *)chan->user.client; in nouveau_channel_del()
106 nvif_object_dtor(&chan->user); in nouveau_channel_del()
343 chan->userd = &chan->user; in nouveau_channel_ctor()
350 &args, sizeof(args), &chan->user); in nouveau_channel_ctor()
375 if (chan->user.oclass >= FERMI_CHANNEL_GPFIFO) { in nouveau_channel_init()
384 ret = nvif_event_ctor(&chan->user, "abi16ChanKilled", chan->chid, in nouveau_channel_init()
410 ret = nvif_object_ctor(&chan->user, "abi16ChanVramCtxDma", vram, in nouveau_channel_init()
435 ret = nvif_object_ctor(&chan->user, "abi16ChanGartCtxDm in nouveau_channel_init()
[all...]
/third_party/python/Lib/
H A Dftplib.py9 >>> ftp.login() # default, i.e.: user anonymous, passwd anonymous@
78 host, user, passwd, acct, timeout, source_address, encoding
109 def __init__(self, host='', user='', passwd='', acct='',
115 and user, passwd, acct (for login()).
122 if user:
123 self.login(user, passwd, acct)
395 def login(self, user = '', passwd = '', acct = ''):
397 if not user:
398 user = 'anonymous'
403 if user
[all...]
/third_party/selinux/libsepol/cil/src/
H A Dcil.c275 CIL_KEY_USER = cil_strpool_add("user"); in cil_init_keys()
1432 struct cil_user *user = NULL; in cil_userprefixes_to_string() local
1444 user = userprefix->user; in cil_userprefixes_to_string()
1445 str_len += strlen("user ") + strlen(user->datum.fqn) + strlen(" prefix ") + strlen(userprefix->prefix_str) + 2; in cil_userprefixes_to_string()
1455 user = userprefix->user; in cil_userprefixes_to_string()
1457 buf_pos = snprintf(str_tmp, str_len, "user %s prefix %s;\n", user in cil_userprefixes_to_string()
1677 struct cil_user *user = selinuxuser->user; cil_selinuxusers_to_string() local
1695 struct cil_user *user = selinuxuser->user; cil_selinuxusers_to_string() local
1740 struct cil_user *user = ctx->user; cil_filecons_to_string() local
1806 struct cil_user *user = ctx->user; cil_filecons_to_string() local
2723 cil_user_init(struct cil_user **user) cil_user_init() argument
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/dispnv50/
H A Doimm507b.c37 &args, sizeof(args), &wndw->wimm.base.user); in oimm507b_init_()
43 nvif_object_map(&wndw->wimm.base.user, NULL, 0); in oimm507b_init_()
/kernel/linux/linux-5.10/drivers/staging/media/ipu3/
H A Dipu3-css-params.h16 struct ipu3_uapi_params *user);
21 struct ipu3_uapi_params *user);
/kernel/linux/linux-6.6/drivers/staging/media/ipu3/
H A Dipu3-css-params.h16 struct ipu3_uapi_params *user);
21 struct ipu3_uapi_params *user);
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/dispnv50/
H A Doimm507b.c37 &args, sizeof(args), &wndw->wimm.base.user); in oimm507b_init_()
43 nvif_object_map(&wndw->wimm.base.user, NULL, 0); in oimm507b_init_()
/third_party/typescript/tests/baselines/reference/
H A DgenericUnboundedTypeParamAssignability.js14 function user<T>(t: T) {
33 function user(t) { function
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/
H A Dap_config_file.c246 static int hostapd_config_eap_user_salted(struct hostapd_eap_user *user, in hostapd_config_eap_user_salted() argument
263 user->password = os_malloc(len); in hostapd_config_eap_user_salted()
264 if (!user->password) { in hostapd_config_eap_user_salted()
271 if (hexstr2bin(*pos, user->password, len) < 0) { in hostapd_config_eap_user_salted()
277 user->password_len = len; in hostapd_config_eap_user_salted()
280 user->salt_len = (pos2 - *pos) / 2; in hostapd_config_eap_user_salted()
281 user->salt = os_malloc(user->salt_len); in hostapd_config_eap_user_salted()
282 if (!user->salt) { in hostapd_config_eap_user_salted()
289 if (hexstr2bin(*pos, user in hostapd_config_eap_user_salted()
307 struct hostapd_eap_user *user = NULL, *tail = NULL, *new_user = NULL; hostapd_config_read_eap_user() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/
H A Dap_config_file.c240 static int hostapd_config_eap_user_salted(struct hostapd_eap_user *user, in hostapd_config_eap_user_salted() argument
257 user->password = os_malloc(len); in hostapd_config_eap_user_salted()
258 if (!user->password) { in hostapd_config_eap_user_salted()
265 if (hexstr2bin(*pos, user->password, len) < 0) { in hostapd_config_eap_user_salted()
271 user->password_len = len; in hostapd_config_eap_user_salted()
274 user->salt_len = (pos2 - *pos) / 2; in hostapd_config_eap_user_salted()
275 user->salt = os_malloc(user->salt_len); in hostapd_config_eap_user_salted()
276 if (!user->salt) { in hostapd_config_eap_user_salted()
283 if (hexstr2bin(*pos, user in hostapd_config_eap_user_salted()
301 struct hostapd_eap_user *user = NULL, *tail = NULL, *new_user = NULL; hostapd_config_read_eap_user() local
[all...]
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/hdmi/src/mkp/
H A Ddrv_hdmi_intf.h82 hi_s32 drv_hdmi_open(hdmi_device *hdmi_dev, hi_bool user);
84 hi_s32 drv_hdmi_close(hdmi_device *hdmi_dev, hi_bool user);
118 hi_s32 drv_hdmi_cmd_process(unsigned int cmd, hi_void *arg, hi_bool user);
/kernel/linux/linux-5.10/arch/um/drivers/
H A Dpcap_kern.c25 ppri = (struct pcap_data *) pri->user; in pcap_init()
38 (struct pcap_data *) &lp->user); in pcap_read()
101 .user = &pcap_user_info,
/kernel/linux/linux-6.6/arch/arm/include/asm/
H A Dtls.h14 mrc p15, 0, \tmp2, c13, c0, 2 @ get the user r/w register
15 @ TLS register update is deferred until return to user space
16 mcr p15, 0, \tpuser, c13, c0, 2 @ set the user r/w register
104 * eventually if you do so. The user helper
/kernel/linux/linux-6.6/arch/um/drivers/
H A Dpcap_kern.c25 ppri = (struct pcap_data *) pri->user; in pcap_init_kern()
38 (struct pcap_data *) &lp->user); in pcap_read()
101 .user = &pcap_user_info,
/kernel/linux/linux-5.10/tools/perf/util/
H A Dprobe-event.h177 struct nsinfo *nsi, bool user);
181 struct strfilter *filter, bool user);
195 struct map *get_target_map(const char *target, struct nsinfo *nsi, bool user);
/kernel/linux/linux-5.10/include/uapi/linux/netfilter/
H A Dx_tables.h19 } user; member
42 } user; member
59 .target.u.user = { \
/kernel/linux/linux-6.6/io_uring/
H A Drsrc.h137 int __io_account_mem(struct user_struct *user, unsigned long nr_pages);
139 static inline void __io_unaccount_mem(struct user_struct *user, in __io_unaccount_mem() argument
142 atomic_long_sub(nr_pages, &user->locked_vm); in __io_unaccount_mem()
/kernel/linux/linux-6.6/include/uapi/linux/netfilter/
H A Dx_tables.h19 } user; member
42 } user; member
59 .target.u.user = { \
/kernel/linux/linux-6.6/arch/x86/um/
H A DMakefile42 $(obj)/user-offsets.s: c_flags = -Wp,-MD,$(depfile) $(USER_CFLAGS) \
44 targets += user-offsets.s
46 include/generated/user_constants.h: $(obj)/user-offsets.s FORCE
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/engine/disp/
H A Dudisp.c53 if (disp->func->user[index].ctor) { in nvkm_udisp_sclass()
54 sclass->base = disp->func->user[index].base; in nvkm_udisp_sclass()
55 sclass->ctor = disp->func->user[index].ctor; in nvkm_udisp_sclass()
H A Dchan.h15 int user; member
36 u64 (*user)(struct nvkm_disp_chan *, u64 *size); member
66 int user; member
/kernel/linux/linux-6.6/tools/perf/util/
H A Dprobe-event.h178 struct nsinfo *nsi, bool user);
182 struct strfilter *filter, bool user);
196 struct map *get_target_map(const char *target, struct nsinfo *nsi, bool user);
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/netfilter/
H A Dx_tables.h32 } user; member
47 } user; member
57 {.target.u.user = {.target_size = XT_ALIGN(__size),.name = __name, }, \

Completed in 14 milliseconds

1...<<11121314151617181920>>...105