/linux-4.1.27/Documentation/trace/postprocess/ |
H A D | trace-pagealloc-postprocess.pl | 9 # --prepend-parent Report on the parent proc and PID 76 'prepend-parent' => \$opt_prepend_parent,
|
/linux-4.1.27/security/apparmor/ |
H A D | path.c | 30 static int prepend(char **buffer, int buflen, const char *str, int namelen) prepend() function 76 return prepend(name, *name - buf, "/proc", 5); d_namespace_path()
|
/linux-4.1.27/drivers/video/fbdev/omap2/dss/ |
H A D | omapdss-boot-init.c | 90 /* prepend compatible property strings with "omapdss," */ omapdss_omapify_node()
|
/linux-4.1.27/net/dsa/ |
H A D | tag_edsa.c | 28 * Convert the outermost 802.1q tag to a DSA tag and prepend edsa_xmit()
|
/linux-4.1.27/drivers/spi/ |
H A D | spi-bcm63xx.c | 146 /* don't prepend more than one tx */ bcm63xx_txrx_bufs() 153 /* prepend is half-duplex write only */ bcm63xx_txrx_bufs()
|
/linux-4.1.27/drivers/gpu/drm/nouveau/include/nvif/ |
H A D | list.h | 155 * @param entry The new element to prepend to the list. 176 * @param entry The new element to prepend to the list.
|
/linux-4.1.27/tools/perf/ |
H A D | builtin-help.c | 303 static const char *prepend(const char *prefix, const char *cmd) prepend() function 320 return prepend("perf-", perf_cmd); cmd_to_page()
|
H A D | perf.c | 573 * We use PATH to find perf commands, but we prepend some higher main()
|
H A D | builtin-script.c | 1549 "comma separated output fields prepend with 'type:'. " cmd_script()
|
/linux-4.1.27/arch/arm64/crypto/ |
H A D | aes-ce-ccm-glue.c | 115 /* prepend the AAD with a length tag */ ccm_calculate_auth_mac()
|
/linux-4.1.27/fs/ |
H A D | dcache.c | 2822 static int prepend(char **buffer, int *buflen, const char *str, int namelen) prepend() function 2833 * prepend_name - prepend a pathname in front of current buffer pointer 2995 prepend(&res, &buflen, "\0", 1); __d_path() 3012 prepend(&res, &buflen, "\0", 1); d_absolute_path() 3029 prepend(buf, buflen, "\0", 1); path_with_deleted() 3031 int error = prepend(buf, buflen, " (deleted)", 10); path_with_deleted() 3041 return prepend(buffer, buflen, "(unreachable)", 13); prepend_unreachable() 3127 if (prepend(&end, &buflen, " (deleted)", 11) || simple_dname() 3128 prepend(&end, &buflen, dentry->d_name.name, dentry->d_name.len) || simple_dname() 3129 prepend(&end, &buflen, "/", 1)) simple_dname() 3153 prepend(&end, &len, "\0", 1); __dentry_path() 3196 if (prepend(&p, &buflen, "//deleted", 10) != 0) dentry_path() 3256 prepend(&cwd, &buflen, "\0", 1); SYSCALL_DEFINE2()
|
/linux-4.1.27/fs/omfs/ |
H A D | dir.c | 122 /* just prepend to head of queue in proper bucket */ omfs_add_link()
|
/linux-4.1.27/drivers/of/ |
H A D | platform.c | 69 * derive a unique name. If it cannot, then it will prepend names from
|
/linux-4.1.27/fs/cachefiles/ |
H A D | interface.c | 81 /* get hold of the auxiliary data and prepend the object type */ cachefiles_alloc_object()
|
/linux-4.1.27/tools/perf/ui/ |
H A D | hist.c | 488 /* prepend overhead field for backward compatiblity. */ perf_hpp__init()
|
/linux-4.1.27/fs/fat/ |
H A D | dir.c | 346 * @dot_hidden: Nonzero == prepend '.' to names with ATTR_HIDDEN 501 /* Never prepend '.' to hidden files here. fat_search_long()
|
/linux-4.1.27/net/sctp/ |
H A D | ulpevent.c | 388 /* Copy the skb to a new skb with room for us to prepend sctp_ulpevent_make_remote_error() 437 /* Make skb with more room so we can prepend notification. */ sctp_ulpevent_make_send_failed()
|
H A D | output.c | 96 /* If there a is a prepend chunk stick it on the list before sctp_packet_config()
|
/linux-4.1.27/drivers/net/ppp/ |
H A D | ppp_synctty.c | 531 /* prepend address/control fields if necessary */ ppp_sync_txmunge()
|
/linux-4.1.27/drivers/char/tpm/ |
H A D | tpm_i2c_infineon.c | 192 /* prepend the 'register address' to the buffer */ iic_tpm_write_generic()
|
/linux-4.1.27/include/uapi/linux/netfilter/ |
H A D | nf_tables.h | 789 * @NFTA_LOG_PREFIX: prefix to prepend to log messages (NLA_STRING)
|
/linux-4.1.27/drivers/net/ethernet/micrel/ |
H A D | ks8851_mll.c | 739 * 2. read prepend data 752 /* 2. read prepend data */ ks_read_qmu()
|
/linux-4.1.27/sound/synth/emux/ |
H A D | soundfont.c | 290 /* prepend this record */ newsf() 1194 /* prepend this zone */ add_preset()
|
/linux-4.1.27/drivers/net/wireless/orinoco/ |
H A D | main.c | 924 /* We'll prepend the header, so reserve space for it. The worst __orinoco_ev_rx() 1050 /* 802.3 frame - prepend 802.3 header as is */ orinoco_rx()
|
/linux-4.1.27/arch/tile/include/hv/ |
H A D | drv_xgbe_intf.h | 419 * Ethernet and the maximum possible prepend size supported by
|
/linux-4.1.27/drivers/block/ |
H A D | floppy.c | 3603 const char *prepend; config_types() local 3605 prepend = ""; config_types() 3609 prepend = ","; config_types() 3612 pr_cont("%s fd%d is %s", prepend, drive, name); config_types()
|
/linux-4.1.27/drivers/usb/serial/ |
H A D | garmin_gps.c | 83 * prepend the usb-packet header without the need to move the
|
/linux-4.1.27/ipc/ |
H A D | util.c | 440 * We prepend the allocation with the rcu struct ipc_rcu_alloc()
|
/linux-4.1.27/net/irda/irnet/ |
H A D | irnet_ppp.c | 897 /* prepend address/control fields if necessary */ irnet_prepare_skb()
|
/linux-4.1.27/fs/ext4/ |
H A D | extents.c | 1272 /* Try to prepend new index to old one */ ext4_ext_grow_indepth() 1965 goto prepend; ext4_ext_insert_extent() 1996 prepend: ext4_ext_insert_extent() 1997 /* Try to prepend newex to the ex */ ext4_ext_insert_extent() 1999 ext_debug("prepend %u[%d]%d block to %u:[%d]%d" ext4_ext_insert_extent()
|
/linux-4.1.27/drivers/isdn/gigaset/ |
H A D | capi.c | 439 * prepend DATA_B3_IND message to payload gigaset_skb_rcvd()
|
/linux-4.1.27/fs/ecryptfs/ |
H A D | crypto.c | 1497 * links, so we prepend random bits to each filename.
|
/linux-4.1.27/net/mac80211/ |
H A D | rx.c | 505 /* prepend radiotap information */ ieee80211_rx_monitor() 3072 /* prepend radiotap information */ ieee80211_rx_cooked_monitor()
|
/linux-4.1.27/drivers/net/wireless/ath/ath9k/ |
H A D | xmit.c | 637 /* prepend un-acked frames to the beginning of the pending frame queue */ ath_tx_complete_aggr()
|
/linux-4.1.27/net/core/ |
H A D | pktgen.c | 1272 "Flag -:%s:- unknown\nAvailable flags, (prepend ! to un-set flag):\n%s", pktgen_if_write()
|
/linux-4.1.27/drivers/net/fddi/ |
H A D | defxx.c | 3253 * packet request header to prepend the start of packet,
|
/linux-4.1.27/drivers/staging/wlan-ng/ |
H A D | hfa384x_usb.c | 3583 /* only prepend the prism header if in the right mode */ hfa384x_int_rxmonitor()
|