Home
last modified time | relevance | path

Searched refs:options (Results 1 – 25 of 644) sorted by last modified time

12345678910>>...26

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_solaris.c8102 if (vport->options & EMLXS_OPT_RESTRICT_MASK) { in emlxs_set_parm()
/illumos-gate/usr/src/uts/common/
H A DMakefile.files776 OPTIONS_OBJS += options.o
/illumos-gate/usr/src/cmd/cpc/common/
H A Dcputrack.c43 static struct options { struct
61 static const struct options *opts = (const struct options *)&__options; argument
97 struct options *opts = &__options; in main()
/illumos-gate/usr/src/uts/intel/
H A DMakefile.intel440 DRV_KMODS += options
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-test-utiltest.p5m1673 dir path=opt/util-tests/tests/mdb/options
1674 file path=opt/util-tests/tests/mdb/options/tst.autowrap.mdb mode=0444
1675 file path=opt/util-tests/tests/mdb/options/tst.autowrap.mdb.out mode=0444
/illumos-gate/usr/src/lib/brand/solaris10/s10_brand/common/
H A Ds10_signal.c613 idtype_t idtype, id_t id, siginfo_t *infop, int options) in s10_waitid() argument
617 err = __systemcall(rval, SYS_waitid + 1024, idtype, id, infop, options); in s10_waitid()
/illumos-gate/usr/src/data/terminfo/
H A Dterminfo.src149 # Terminal names look like <manufacturer> <model> - <modes/options>
5065 # The terminal options should be set as follows:
6521 # new 262x series of machines. It has dip-switched options.
6914 # see a lot more setup options.
7632 # S2 UART/Terminal options:
7646 # S5 UART/Terminal options:
7665 # Jumper options:
10377 # The terminal has either bold or blink, depending on options
11986 # terminal. Then change any options you want (provided that they are
18825 # Set the options AUTO ROLL, ROLL DN, and ESC KBD on, and AUTO
[all …]
H A Dtermcap.src149 # Terminal names look like <manufacturer> <model> - <modes/options>
4437 # The terminal options should be set as follows:
5766 # new 262x series of machines. It has dip-switched options.
6114 # see a lot more setup options.
6803 # S2 UART/Terminal options:
6817 # S5 UART/Terminal options:
6836 # Jumper options:
9229 # The terminal has either bold or blink, depending on options
16758 # Set the options AUTO ROLL, ROLL DN, and ESC KBD on, and AUTO
18725 # where Ps is a character that describes installed options.
[all …]
/illumos-gate/usr/src/cmd/zfs/
H A Dzfs_main.c6184 boolean_t explicit, const char *options) in share_mount_one() argument
6380 if (options == NULL) in share_mount_one()
6383 mnt.mnt_mntopts = (char *)options; in share_mount_one()
6396 if (zfs_mount(zhp, options, flags) != 0) in share_mount_one()
6480 char *options = NULL; in share_mount() local
6503 if (options == NULL) in share_mount()
6504 options = safe_malloc(MNT_LINE_MAX + 1); in share_mount()
6507 append_options(options, optarg); in share_mount()
6572 share_mount_state.sm_options = options; in share_mount()
6591 if ((op == OP_SHARE) || (options != NULL)) { in share_mount()
[all …]
/illumos-gate/usr/src/cmd/svc/svcs/
H A Dsvcs.c3491 const char * const options = "aHpvno:R:s:S:dDlL?xZz:"; in main() local
3524 while ((opt = getopt(argc, argv, options)) != -1) { in main()
3567 while ((opt = getopt(argc, argv, options)) != -1) { in main()
/illumos-gate/usr/src/cmd/raidctl/
H A Draidctl.c227 uint64_t options = 0; in main() local
286 options |= LOWER_H; in main()
296 options |= UPPER_C; in main()
305 options |= LOWER_C; in main()
314 options |= LOWER_D; in main()
323 options |= LOWER_L; in main()
361 options |= LOWER_R; in main()
365 options |= LOWER_Z; in main()
369 options |= LOWER_G; in main()
373 options |= LOWER_S; in main()
[all …]
/illumos-gate/usr/src/cmd/ptools/pmadvise/
H A Dpmadvise.c945 char *options, *value; in main() local
984 options = optarg; in main()
985 while (*options != '\0') { in main()
986 subopt = getsubopt(&options, suboptstr, in main()
/illumos-gate/usr/src/cmd/pools/poold/
H A Dpoold.c532 vm_args.options = vm_opts; in main()
/illumos-gate/usr/src/cmd/nscd/
H A Dnscd_frontend.c1553 _res.options |= RES_STAYOPEN; /* just keep this udp socket open */ in keep_open_dns_socket()
/illumos-gate/usr/src/cmd/idmap/idmap/
H A Didmap_engine.c75 options_parse(int argc, char *argv[], const char *options) in options_parse() argument
81 while ((c = getopt(argc, argv, options)) != EOF) { in options_parse()
129 optind = options_parse(argc, argv, my_comv[i].options); in run_command()
304 options2 = strdup(my_comv[i].options); in CPL_MATCH_FN()
/illumos-gate/usr/src/cmd/fwflash/common/
H A Dfwflash.c76 static int get_fileopts(char *options);
1217 get_fileopts(char *options) in get_fileopts() argument
1223 if (files = strtok(options, ",")) { in get_fileopts()
1259 (void) strlcpy(filelist[0], options, strlen(files) + 1); in get_fileopts()
/illumos-gate/usr/src/cmd/fuser/
H A Dfuser.c200 report_process(f_user_t *f_user, int options, int sig) in report_process() argument
215 if ((options & OPT_USERID) && in report_process()
220 if (options & OPT_SIGNAL) in report_process()
375 report(fu_data_t *fu_data, int options, int sig) in report() argument
389 err = report_process(f_user, options, sig); in report()
401 set_option(int *options, int nextopt, opt_flavor_t type) in set_option() argument
409 if (*options & nextopt) in set_option()
415 if ((type == EXCL_OPT) && (*options)) { in set_option()
430 *options |= nextopt; in set_option()
/illumos-gate/usr/src/cmd/fs.d/udfs/labelit/
H A Dlabelit.c93 int8_t *options = NULL; in main() local
119 options = optarg; in main()
120 while (*options != '\0') { in main()
121 switch (getsubopt(&options, labelit_subopts, in main()
/illumos-gate/usr/src/cmd/cmd-crypto/decrypt/
H A Ddecrypt.c110 char *options; /* command line options */ member
229 optstr = cmd->options; in main()
/illumos-gate/exception_lists/
H A Dcstyle637 usr/src/lib/krb5/ss/options.c
H A Dcopyright379 usr/src/lib/krb5/ss/options.c
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fc.h1031 uint32_t options; member
/illumos-gate/usr/src/test/zfs-tests/include/
H A Dlibtest.shlib1256 # $2-n - dataset options
2108 # Get the available ZFS compression options
/illumos-gate/usr/src/lib/libshare/nfs/
H A Dlibshare_nfs.c585 invalid_security(char *options) in invalid_security() argument
590 copy = strdup(options); in invalid_security()
660 if (strcmp(options, SHOPT_RW) == 0) { in nfs_parse_legacy_options()
674 if (invalid_security(options)) { in nfs_parse_legacy_options()
697 dup = strdup(options); in nfs_parse_legacy_options()
1461 sa_optionset_t options = NULL; in nfs_format_options() local
1490 if (options != NULL) { in nfs_format_options()
1512 if (options != NULL) in nfs_format_options()
1514 options); in nfs_format_options()
1559 if (options != NULL) in nfs_format_options()
[all …]
/illumos-gate/usr/src/data/zoneinfo/
H A Daustralasia1592 # seeking the community's views on various options for summer time

12345678910>>...26