/linux-4.4.14/drivers/media/usb/pvrusb2/ |
H A D | pvrusb2-ctrl.h | 80 /* Return true if control has custom symbolic representation */ 83 /* Convert a given mask/val to a custom symbolic value */ 89 /* Convert a symbolic value to a mask/value pair */ 94 /* Convert a given mask/val to a symbolic value */ 100 /* Convert a symbolic value to a mask/value pair */ 105 /* Convert a given mask/val to a symbolic value - must already be
|
H A D | pvrusb2-ctrl.c | 272 /* Return true if control has custom symbolic representation */ pvr2_ctrl_has_custom_symbols() 282 /* Convert a given mask/val to a custom symbolic value */ pvr2_ctrl_custom_value_to_sym() 294 /* Convert a symbolic value to a mask/value pair */ pvr2_ctrl_custom_sym_to_value() 489 /* Convert a symbolic value to a mask/value pair */ pvr2_ctrl_sym_to_value() 546 /* Convert a given mask/val to a symbolic value */ pvr2_ctrl_value_to_sym_internal() 586 /* Convert a given mask/val to a symbolic value */ pvr2_ctrl_value_to_sym()
|
/linux-4.4.14/fs/squashfs/ |
H A D | symlink.c | 25 * This file implements code to handle symbolic links. 27 * The data contents of symbolic links are stored inside the symbolic 28 * link inode within the inode table. This allows the normally small symbolic 30 * compression than if the symbolic link was compressed individually.
|
/linux-4.4.14/include/uapi/linux/ |
H A D | fcntl.h | 59 #define AT_SYMLINK_NOFOLLOW 0x100 /* Do not follow symbolic links. */ 62 #define AT_SYMLINK_FOLLOW 0x400 /* Follow symbolic links. */
|
H A D | map_to_7segment.h | 168 /* This set tries to map as close as possible to the symbolic characteristics
|
/linux-4.4.14/arch/mips/boot/ |
H A D | ecoff.h | 8 long f_symptr; /* file pointer to symbolic header */ 9 long f_nsyms; /* sizeof(symbolic hdr) */
|
/linux-4.4.14/include/uapi/scsi/fc/ |
H A D | fc_ns.h | 44 FC_NS_GSPN_ID = 0x0118, /* get symbolic port name */ 53 FC_NS_RSPN_ID = 0x0218, /* reg symbolic port name */ 55 FC_NS_RSNN_NN = 0x0239, /* reg symbolic node name */ 181 * RSNN_NN request - register symbolic node name 190 * RSPN_ID request - register symbolic port name
|
/linux-4.4.14/drivers/net/ethernet/brocade/bna/ |
H A D | cna.h | 43 #define FC_SYMNAME_MAX 256 /*!< max name server symbolic name size */
|
H A D | bfa_defs.h | 40 BFA_ADAPTER_SYM_NAME_LEN = 64, /*!< adapter symbolic name length */
|
/linux-4.4.14/arch/sh/include/uapi/asm/ |
H A D | cpu-features.h | 8 * arch/sh/kernel/setup.c in sync so symbolic name
|
/linux-4.4.14/fs/ncpfs/ |
H A D | symlink.c | 4 * Code for allowing symbolic links on NCPFS (i.e. NetWare) 40 /* ----- read a symbolic link ------------------------------------------ */ 104 /* ----- create a new symbolic link -------------------------------------- */
|
/linux-4.4.14/drivers/hwtracing/intel_th/ |
H A D | gth.h | 19 /* Map output port parameter bits to symbolic names */
|
/linux-4.4.14/arch/alpha/include/uapi/asm/ |
H A D | fcntl.h | 21 * for O_DSYNC semantics now, but using the correct symbolic name for it.
|
H A D | errno.h | 38 #define ELOOP 62 /* Too many symbolic links encountered */
|
/linux-4.4.14/arch/sparc/include/uapi/asm/ |
H A D | fcntl.h | 24 * for O_DSYNC semantics now, but using the correct symbolic name for it.
|
H A D | errno.h | 35 #define ELOOP 62 /* Too many symbolic links encountered */
|
/linux-4.4.14/include/linux/ |
H A D | mutex.h | 42 * - uses symbolic names of mutexes, whenever they are printed in debug output 43 * - point-of-acquire tracking, symbolic lookup of function names
|
H A D | lsm_hooks.h | 221 * Check the permission to create a symbolic link to a file. 223 * the symbolic link. 224 * @dentry contains the dentry structure of the symbolic link. 228 * Check the permission to create a symbolic link to a file. 230 * the symbolic link. 231 * @dentry contains the dentry structure of the symbolic link. 312 * Check the permission to read the symbolic link. 316 * Check permission to follow a symbolic link when looking up a pathname.
|
/linux-4.4.14/arch/cris/include/uapi/arch-v10/arch/ |
H A D | sv_addr_ag.h | 32 /* IO_STATE returns a constant corresponding to a one of the symbolic 44 /* IO_STATE_VALUE returns a constant corresponding to a one of the symbolic
|
/linux-4.4.14/drivers/pci/ |
H A D | slot.c | 359 * pci_hp_create_link - create symbolic link to the hotplug driver module. 362 * Helper function for pci_hotplug_core.c to create symbolic link to 385 * pci_hp_remove_link - remove symbolic link to the hotplug driver module. 388 * Helper function for pci_hotplug_core.c to remove symbolic link to
|
/linux-4.4.14/fs/afs/ |
H A D | afs_fs.h | 26 FSSYMLINK = 139, /* AFS Create a symbolic link */
|
H A D | mntpt.c | 50 * check a symbolic link to see whether it actually encodes a mountpoint
|
H A D | inode.c | 82 /* check to see whether a symbolic link is really a mountpoint */ afs_inode_map_status()
|
H A D | vnode.c | 629 * create a symbolic link
|
H A D | fsclient.c | 927 * create a symbolic link 1035 * create a symbolic link
|
/linux-4.4.14/arch/mips/include/uapi/asm/ |
H A D | fcntl.h | 25 * for O_DSYNC semantics now, but using the correct symbolic name for it.
|
H A D | errno.h | 64 #define ELOOP 90 /* Too many symbolic links encountered */
|
/linux-4.4.14/arch/sh/include/cpu-sh5/cpu/ |
H A D | registers.h | 19 ** Assigns symbolic names to control & target registers.
|
/linux-4.4.14/fs/debugfs/ |
H A D | inode.c | 470 * debugfs_create_symlink- create a symbolic link in the debugfs filesystem 471 * @name: a pointer to a string containing the name of the symbolic link to 473 * @parent: a pointer to the parent dentry for this symbolic link. This 475 * then the symbolic link will be created in the root of the debugfs 478 * symbolic link. 480 * This function creates a symbolic link with the given name in debugfs that 484 * pointer must be passed to the debugfs_remove() function when the symbolic
|
/linux-4.4.14/drivers/scsi/bfa/ |
H A D | bfa_defs_fcs.h | 71 * symbolic names for base port/virtual port 95 struct bfa_lport_symname_s sym_name; /* vm port symbolic name */ 96 struct bfa_lport_symname_s node_sym_name; /* Node symbolic name */ 349 * port/node symbolic names for rport
|
H A D | bfa_fc.h | 26 #define FC_SYMNAME_MAX 256 /* max name server symbolic name size */ 1013 * symbolic name 1284 GS_GSPN_ID = 0x0118, /* Get symbolic PN on ID */ 1286 GS_RSPN_ID = 0x0218, /* Register symbolic PN on ID */ 1287 GS_RSNN_NN = 0x0239, /* Register symbolic NN on NN */ 1361 u8 spn_len; /* symbolic port name length */ 1362 u8 spn[256]; /* symbolic port name */ 1370 u8 snn_len; /* symbolic node name length */ 1371 u8 snn[256]; /* symbolic node name */
|
H A D | bfa_fcs.h | 241 * Physical Port's symbolic name 128 bytes. 242 * For Vports, Vport's symbolic name is appended to the Physical port's 245 * Physical Port's symbolic name Format : (Total 128 bytes) 442 struct bfa_rport_symname_s psym_name; /* port symbolic name */
|
H A D | bfa_defs.h | 267 BFA_ADAPTER_SYM_NAME_LEN = 64, /* adapter symbolic name length */
|
H A D | bfa_defs_svc.h | 984 struct fc_symname_s port_symname; /* port symbolic name */
|
H A D | bfa_fcs_lport.c | 4543 * Register the symbolic node name for a given node name. 4622 * Register the symbolic port name. 4654 * For Vports, we append the vport's port symbolic name bfa_fcs_lport_ns_send_rspn_id() 5191 * For Vports, we append the vport's port symbolic name bfa_fcs_lport_ns_util_send_rspn_id()
|
/linux-4.4.14/fs/jfs/ |
H A D | namei.c | 618 * truncate a regular file, directory or symbolic 650 /* fast symbolic link */ commitZeroLink() 710 /* return if not reg or symbolic link or if size is jfs_free_zero_link() 873 * FUNCTION: creates a symbolic link to <symlink> by name <name> 877 * dentry - dentry of symbolic link 884 * ENAMETOOLONG: pathname resolution of a symbolic link produced 924 * allocate on-disk/in-memory inode for symbolic link: jfs_symlink() 954 * write symbolic link target path name jfs_symlink() 959 * write source path name inline in on-disk inode (fast symbolic link) jfs_symlink() 1024 * create entry for symbolic link in parent directory jfs_symlink()
|
H A D | jfs_txnmgr.c | 1120 * directory, or symbolic link , the inode is truncated
|
/linux-4.4.14/kernel/gcov/ |
H A D | fs.c | 42 * @links: associated symbolic links 47 * the actual synthesized data file plus any associated symbolic links which 325 * Construct a string representing the symbolic link target for the given 470 /* Remove symbolic links associated with node. */ remove_links()
|
/linux-4.4.14/include/uapi/asm-generic/ |
H A D | errno.h | 20 #define ELOOP 40 /* Too many symbolic links encountered */
|
H A D | fcntl.h | 68 * for O_DSYNC semantics now, but using the correct symbolic name for it.
|
/linux-4.4.14/arch/parisc/include/uapi/asm/ |
H A D | errno.h | 112 #define ELOOP 249 /* Too many symbolic links encountered */
|
/linux-4.4.14/tools/perf/util/ |
H A D | parse-events.h | 4 * Parse symbolic events/counts passed in as options:
|
/linux-4.4.14/drivers/net/fddi/skfp/ |
H A D | ecm.c | 71 * symbolic state names 79 * symbolic event names
|
H A D | cfm.c | 57 * symbolic state names 66 * symbolic event names
|
H A D | rmt.c | 75 * symbolic state names 84 * symbolic event names
|
H A D | pcmplc.c | 96 * symbolic state names 104 * symbolic event names
|
/linux-4.4.14/drivers/isdn/hardware/mISDN/ |
H A D | hfcsusb.h | 121 * Used to represent a list of values and their respective symbolic names 147 symbolic(struct hfcusb_symbolic_list list[], const int num) symbolic() function
|
H A D | hfcsusb.c | 1376 symbolic(urb_errlist, status), status, fifon); tx_iso_complete() 1445 symbolic(urb_errlist, errcode), i); start_isoc_chain()
|
/linux-4.4.14/drivers/s390/scsi/ |
H A D | zfcp_fc.c | 844 * zfcp_fc_sym_name_update - Retrieve and update the symbolic port name 845 * @work: ns_up_work of the adapter where to update the symbolic port name 847 * Retrieve the current symbolic port name that may have been set by 850 * the port name is unique for this system), update the symbolic port
|
/linux-4.4.14/drivers/isdn/hisax/ |
H A D | hfc_usb.h | 102 * Used to represent a list of values and their respective symbolic names
|
H A D | hfc_usb.c | 213 symbolic(struct hfcusb_symbolic_list list[], const int num) symbolic() function 507 i, errcode, symbolic(urb_errlist, errcode)); start_isoc_chain() 674 status, symbolic(urb_errlist, status), fifon); tx_iso_complete()
|
/linux-4.4.14/net/9p/ |
H A D | error.c | 96 {"Too many levels of symbolic links", ELOOP},
|
/linux-4.4.14/net/dccp/ |
H A D | ccid.h | 142 * The following modes are supported via the symbolic constants below:
|
/linux-4.4.14/fs/cifs/ |
H A D | smb2inode.c | 148 /* Failed on a symbolic link - query a reparse point info */ smb2_query_path_info()
|
H A D | readdir.c | 155 * is a symbolic link, DFS referral or a reparse point with a direct cifs_fill_common_info()
|
H A D | smb1ops.c | 582 /* Need to check if this is a symbolic link or not */ cifs_query_path_info()
|
/linux-4.4.14/include/sound/ |
H A D | seq_midi_emul.h | 104 * These names exist to allow symbolic access to the controls array.
|
/linux-4.4.14/arch/arm/mach-pxa/ |
H A D | cm-x2xx.c | 189 keep these for backwards compatibility, although symbolic names (as cmx2xx_init_leds()
|
/linux-4.4.14/include/net/9p/ |
H A D | 9p.h | 243 * @P9_DMSYMLINK: mode bit for symbolic links (9P2000.u) 311 * @P9_QTSYMLINK: symbolic links (9P2000.u)
|
/linux-4.4.14/tools/vm/ |
H A D | page-types.c | 397 " symbolic-flags\t\t\tlong-symbolic-flags\n"); show_summary()
|
/linux-4.4.14/drivers/staging/lustre/lustre/include/lustre/ |
H A D | lustre_errno.h | 81 #define LUSTRE_ELOOP 40 /* Too many symbolic links
|
H A D | lustre_idl.h | 1677 #define OBD_MD_LINKNAME (0x00040000ULL) /* symbolic link target */
|
/linux-4.4.14/drivers/net/ethernet/dlink/ |
H A D | dl2k.h | 46 It's not useful to define symbolic names for every register bit in the
|
H A D | sundance.c | 237 It's not useful to define symbolic names for every register bit in the
|
/linux-4.4.14/arch/tile/include/asm/ |
H A D | processor.h | 334 * Provide symbolic constants for PLs.
|
/linux-4.4.14/arch/m68k/sun3/ |
H A D | mmu_emu.c | 69 /* Print a PTE value in symbolic form. For debugging. */ print_pte()
|
/linux-4.4.14/drivers/watchdog/ |
H A D | eurotechwdt.c | 87 * Some symbolic names
|
/linux-4.4.14/lib/ |
H A D | vsprintf.c | 1373 * - 'F' For symbolic function descriptor pointers with offset 1374 * - 'f' For simple symbolic function names without offset 1375 * - 'S' For symbolic direct pointers with offset 1376 * - 's' For symbolic direct pointers without offset 1378 * - 'B' For backtraced symbolic direct pointers with offset
|
/linux-4.4.14/kernel/debug/kdb/ |
H A D | kdb_main.c | 125 KDBMSG(INVADDRFMT, "Invalid symbolic address format"), 1475 int symbolic, int nosect, int bytesperword, kdb_md_line() 1498 if (symbolic) kdb_md_line() 1564 int symbolic = 0; kdb_md() local 1684 symbolic = 1; kdb_md() 1699 int n, z, num = (symbolic ? 1 : (16 / bytesperword)); kdb_md() 1712 kdb_md_line(fmtstr, addr, symbolic, nosect, bytesperword, kdb_md() 1474 kdb_md_line(const char *fmtstr, unsigned long addr, int symbolic, int nosect, int bytesperword, int num, int repeat, int phys) kdb_md_line() argument
|
/linux-4.4.14/drivers/pci/hotplug/ |
H A D | pci_hotplug_core.c | 314 /* Create symbolic link to the hotplug driver module */ fs_add_slot()
|
/linux-4.4.14/kernel/ |
H A D | kallsyms.c | 2 * kallsyms.c: in-kernel printing of symbolic oopses and stack traces.
|
/linux-4.4.14/fs/sysv/ |
H A D | super.c | 238 0x20 or 0x30 indicates that symbolic links and the 14-character detect_sysv()
|
/linux-4.4.14/arch/mips/include/asm/ |
H A D | sgiarcs.h | 351 /* Debugging block used with SGI symmon symbolic debugger. */
|
/linux-4.4.14/arch/powerpc/xmon/ |
H A D | ppc.h | 236 /* This operand may use the symbolic names for the CR fields, which
|
H A D | xmon.c | 2771 /* Print an address in numeric and symbolic form (if possible) */ xmon_print_symbol()
|
/linux-4.4.14/drivers/gpu/drm/i915/ |
H A D | intel_guc_loader.c | 45 * The firmware installation package will install (symbolic link) proper version
|
/linux-4.4.14/fs/isofs/ |
H A D | rock.c | 20 * returns a symbolic link name, and a fourth one returns the extent number
|
/linux-4.4.14/arch/s390/kernel/ |
H A D | perf_cpum_sf.c | 414 * exceed a "calculated" maximum. The symbolic maximum is allocate_buffers() 417 * See also the remarks for these symbolic constants. allocate_buffers()
|
/linux-4.4.14/drivers/regulator/ |
H A D | core.c | 66 * Used to provide symbolic supply names to devices. 1181 * set_consumer_device_supply - Bind a regulator to a symbolic supply 1184 * @supply: symbolic name for supply 1187 * sources to symbolic names for supplies for use by devices. Devices 1188 * should use these symbolic names to request regulators, avoiding the
|
/linux-4.4.14/drivers/scsi/fcoe/ |
H A D | fcoe.c | 2902 * fcoe_vport_set_symbolic_name() - append vport string to symbolic name 2903 * @vport: fc_vport with a new symbolic name string 2905 * After generating a new symbolic name string, a new RSPN_ID request is
|
/linux-4.4.14/drivers/scsi/libfc/ |
H A D | fc_lport.c | 1372 /* if there is no symbolic name, skip to RFT_ID */ fc_lport_enter_ns() 1380 /* if there is no symbolic name, skip to RFT_ID */ fc_lport_enter_ns()
|
/linux-4.4.14/tools/perf/ui/browsers/ |
H A D | hists.c | 1769 "For symbolic views (--sort has sym):\n\n" \ perf_evsel__hists_browse() 1862 "Annotation is only available for symbolic views, "
|
/linux-4.4.14/drivers/scsi/lpfc/ |
H A D | lpfc.h | 60 #define LPFC_VNAME_LEN 100 /* vport symbolic name length */
|
H A D | lpfc_attr.c | 5647 * lpfc_set_vport_symbolic_name - Set the vport's symbolic name 5648 * @fc_vport: The fc_vport who's symbolic name has been changed. 5651 * This function is called by the transport after the @fc_vport's symbolic name 5652 * has been changed. This function re-registers the symbolic name with the
|
/linux-4.4.14/security/tomoyo/ |
H A D | common.h | 596 * Content of symbolic link to be created. NULL for operations other
|
/linux-4.4.14/fs/befs/ |
H A D | linuxvfs.c | 462 * The inode of symbolic link is different to data stream.
|
/linux-4.4.14/arch/powerpc/platforms/512x/ |
H A D | clock-commonclk.c | 69 /* internal, symbolic spec for the number of slots */
|
/linux-4.4.14/drivers/scsi/qla2xxx/ |
H A D | qla_gs.c | 671 /* Prepare CT arguments -- node_name, symbolic node_name, size */ qla2x00_rsnn_nn() 2240 "port symbolic name = %s\n", eiter->a.port_sym_name); qla2x00_fdmiv2_rpa()
|
/linux-4.4.14/drivers/net/wireless/iwlwifi/mvm/ |
H A D | debugfs-vif.c | 1467 IWL_ERR(mvm, "Can't create debugfs symbolic link under %s\n", iwl_mvm_vif_dbgfs_register()
|
/linux-4.4.14/fs/xfs/ |
H A D | xfs_ioctl.c | 92 * and only for regular files, directories or symbolic links. xfs_find_handle()
|
/linux-4.4.14/drivers/scsi/ |
H A D | constants.c | 2 * ASCII values for a number of symbolic constants, printing functions,
|
/linux-4.4.14/drivers/net/ethernet/adaptec/ |
H A D | starfire.c | 305 It's not useful to define symbolic names for every register bit in the
|
/linux-4.4.14/drivers/net/ethernet/dec/tulip/ |
H A D | winbond-840.c | 253 Note: It's not useful to define symbolic names for every register bit in
|
/linux-4.4.14/fs/gfs2/ |
H A D | inode.c | 1715 * gfs2_follow_link - Follow a symbolic link
|
/linux-4.4.14/fs/nfs/ |
H A D | dir.c | 1866 * To create a symbolic link, most file systems instantiate a new inode,
|
/linux-4.4.14/drivers/scsi/ibmvscsi/ |
H A D | ibmvfc.c | 339 { 0x08, "symbolic port name not registered" }, 340 { 0x09, "symbolic node name not registered" },
|
/linux-4.4.14/tools/testing/ktest/ |
H A D | ktest.pl | 2154 # would be nice if scp -r did not follow symbolic links
|
/linux-4.4.14/drivers/net/ethernet/natsemi/ |
H A D | natsemi.c | 259 It's not useful to define symbolic names for every register bit in the
|
/linux-4.4.14/fs/ntfs/ |
H A D | inode.c | 618 * implement reparse points / symbolic links but it will do for now. ntfs_read_locked_inode()
|
/linux-4.4.14/drivers/gpu/drm/ |
H A D | drm_crtc.c | 3894 * @name: symbolic name of the new enumeration
|
/linux-4.4.14/drivers/tty/ |
H A D | synclink.c | 4476 * Cmd command mask (use symbolic macros)
|