Home
last modified time | relevance | path

Searched refs:options (Results 176 – 200 of 644) sorted by relevance

12345678910>>...26

/illumos-gate/usr/src/lib/libldap5/include/ldap/
H A Dldif.h81 int vlen, unsigned long options );
85 unsigned long options );
/illumos-gate/usr/src/cmd/cmd-inet/etc/ppp/
H A Doptions.ttya.tmpl26 # Privileged pppd options for a given physical device may be placed here.
28 # options are placed here, along with remote IP addresses for dial-in
31 # Options in this file, /etc/ppp/options, /etc/ppp/peers/<name>,
H A Dchap-secrets30 # client server secret [IP addresses ["--" options]]
49 # addresses are given in the options. If a given dial-in peer has an
54 # The entry may also have extra options after a -- token. These are
55 # interpreted as privileged pppd options, and may be used to enable
H A Dpap-secrets30 # client server password [IP addresses ["--" options]]
48 # "*" and actual IP addresses are given in the options. If a given dial-in
53 # The entry may also have extra options after a -- token. These are
54 # interpreted as privileged pppd options, and may be used to enable
/illumos-gate/usr/src/cmd/devmgmt/cmds/
H A Dgetdgrp.c181 int options; /* Options to pass to getdgrp() */ in main() local
281 options = (excludeflag ? DTAB_EXCLUDEFLAG : 0) | in main()
292 if (!(fitgrouplist = getdgrp(dgrouplist, criterialist, options))) { in main()
/illumos-gate/usr/src/lib/cfgadm_plugins/sata/common/
H A Dcfga_sata.c568 const char *options, in cfga_change_state() argument
598 (void) cfga_help(msgp, options, flags); in cfga_change_state()
899 (void) cfga_help(msgp, options, flags); in cfga_change_state()
905 (void) cfga_help(msgp, options, flags); in cfga_change_state()
920 const char *options, in cfga_private_func() argument
1130 const char *options, in cfga_test() argument
1417 const char *options, in cfga_list_ext() argument
1759 if (options != NULL) { in cfga_help()
1761 cfga_msg(msgp, options); in cfga_help()
1816 const char *options, in verify_params() argument
[all …]
/illumos-gate/usr/src/uts/common/io/scsi/impl/
H A Dscsi_subr.c1427 struct scsi_device *devp, int options) in scsi_get_device_type_scsi_options() argument
1434 string, options); in scsi_get_device_type_scsi_options()
1437 return (options); in scsi_get_device_type_scsi_options()
1456 int options = -1; in scsi_get_scsi_options() local
1472 if (options == -1) in scsi_get_scsi_options()
1475 if (options == -1) in scsi_get_scsi_options()
1479 if (options == -1) in scsi_get_scsi_options()
1480 options = default_scsi_options; in scsi_get_scsi_options()
1482 return (options); in scsi_get_scsi_options()
1491 int options; in scsi_get_scsi_maxluns() local
[all …]
/illumos-gate/usr/src/cmd/cmd-inet/etc/dhcp/
H A Dinittab27 # This file provides information about all supported DHCP options, for
29 # add support for SITE options for clients; no existing options should
30 # be modified. Only SITE options will be preserved during an upgrade.
32 # options of a different client, see dhcptab(5) for details.
155 # documentation for more information on these options.
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_import/
H A Dzpool_import_rename_001_pos.ksh58 set -A options "" "-R $ALTER_ROOT"
129 log_must zpool import ${devs[i]} ${options[j]} \
137 [[ -n ${options[j]} ]] && \
/illumos-gate/usr/src/cmd/ast/libshell/common/tests/
H A DREADME.tests14 /opt/ksh93-tests/shtests <options> <varname=value> <testmodule>
16 By default, with no <options>, each test is run three times:
22 <options> may be:
/illumos-gate/usr/src/cmd/sasinfo/
H A Dsasinfo-list.c199 for (; options->optval; options++) { in sas_util_list_hba()
200 switch (options->optval) { in sas_util_list_hba()
259 for (; options->optval; options++) { in sas_util_list_hbaport()
260 switch (options->optval) { in sas_util_list_hbaport()
263 options->optarg, sizeof (hbaName)); in sas_util_list_hbaport()
330 for (; options->optval; options++) { in sas_util_list_expander()
331 switch (options->optval) { in sas_util_list_expander()
400 for (; options->optval; options++) { in sas_util_list_targetport()
401 switch (options->optval) { in sas_util_list_targetport()
1512 for (; options->optval; options++) { in sas_util_list_logicalunit()
[all …]
/illumos-gate/usr/src/lib/libhotplug/common/
H A Dlibhotplug.c589 hp_set_private(hp_node_t node, const char *options, char **resultsp) in hp_set_private() argument
599 (void *)node, (void *)options, (void *)resultsp); in hp_set_private()
602 if ((node == NULL) || (options == NULL) || (resultsp == NULL)) { in hp_set_private()
622 options, 0)) == NULL) in hp_set_private()
649 hp_get_private(hp_node_t node, const char *options, char **resultsp) in hp_get_private() argument
659 (void *)node, (void *)options, (void *)resultsp); in hp_get_private()
662 if ((node == NULL) || (options == NULL) || (resultsp == NULL)) { in hp_get_private()
682 options, 0)) == NULL) in hp_get_private()
1280 uint_t flags, const char *options, int state) in i_hp_set_args() argument
1309 if ((options != NULL) && in i_hp_set_args()
[all …]
H A Dlibhotplug.h93 int hp_set_private(hp_node_t node, const char *options,
95 int hp_get_private(hp_node_t node, const char *options,
/illumos-gate/usr/src/cmd/vntsd/
H A Dvntsd.c382 vntsdp->options |= VNTSD_OPT_DAEMON_OFF; in main()
414 vntsdp->options |= VNTSD_OPT_AUTH_CHECK; in main()
433 } else if ((vntsdp->options & VNTSD_OPT_AUTH_CHECK) != 0) { in main()
451 vntsdp->options, vntsdp->devinst, in main()
476 if ((vntsdp->options & VNTSD_OPT_DAEMON_OFF) == 0) { in main()
/illumos-gate/usr/src/lib/libkmf/mappers/kmf_mapper_cn/common/
H A Dmapper_cn.c53 mapper_initialize(KMF_HANDLE_T h, char *options) in mapper_initialize() argument
63 if (options != NULL) { in mapper_initialize()
64 if (strcmp(options, "casesensitive") == 0) in mapper_initialize()
/illumos-gate/usr/src/lib/pyzfs/common/
H A Dholds.py56 (options, args) = parser.parse_args(sys.argv[2:])
66 for ds in zfs.dataset.snapshots_fromcmdline(args, options.recursive):
/illumos-gate/usr/src/cmd/lp/lib/printers/
H A Dfreeprinter.c56 if (pp->options)
57 freelist (pp->options);
/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/tools/smatch/src/
H A Dlib.c550 int (*fun)(const char *arg, const char *opt, const struct flag *, int options);
573 int options = 0; in handle_switches() local
575 options |= OPT_INVERSE; in handle_switches()
576 if ((rc = flags->fun(ori, opt, flags, options))) in handle_switches()
848 static int handle_ftabstop(const char *arg, const char *opt, const struct flag *flag, int options) in handle_ftabstop() argument
864 static int handle_fpasses(const char *arg, const char *opt, const struct flag *flag, int options) in handle_fpasses() argument
870 if (options & OPT_INVERSE) in handle_fpasses()
876 if (options & OPT_INVERSE) in handle_fpasses()
909 static int handle_fdump_ir(const char *arg, const char *opt, const struct flag *flag, int options) in handle_fdump_ir() argument
922 …nt handle_fmemcpy_max_count(const char *arg, const char *opt, const struct flag *flag, int options) in handle_fmemcpy_max_count() argument
[all …]
/illumos-gate/usr/src/cmd/vi/port/
H A Dmakeoptions24 # make options --should be run when adding/deleting options
46 1,/option options/d
/illumos-gate/usr/src/lib/libc/port/sys/
H A Dcorectl.c32 core_set_options(int options) in core_set_options() argument
34 return (syscall(SYS_corectl, CC_SET_OPTIONS, options)); in core_set_options()
/illumos-gate/usr/src/cmd/svr4pkg/hdrs/
H A Dlibadm.h206 extern char **getdev __P((char **devices, char **criteria, int options));
211 extern char **getdgrp __P((char **dgroups, char **criteria, int options));
221 extern int getvol __P((char *device, char *label, int options,
223 extern int _getvol __P((char *device, char *label, int options,
/illumos-gate/usr/src/cmd/lp/model/
H A Dnetstandard158 # ${SPOOLDIR}/.../printer request-id user title copies options files...
162 # the fifth (options) is a blank separated list (in a single argument)
163 # of user or Spooler supplied options (without the -o prefix),
225 # If you want to add simple options (e.g. -o simple)
273 # If you want to add simple-value options (e.g. -o value=a)
282 # If you want to add options that,
287 # flist=* | lpd=* | options=* )
329 # options= )
330 # options="${options} ${item}"
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dppp-comp.h53 void *(*decomp_alloc) __P((u_char *options, int opt_len));
57 int (*decomp_init) __P((void *state, u_char *options, int opt_len,
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/rdist/
H A Dgram.y55 %type <intval> OPTION, options
120 cmd: INSTALL options opt_namelist SM = {
123 $1->sc_options = $2 | options;
168 options: /* VOID */ = {
171 | options OPTION = {

12345678910>>...26