/linux-2.4.37.9/fs/hfsplus/ |
D | options.c | 17 void fill_defaults(struct hfsplus_sb_info *opts) in fill_defaults() argument 19 if (!opts) in fill_defaults() 22 opts->creator = HFSPLUS_DEF_CR_TYPE; in fill_defaults() 23 opts->type = HFSPLUS_DEF_CR_TYPE; in fill_defaults() 24 opts->charcase = HFSPLUS_CASE_ASIS; in fill_defaults() 25 opts->fork = HFSPLUS_FORK_RAW; in fill_defaults() 26 opts->namemap = HFSPLUS_NAMES_TRIVIAL; in fill_defaults() 27 opts->umask = current->fs->umask; in fill_defaults() 28 opts->uid = current->uid; in fill_defaults() 29 opts->gid = current->gid; in fill_defaults() [all …]
|
/linux-2.4.37.9/fs/fat/ |
D | inode.c | 211 struct fat_mount_options *opts, in parse_options() argument 218 opts->name_check = 'n'; in parse_options() 219 opts->conversion = 'b'; in parse_options() 220 opts->fs_uid = current->uid; in parse_options() 221 opts->fs_gid = current->gid; in parse_options() 222 opts->fs_umask = current->fs->umask; in parse_options() 223 opts->quiet = opts->sys_immutable = opts->dotsOK = opts->showexec = 0; in parse_options() 224 opts->codepage = 0; in parse_options() 225 opts->nocase = 0; in parse_options() 226 opts->shortname = 0; in parse_options() [all …]
|
/linux-2.4.37.9/fs/smbfs/ |
D | getopt.c | 25 int smb_getopt(char *caller, char **options, struct option *opts, in smb_getopt() argument 47 for (i = 0; opts[i].name != NULL; i++) { in smb_getopt() 48 if (!strcmp(opts[i].name, token)) { in smb_getopt() 49 if (!opts[i].flag && (!val || !*val)) { in smb_getopt() 55 if (flag && opts[i].flag) in smb_getopt() 56 *flag |= opts[i].flag; in smb_getopt() 58 return opts[i].val; in smb_getopt()
|
D | getopt.h | 10 extern int smb_getopt(char *caller, char **options, struct option *opts,
|
D | inode.c | 283 static struct option opts[] = { variable 310 while ( (c = smb_getopt("smbfs", &options, opts, in parse_options() 377 for (i = 0; opts[i].name != NULL; i++) in smb_show_options() 378 if (mnt->flags & opts[i].flag) in smb_show_options() 379 seq_printf(s, ",%s", opts[i].name); in smb_show_options()
|
/linux-2.4.37.9/fs/nfs/ |
D | nfsroot.c | 178 struct nfs_int_opts *opts = root_int_opts; in root_nfs_parse() local 180 while (opts->name && strcmp(opts->name, cp)) in root_nfs_parse() 181 opts++; in root_nfs_parse() 182 if (opts->name) in root_nfs_parse() 183 *(opts->val) = (int) simple_strtoul(val, NULL, 10); in root_nfs_parse() 185 struct nfs_bool_opts *opts = root_bool_opts; in root_nfs_parse() local 186 while (opts->name && strcmp(opts->name, cp)) in root_nfs_parse() 187 opts++; in root_nfs_parse() 188 if (opts->name) { in root_nfs_parse() 189 nfs_data.flags &= opts->and_mask; in root_nfs_parse() [all …]
|
/linux-2.4.37.9/fs/msdos/ |
D | namei.c | 37 #define bad_if_strict(opts) ((opts)->atari ? bad_if_strict_atari : bad_if_strict_pc) argument 47 char *res,struct fat_mount_options *opts) in msdos_format_name() argument 60 if (opts->dotsOK) { in msdos_format_name() 64 else if (!opts->atari) return -EINVAL; in msdos_format_name() 68 space = !opts->atari; in msdos_format_name() 73 if (opts->name_check != 'r' && strchr(bad_chars,c)) in msdos_format_name() 75 if (opts->name_check == 's' && strchr(bad_if_strict(opts),c)) in msdos_format_name() 77 if (c >= 'A' && c <= 'Z' && opts->name_check == 's') in msdos_format_name() 87 *walk = (!opts->nocase && c >= 'a' && c <= 'z') ? c-32 : c; in msdos_format_name() 90 if (opts->name_check == 's' && len && c != '.') { in msdos_format_name() [all …]
|
/linux-2.4.37.9/Documentation/networking/ |
D | ray_cs.txt | 43 At the end of the /etc/pcmcia/config.opts file, add the line: 44 source ./ray_cs.opts 45 This will make card services read the ray_cs.opts file 46 when starting. Create the file /etc/pcmcia/ray_cs.opts containing the 49 #### start of /etc/pcmcia/ray_cs.opts ################### 58 module "misc/ray_cs" opts "" 59 #### end of /etc/pcmcia/ray_cs.opts ##################### 64 configuration information, and edit /etc/pcmcia/ray_cs.opts. 67 Parameters for ray_cs driver which may be specified in ray_cs.opts: 99 interrupts is in /etc/pcmcia/config.opts [all …]
|
D | vortex.txt | 68 placed in /etc/pcmcia/config.opts: 70 module "3c59x" opts "debug=3 rx_copybreak=300"
|
/linux-2.4.37.9/fs/befs/ |
D | linuxvfs.c | 674 parse_options(char *options, befs_mount_options * opts) in parse_options() argument 681 opts->uid = 0; in parse_options() 682 opts->gid = 0; in parse_options() 683 opts->use_uid = 0; in parse_options() 684 opts->use_gid = 0; in parse_options() 685 opts->iocharset = NULL; in parse_options() 686 opts->debug = 0; in parse_options() 701 opts->uid = simple_strtoul(value, &value, 0); in parse_options() 702 opts->use_uid = 1; in parse_options() 713 opts->gid = simple_strtoul(value, &value, 0); in parse_options() [all …]
|
/linux-2.4.37.9/fs/vfat/ |
D | namei.c | 103 static int parse_options(char *options, struct fat_mount_options *opts) in parse_options() argument 108 opts->unicode_xlate = opts->posixfs = 0; in parse_options() 109 opts->numtail = 1; in parse_options() 110 opts->utf8 = 0; in parse_options() 111 opts->shortname = VFAT_SFN_DISPLAY_LOWER | VFAT_SFN_CREATE_WIN95; in parse_options() 113 if (opts->nocase) { in parse_options() 114 opts->nocase = 0; in parse_options() 115 opts->shortname = VFAT_SFN_DISPLAY_WIN95 in parse_options() 131 if (ret) opts->utf8 = val; in parse_options() 134 if (ret) opts->unicode_xlate = val; in parse_options() [all …]
|
/linux-2.4.37.9/net/ipv6/netfilter/ |
D | ip6t_dst.c | 185 if (*opttype != (optinfo->opts[temp] & 0xFF00)>>8){ 188 (optinfo->opts[temp] & 0xFF00)>>8); 201 spec_len = optinfo->opts[temp] & 0x00FF;
|
D | ip6t_hbh.c | 185 if (*opttype != (optinfo->opts[temp] & 0xFF00)>>8){ 188 (optinfo->opts[temp] & 0xFF00)>>8); 201 spec_len = optinfo->opts[temp] & 0x00FF;
|
D | Config.in | 25 …dep_tristate ' Hop-by-Hop and Dst opts header match (EXPERIMENTAL)' CONFIG_IP6_NF_MATCH_OPTS $CON…
|
/linux-2.4.37.9/arch/sparc64/solaris/ |
D | signal.c | 354 int opts, status, ret; in solaris_waitid() local 362 opts = 0; in solaris_waitid() 363 if (options & SOLARIS_WUNTRACED) opts |= WUNTRACED; in solaris_waitid() 364 if (options & SOLARIS_WNOHANG) opts |= WNOHANG; in solaris_waitid() 366 ret = sys_wait4(pid, (unsigned int *)A(info), opts, NULL); in solaris_waitid()
|
/linux-2.4.37.9/include/linux/netfilter_ipv6/ |
D | ip6t_opts.h | 11 u_int16_t opts[IP6T_OPTS_OPTSNR]; /* opts */ member
|
/linux-2.4.37.9/drivers/scsi/ |
D | ahci.c | 152 u32 opts; member 737 u32 opts; in ahci_qc_prep() local 746 opts = cmd_fis_len; in ahci_qc_prep() 748 opts |= AHCI_CMD_WRITE; in ahci_qc_prep() 750 opts |= AHCI_CMD_ATAPI; in ahci_qc_prep() 752 pp->cmd_slot[0].opts = cpu_to_le32(opts); in ahci_qc_prep() 762 if (opts & AHCI_CMD_ATAPI) { in ahci_qc_prep() 772 pp->cmd_slot[0].opts |= cpu_to_le32(n_elem << 16); in ahci_qc_prep()
|
/linux-2.4.37.9/net/bluetooth/ |
D | l2cap.c | 678 struct l2cap_options opts; in l2cap_sock_setsockopt() local 688 opts.imtu = l2cap_pi(sk)->imtu; in l2cap_sock_setsockopt() 689 opts.omtu = l2cap_pi(sk)->omtu; in l2cap_sock_setsockopt() 690 opts.flush_to = l2cap_pi(sk)->flush_to; in l2cap_sock_setsockopt() 692 len = MIN(sizeof(opts), optlen); in l2cap_sock_setsockopt() 693 if (copy_from_user((char *)&opts, optval, len)) { in l2cap_sock_setsockopt() 697 l2cap_pi(sk)->imtu = opts.imtu; in l2cap_sock_setsockopt() 698 l2cap_pi(sk)->omtu = opts.omtu; in l2cap_sock_setsockopt() 722 struct l2cap_options opts; in l2cap_sock_getsockopt() local 733 opts.imtu = l2cap_pi(sk)->imtu; in l2cap_sock_getsockopt() [all …]
|
D | sco.c | 684 struct sco_options opts; in sco_sock_getsockopt() local 702 opts.mtu = sco_pi(sk)->conn->mtu; in sco_sock_getsockopt() 704 BT_DBG("mtu %d", opts.mtu); in sco_sock_getsockopt() 706 len = MIN(len, sizeof(opts)); in sco_sock_getsockopt() 707 if (copy_to_user(optval, (char *)&opts, len)) in sco_sock_getsockopt()
|
/linux-2.4.37.9/net/bluetooth/rfcomm/ |
D | core.c | 548 struct l2cap_options opts; in rfcomm_session_create() local 566 size = sizeof(opts); in rfcomm_session_create() 567 sock->ops->getsockopt(sock, SOL_L2CAP, L2CAP_OPTIONS, (void *)&opts, &size); in rfcomm_session_create() 569 opts.imtu = RFCOMM_MAX_L2CAP_MTU; in rfcomm_session_create() 570 sock->ops->setsockopt(sock, SOL_L2CAP, L2CAP_OPTIONS, (void *)&opts, size); in rfcomm_session_create() 1751 struct l2cap_options opts; in rfcomm_add_listener() local 1774 size = sizeof(opts); in rfcomm_add_listener() 1775 sock->ops->getsockopt(sock, SOL_L2CAP, L2CAP_OPTIONS, (void *)&opts, &size); in rfcomm_add_listener() 1777 opts.imtu = RFCOMM_MAX_L2CAP_MTU; in rfcomm_add_listener() 1778 sock->ops->setsockopt(sock, SOL_L2CAP, L2CAP_OPTIONS, (void *)&opts, size); in rfcomm_add_listener()
|
/linux-2.4.37.9/fs/hpfs/ |
D | super.c | 168 int parse_opts(char *opts, uid_t *uid, gid_t *gid, umode_t *umask, in parse_opts() argument 174 if (!opts) in parse_opts() 179 for (p = strtok(opts, ","); p != 0; p = strtok(0, ",")) { in parse_opts()
|
/linux-2.4.37.9/drivers/net/e100/ |
D | e100_main.c | 2848 }, *opts; in e100_load_microcode() local 2850 opts = ucode_opts; in e100_load_microcode() 2861 while (opts->rev_id) { in e100_load_microcode() 2862 if (bdp->rev_id == opts->rev_id) { in e100_load_microcode() 2876 memcpy(ucode_dword, opts->ucode, sizeof (opts->ucode)); in e100_load_microcode() 2879 ucode_dword[opts->timer_dword] &= 0xFFFF0000; in e100_load_microcode() 2880 ucode_dword[opts->timer_dword] |= in e100_load_microcode() 2882 ucode_dword[opts->bundle_dword] &= 0xFFFF0000; in e100_load_microcode() 2883 ucode_dword[opts->bundle_dword] |= in e100_load_microcode() 2885 ucode_dword[opts->min_size_dword] &= 0xFFFF0000; in e100_load_microcode() [all …]
|
/linux-2.4.37.9/drivers/net/pcmcia/ |
D | 3c589_cs.c | 1054 u_short opts = SetRxFilter | RxStation | RxBroadcast; in set_multicast_list() local 1058 opts |= RxMulticast | RxProm; in set_multicast_list() 1060 opts |= RxMulticast; in set_multicast_list() 1061 outw(opts, ioaddr + EL3_CMD); in set_multicast_list()
|
/linux-2.4.37.9/fs/reiserfs/ |
D | super.c | 493 static int reiserfs_getopt ( struct super_block * s, char ** cur, opt_desc_t * opts, char ** opt_ar… in reiserfs_getopt() argument 528 for (opt = opts; opt->option_name; opt ++) { in reiserfs_getopt() 604 opt_desc_t opts[] = { in reiserfs_parse_options() local 629 c = reiserfs_getopt (s, &pos, opts, &arg, mount_options); in reiserfs_parse_options()
|
/linux-2.4.37.9/drivers/net/irda/ |
D | donauboe.c | 384 toshoboe_start_DMA (struct toshoboe_cb *self, int opts) in toshoboe_start_DMA() argument 387 OUTB (CONFIG0H_DMA_ON | opts, OBOE_CONFIG0H); in toshoboe_start_DMA()
|