/kernel/linux/linux-6.6/fs/ |
H A D | init.c | 3 * Routines that mimic syscalls, but don't use the user address space or file 82 int __init init_chown(const char *filename, uid_t user, gid_t group, int flags) in init_chown() argument 93 error = chown_common(&path, user, group); in init_chown()
|
/kernel/linux/linux-6.6/fs/smb/server/mgmt/ |
H A D | user_session.c | 147 if (sess->user) in ksmbd_session_destroy() 148 ksmbd_free_user(sess->user); in ksmbd_session_destroy()
|
/kernel/linux/linux-6.6/include/linux/netfilter/ |
H A D | x_tables.h | 156 /* Called when user tries to insert an entry of this type. */ 194 /* Called when user tries to insert an entry of this type: 261 * Number of user chains. Since tables cannot have loops, at most 262 * @stacksize jumps (number of user chains) can possibly be made. 464 } user; member 480 } user; member
|
/kernel/linux/linux-6.6/drivers/video/fbdev/ |
H A D | skeletonfb.c | 139 * @user: tell us if the userland (value=1) or the console is accessing 149 static int xxxfb_open(struct fb_info *info, int user) in xxxfb_open() argument 158 * @user: tell us if the userland (value=1) or the console is accessing 168 static int xxxfb_release(struct fb_info *info, int user) in xxxfb_release() argument 429 * function. Creating a dummy function will just confuse user apps. in xxxfb_pan_display() 978 /* Parse user specified options (`video=xxxfb:') */ in xxxfb_setup()
|
/kernel/linux/linux-6.6/kernel/ |
H A D | Makefile | 8 sysctl.o capability.o ptrace.o user.o \ 120 obj-$(CONFIG_USER_RETURN_NOTIFIER) += user-return-notifier.o
|
/kernel/linux/linux-6.6/drivers/gpu/drm/radeon/ |
H A D | radeon_fbdev.c | 145 static int radeon_fbdev_fb_open(struct fb_info *info, int user) in radeon_fbdev_fb_open() argument 163 static int radeon_fbdev_fb_release(struct fb_info *info, int user) in radeon_fbdev_fb_release() argument
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/ |
H A D | nouveau_drv.h | 190 u_memcpya(uint64_t user, unsigned int nmemb, unsigned int size) in u_memcpya() argument 192 void __user *userptr = u64_to_user_ptr(user); in u_memcpya()
|
/kernel/linux/linux-6.6/scripts/package/ |
H A D | builddeb | 196 linux-image-*|user-mode-linux-*) 210 linux-image-*|user-mode-linux-*)
|
/kernel/liteos_a/kernel/base/core/ |
H A D | los_info.c | 92 if (processCB->user != NULL) { in GetProcessInfo() 93 pcbInfo->userID = processCB->user->userID; in GetProcessInfo()
|
/third_party/curl/lib/ |
H A D | curl_ntlm_wb.c | 404 userp = conn->http_proxy.user; in Curl_output_ntlm_wb() 414 userp = conn->user; in Curl_output_ntlm_wb()
|
/third_party/libwebsockets/lib/event-libs/uloop/ |
H A D | uloop.c | 136 elops_listen_init_uloop(struct lws_dll2 *d, void *user) in elops_listen_init_uloop() argument 218 elops_listen_destroy_uloop(struct lws_dll2 *d, void *user) in elops_listen_destroy_uloop() argument
|
/third_party/libwebsockets/minimal-examples/mqtt-client/minimal-mqtt-client-multi/ |
H A D | minimal-mqtt-client-multi.c | 197 void *user, void *in, size_t len) in callback_mqtt() 200 struct pss *pss = (struct pss *)user; in callback_mqtt() 196 callback_mqtt(struct lws *wsi, enum lws_callback_reasons reason, void *user, void *in, size_t len) callback_mqtt() argument
|
/third_party/libwebsockets/plugins/ |
H A D | protocol_lws_mirror.c | 195 void *user, void *in, size_t len) in callback_lws_mirror() 198 (struct per_session_data__lws_mirror *)user; in callback_lws_mirror() 194 callback_lws_mirror(struct lws *wsi, enum lws_callback_reasons reason, void *user, void *in, size_t len) callback_lws_mirror() argument
|
/third_party/mesa3d/src/gallium/include/pipe/ |
H A D | p_state.h | 197 * This applies to both user clip planes and shader clip distances. 199 * replace all user clip planes, and clip half-spaces enabled here 633 const void *user; /**< pointer to a user buffer */ member 647 const void *user_buffer; /**< pointer to a user buffer if buffer == NULL */ 876 * If has_user_indices, use index.user, else use index.resource. 881 const void *user; /**< pointer to a user buffer */ member 1024 * \param data user-supplied data pointer
|
/third_party/node/deps/npm/lib/commands/ |
H A D | profile.js | 10 const readUserInfo = require('../utils/read-user-info.js') 212 const user = await pulseTillDone.withPromise(npmProfile.get(conf)) 216 newUser[key] = user[key] 302 await this.npm.config.save('user')
|
/third_party/ltp/testcases/kernel/mce-test/kvm/host/ |
H A D | host_run.sh | 246 -m $RAM_size -net nic,model=rtl8139 -net user,hostfwd=tcp::5555-:22 \ 258 -m $RAM_size -net nic,model=rtl8139 -net user,hostfwd=tcp::5555-:22 \
|
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-eventlib-custom/ |
H A D | minimal-http-server.c | 180 * We are user code, so all the internal lws objects are opaque. But there are 305 void *user, void *in, size_t len) in callback_http() 351 return lws_callback_http_dummy(wsi, reason, user, in, len); in callback_http() 380 i.fi_wsi_name = "user"; in do_client_conn() 304 callback_http(struct lws *wsi, enum lws_callback_reasons reason, void *user, void *in, size_t len) callback_http() argument
|
/third_party/lwip/src/include/netif/ppp/ |
H A D | ppp.h | 254 const char *user; /* Username for PAP */ member 443 * database which associates "user" names with authentication 445 * named user would be authenticated by multiple methods. This would 446 * make the user vulnerable to attacks which negotiate the least secure 451 * Instead, for each user name there should be an indication of exactly 452 * one method used to authenticate that user name. If a user needs to 454 * circumstances, then distinct user names SHOULD be employed, each of 457 * Default is none auth type, unset (NULL) user and passwd. 466 void ppp_set_auth(ppp_pcb *pcb, u8_t authtype, const char *user, cons [all...] |
/third_party/mesa3d/src/gallium/auxiliary/draw/ |
H A D | draw_private.h | 54 /** Sum of frustum planes and user-defined planes */ 219 /* user-space vertex data, buffers */ 259 } user; member 584 (((_i) >= draw->pt.user.eltMax) ? 0 : (_elts)[_i])
|
H A D | draw_vs_exec.c | 135 int basevertex = shader->draw->pt.user.eltSize ? shader->draw->pt.user.eltBias : shader->draw->start_index; in vs_exec_run_linear()
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
H A D | svga_draw_elements.c | 88 * user pointer, Check to see if we've already translated that buffer in translate_indices() 137 src_map = info->index.user; in translate_indices() 268 info->index_size, (char *) info->index.user + start_offset, in svga_hwtnl_draw_range_elements()
|
/third_party/python/Tools/msi/ |
H A D | testrelease.bat | 111 echo --alluser (-a) Run tests for all-user installs (requires Administrator)
112 echo --peruser (-p) Run tests for per-user installs
|
/third_party/python/Lib/distutils/tests/ |
H A D | test_install.py | 78 @unittest.skipUnless(HAS_USER_SITE, 'need user site') 80 # test install with --user 113 # making sure the user option is there 116 self.assertIn('user', options) 119 cmd.user = 1 121 # user base and site shouldn't be created yet 178 # can't combine user with prefix/exec_prefix/home or 181 cmd.user = 'user'
|
/third_party/toybox/toys/pending/ |
H A D | crontab.c | 14 usage: crontab [-u user] FILE 15 [-u user] [-e | -l | -r] 21 -e edit user's crontab 22 -l list user's crontab 23 -r delete user's crontab 24 -u user 31 char *user; 347 pwd = xgetpwnam(TT.user); in crontab_main()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/l2_packet/ |
H A D | l2_packet_pcap.c | 147 static void l2_packet_receive_cb(u_char *user, const struct pcap_pkthdr *hdr, in l2_packet_receive_cb() argument 150 struct l2_packet_data *l2 = (struct l2_packet_data *) user; in l2_packet_receive_cb()
|