Home
last modified time | relevance | path

Searched full:prepend (Results 1 – 25 of 110) sorted by relevance

12345

/Linux-v6.1/fs/
Dd_path.c37 * The source of the prepend data can be an optimistic load
56 static bool prepend(struct prepend_buffer *p, const char *str, int namelen) in prepend() function
79 * prepend_name - prepend a pathname in front of current buffer pointer
80 * @p: prepend buffer which contains buffer pointer and allocated length
100 return prepend(p, dname, dlen) && prepend_char(p, '/'); in prepend_name()
140 * prepend_path - Prepend path string to a buffer
143 * @p: prepend buffer which contains buffer pointer and allocated length
287 prepend(&b, " (deleted)", 11); in d_path()
321 prepend(&b, " (deleted)", 11); in simple_dname()
322 prepend(&b, dentry->d_name.name, dentry->d_name.len); in simple_dname()
[all …]
/Linux-v6.1/security/apparmor/
Dpath.c25 static int prepend(char **buffer, int buflen, const char *str, int namelen) in prepend() function
65 error = prepend(name, *name - buf, "/", 1); in disconnect()
67 error = prepend(name, *name - buf, disconnected, in disconnect()
110 error = prepend(name, *name - buf, "/proc", 5); in d_namespace_path()
184 * @disconnected: string to prepend to disconnected paths
/Linux-v6.1/tools/testing/selftests/drivers/net/mlxsw/
Dfib_offload.sh91 # Prepend an identical prefix route with lower metric and check that
95 check_err $? "lowest metric not offloaded after prepend"
147 # Prepend a nexthop with a lower metric and check that it is offloaded
152 check_err $? "lowest metric not offloaded after prepend"
/Linux-v6.1/Documentation/devicetree/bindings/sound/
Dname-prefix.yaml18 sink/source names may use this property to prepend the name of their
/Linux-v6.1/security/landlock/
DKconfig20 you should also prepend "landlock," to the content of CONFIG_LSM to
/Linux-v6.1/scripts/
Dstackusage27 # Prepend directory name to file names, remove column information,
/Linux-v6.1/tools/testing/selftests/bpf/
Dtest_sockmap.c122 const char *prepend; member
148 char *prepend; member
188 env.prepend = o->prepend; in test_start_subtest()
207 env.prepend ? : "", in test_end_subtest()
1870 if ((opt->prepend && strstr(opt->prepend, entry) != 0) || in check_whitelist()
1890 if ((opt->prepend && strstr(opt->prepend, entry) != 0) || in check_blacklist()
1941 opt->prepend = "ktls"; in test_selftests_ktls()
/Linux-v6.1/drivers/net/ethernet/netronome/nfp/
Dnfp_net_ctrl.h42 /* Prepend field types */
54 /* Prepend field sizes */
211 /* Prepend configuration
214 #define NFP_NET_CFG_RX_OFFSET_DYNAMIC 0 /* Prepend mode */
/Linux-v6.1/Documentation/scsi/
Dsd-parameters.rst24 To modify the caching mode without making the change persistent, prepend
/Linux-v6.1/security/tomoyo/
Drealpath.c189 /* Prepend device name. */ in tomoyo_get_local_path()
205 /* Prepend filesystem name. */ in tomoyo_get_local_path()
/Linux-v6.1/net/mac80211/
Dwep.c148 /* Prepend 24-bit IV to RC4 key */ in ieee80211_wep_encrypt()
219 /* Prepend 24-bit IV to RC4 key */ in ieee80211_wep_decrypt()
/Linux-v6.1/arch/powerpc/kexec/
Dfile_load.c26 * setup_kdump_cmdline - Prepend "elfcorehdr=<addr> " to command line
/Linux-v6.1/drivers/media/platform/mediatek/vcodec/
Dvenc_drv_if.h51 * @VENC_SET_PARAM_PREPEND_HEADER: set H264 prepend SPS/PPS before IDR
/Linux-v6.1/drivers/media/platform/mediatek/vcodec/venc/
Dvenc_h264_if.c204 * through h264_enc_set_param interface, it will set this flag and prepend the
681 mtk_vcodec_debug(inst, "h264_encode_frame prepend SPS/PPS"); in h264_enc_encode()
801 mtk_vcodec_debug(inst, "set prepend header mode"); in h264_enc_set_param()
/Linux-v6.1/drivers/video/fbdev/omap2/omapfb/dss/
Domapdss-boot-init.c79 /* prepend compatible property strings with "omapdss," */
/Linux-v6.1/Documentation/trace/postprocess/
Dtrace-pagealloc-postprocess.pl9 # --prepend-parent Report on the parent proc and PID
76 'prepend-parent' => \$opt_prepend_parent,
/Linux-v6.1/drivers/bluetooth/
Dhci_ath.c229 /* Prepend skb with frame type */ in ath_enqueue()
Dhci_h4.c93 /* Prepend skb with frame type */ in h4_enqueue()
/Linux-v6.1/drivers/spi/
Dspi-bcm63xx.c253 /* don't prepend more than one tx */ in bcm63xx_txrx_bufs()
260 /* prepend is half-duplex write only */ in bcm63xx_txrx_bufs()
/Linux-v6.1/drivers/input/keyboard/
Dsnvs_pwrkey.c84 * usage, we'll prepend a press event. in imx_snvs_pwrkey_interrupt()
/Linux-v6.1/drivers/staging/rtl8192e/
Drtllib_crypt_wep.c98 /* Prepend 24-bit IV to RC4 key and TX frame */ in prism2_wep_encrypt()
/Linux-v6.1/drivers/staging/rtl8192u/ieee80211/
Dieee80211_crypt_wep.c100 /* Prepend 24-bit IV to RC4 key and TX frame */ in prism2_wep_encrypt()
/Linux-v6.1/samples/landlock/
Dsandboxer.c217 "CONFIG_SECURITY_LANDLOCK=y and prepend " in main()
/Linux-v6.1/Documentation/networking/
Dphonet.rst60 perspective. Each Phonet network device shall prepend and set the media
/Linux-v6.1/drivers/input/misc/
Datmel_captouch.c80 * and the length, and while reading back the device would prepend the data

12345