/linux-6.8/fs/ |
D | d_path.c | 38 * The source of the prepend data can be an optimistic load 57 static bool prepend(struct prepend_buffer *p, const char *str, int namelen) in prepend() function 80 * prepend_name - prepend a pathname in front of current buffer pointer 81 * @p: prepend buffer which contains buffer pointer and allocated length 101 return prepend(p, dname, dlen) && prepend_char(p, '/'); in prepend_name() 141 * prepend_path - Prepend path string to a buffer 144 * @p: prepend buffer which contains buffer pointer and allocated length 288 prepend(&b, " (deleted)", 11); in d_path() 322 prepend(&b, " (deleted)", 11); in simple_dname() 323 prepend(&b, dentry->d_name.name, dentry->d_name.len); in simple_dname() [all …]
|
/linux-6.8/security/apparmor/ |
D | path.c | 25 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-6.8/drivers/spi/ |
D | spi-bcm63xx-hsspi.c | 113 * Default transfer mode is auto. If the msg is prependable, use the prepend 276 * to the controller using its prepend feature. A SPI message is prependable in bcm63xx_prepare_prepend_transfer() 286 "Delay or cs change not supported in prepend mode!\n"); in bcm63xx_prepare_prepend_transfer() 303 "multi-bit prepend buf not supported!\n"); in bcm63xx_prepare_prepend_transfer() 333 * the previous transfers are sent through prepend bytes and in bcm63xx_prepare_prepend_transfer() 334 * make sure it does not exceed the max prepend len in bcm63xx_prepare_prepend_transfer() 338 "exceed max prepend len, abort prepending transfers!\n"); in bcm63xx_prepare_prepend_transfer() 364 "Prepend message large than fifo size len %d prepend %d\n", in bcm63xx_hsspi_do_prepend_txrx() 676 "User sets prepend mode but msg not prependable! Abort transfer\n"); in bcm63xx_hsspi_transfer_one()
|
D | spi-bcm63xx.c | 243 /* don't prepend more than one tx */ in bcm63xx_txrx_bufs() 250 /* prepend is half-duplex write only */ in bcm63xx_txrx_bufs()
|
/linux-6.8/tools/testing/selftests/drivers/net/mlxsw/ |
D | fib_offload.sh | 91 # 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-6.8/Documentation/networking/ |
D | netconsole.rst | 16 Release prepend support by Breno Leitao <leitao@debian.org>, Jul 7 2023 43 r if present, prepend kernel version (release) to the message 128 release Prepend kernel release to message (read-write)
|
/linux-6.8/Documentation/devicetree/bindings/sound/ |
D | component-common.yaml | 18 sink/source names may use this property to prepend the name of their
|
/linux-6.8/security/landlock/ |
D | Kconfig | 21 you should also prepend "landlock," to the content of CONFIG_LSM to
|
/linux-6.8/scripts/ |
D | stackusage | 27 # Prepend directory name to file names, remove column information,
|
/linux-6.8/tools/testing/selftests/bpf/ |
D | test_sockmap.c | 122 const char *prepend; member 148 char *prepend; member 188 env.prepend = o->prepend; in test_start_subtest() 207 env.prepend ? : "", in test_end_subtest() 1888 if ((opt->prepend && strstr(opt->prepend, entry) != 0) || in check_whitelist() 1908 if ((opt->prepend && strstr(opt->prepend, entry) != 0) || in check_blacklist() 1959 opt->prepend = "ktls"; in test_selftests_ktls()
|
/linux-6.8/Documentation/devicetree/bindings/spi/ |
D | brcm,bcm63xx-spi.yaml | 19 the controller's prepend mode.
|
D | brcm,bcm63xx-hsspi.yaml | 26 worked around by either the controller's prepend mode or using the dummy chip
|
/linux-6.8/Documentation/scsi/ |
D | sd-parameters.rst | 24 To modify the caching mode without making the change persistent, prepend
|
/linux-6.8/drivers/net/ethernet/netronome/nfp/ |
D | nfp_net_ctrl.h | 42 /* Prepend field types */ 55 /* Prepend field sizes */ 214 /* Prepend configuration 217 #define NFP_NET_CFG_RX_OFFSET_DYNAMIC 0 /* Prepend mode */
|
/linux-6.8/security/tomoyo/ |
D | realpath.c | 189 /* Prepend device name. */ in tomoyo_get_local_path() 205 /* Prepend filesystem name. */ in tomoyo_get_local_path()
|
/linux-6.8/net/mac80211/ |
D | wep.c | 149 /* Prepend 24-bit IV to RC4 key */ in ieee80211_wep_encrypt() 220 /* Prepend 24-bit IV to RC4 key */ in ieee80211_wep_decrypt()
|
/linux-6.8/arch/powerpc/kexec/ |
D | file_load.c | 26 * setup_kdump_cmdline - Prepend "elfcorehdr=<addr> " to command line
|
/linux-6.8/drivers/infiniband/hw/hfi1/ |
D | pin_system.c | 248 SDMA_DBG(req, "prepend: node->rb.addr %lx, node->rb.refcount %d", in get_system_cache_entry() 258 /* Prepend a node to cover the beginning of the allocation */ in get_system_cache_entry()
|
/linux-6.8/drivers/media/platform/mediatek/vcodec/encoder/ |
D | venc_drv_if.h | 50 * @VENC_SET_PARAM_PREPEND_HEADER: set H264 prepend SPS/PPS before IDR
|
/linux-6.8/drivers/media/platform/mediatek/vcodec/encoder/venc/ |
D | venc_h264_if.c | 203 * through h264_enc_set_param interface, it will set this flag and prepend the 659 mtk_venc_debug(ctx, "h264_encode_frame prepend SPS/PPS"); in h264_enc_encode() 778 mtk_venc_debug(ctx, "set prepend header mode"); in h264_enc_set_param()
|
/linux-6.8/drivers/video/fbdev/omap2/omapfb/dss/ |
D | omapdss-boot-init.c | 79 /* prepend compatible property strings with "omapdss," */
|
/linux-6.8/Documentation/trace/postprocess/ |
D | trace-pagealloc-postprocess.pl | 9 # --prepend-parent Report on the parent proc and PID 76 'prepend-parent' => \$opt_prepend_parent,
|
/linux-6.8/drivers/bluetooth/ |
D | hci_ath.c | 229 /* Prepend skb with frame type */ in ath_enqueue()
|
D | hci_h4.c | 93 /* Prepend skb with frame type */ in h4_enqueue()
|
/linux-6.8/drivers/input/keyboard/ |
D | snvs_pwrkey.c | 84 * usage, we'll prepend a press event. in imx_snvs_pwrkey_interrupt()
|