Searched refs:options (Results 526 - 550 of 578) sorted by relevance

<<21222324

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Dcmds.c1021 options |= SO_DEBUG;
1023 options &= ~SO_DEBUG;
H A Dftp.c1487 if ((options & SO_DEBUG) &&
1615 if (options & SO_DEBUG &&
/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dxec.c2566 Shopt_t options = shp->options; local
2568 shp->glob_options = shp->options;
2570 shp->options = shp->glob_options;
2674 shp->options = options;
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_mbx.c604 mcp->mb[1] = lb->options;
651 mcp->mb[1] = lb->options;
722 mcp->mb[1] = echo_pt->options; /* command options; 64 bit */
736 if (echo_pt->options & BIT_6) {
1429 * opt: options.
1490 * opt: options.
1807 * opt: options.
2096 * opt: options.
2707 pkt->abo.options
[all...]
/illumos-gate/usr/src/lib/libc/port/
H A Dllib-lc1095 pid_t waitpid(pid_t pid, int *stat_loc, int options);
1096 pid_t wait3(int *status, int options, struct rusage *rp);
1097 pid_t wait4(pid_t pid, int *status, int options, struct rusage *rusage);
/illumos-gate/usr/src/cmd/sendmail/src/
H A Ddeliver.c1860 _res.options &= ~(RES_DEFNAMES | RES_DNSRCH); /* XXX */
3433 _res.options |= RES_DEFNAMES | RES_DNSRCH; /* XXX */
5705 int oldoptions = _res.options;
5775 _res.options &= ~(RES_DEFNAMES | RES_DNSRCH); /* XXX */
5903 _res.options = oldoptions;
H A Dreadcf.c1935 ** Some options (if set from the command line) will
1945 ** Sets options as implied by the arguments.
2402 /* full word options */
2753 _res.options &= ~rfp->rf_bits;
2755 _res.options |= rfp->rf_bits;
2758 sm_dprintf("_res.options = %x, HasWildcardMX = %d\n",
2759 (unsigned int) _res.options, HasWildcardMX);
2818 case 'O': /* daemon options */
3757 ** XXX How about options per daemon/client instead of globally?
3758 ** This doesn't work well for some options,
[all...]
H A Dconf.c1758 ERROR: Check the compilation options _LA_PROCSTR and
4232 resv6 = bitset(RES_USE_INET6, _res.options);
4233 _res.options |= RES_USE_INET6;
4238 _res.options &= ~RES_USE_INET6;
5663 ** Compile-Time options
5817 ** OS compile options.
6036 ** FFR compile options.
6113 ** is actually checked). This prevented all new lower case options
6416 /* More STARTTLS options, e.g., secondary certs. */
/illumos-gate/usr/src/uts/common/io/lvm/md/
H A Dmd_mddb.c8831 md_create_rec_option_t options, /* options for this creation */
8863 if ((options &(MD_CRO_32BIT|MD_CRO_64BIT)) == 0) {
8895 if ((options & MD_CRO_OPTIMIZE) == 0)
8928 if ((options & MD_CRO_OPTIMIZE) == 0)
8966 if ((options & MD_CRO_OPTIMIZE) == 0)
8980 if ((options & MD_CRO_OPTIMIZE) == 0)
9032 flag_type = options &
9087 if (options & MD_CRO_32BIT) {
9088 if (options
8827 mddb_createrec( size_t usersize, mddb_type_t type, uint_t type2, md_create_rec_option_t options, set_t setno ) argument
[all...]
/illumos-gate/usr/src/cmd/svc/svcs/
H A Dsvcs.c3460 const char * const options = "aHpvno:R:s:S:dDlL?xZz:"; local
3490 * need to know now so we know which options are valid.
3493 while ((opt = getopt(argc, argv, options)) != -1) {
3536 while ((opt = getopt(argc, argv, options)) != -1) {
/illumos-gate/usr/src/lib/libpp/common/
H A Dppop.c88 if (dir && ppiskey(directives, value, p) || !dir && (ppiskey(options, value, p) || ppiskey(predicates, value, p) || ppiskey(variables, value, p)))
775 inithash(pp.strtab, options);
1159 PUSH_BUFFER("options", t, 1);
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dmain.c111 int devnam_fixed; /* set while in options.ttyxx file */
134 * and allows the plugin to verify the selected options.
353 * system options file, the user's options file, the tty's options file,
354 * and the command line arguments. At last, install the options declared
359 if (protp->options != NULL) {
360 add_options(protp->options);
365 * Install "generic" options into the extra_options list.
370 /* Install any system-specific options (o
[all...]
/illumos-gate/usr/src/lib/libproc/common/
H A Dllib-lproc342 idtype_t idtype, id_t id, siginfo_t *infop, int options);
/illumos-gate/usr/src/lib/libbsm/
H A Dauditxml33 Usage: $prog [options] <xml-input-file>
54 # Process command-line options
/illumos-gate/usr/src/lib/libresolv2/common/resolv/
H A Dres_debug.c155 * Print the current options.
161 fprintf(file, ";; res options:");
163 if (statp->options & mask)
/illumos-gate/usr/src/lib/libnsl/nsl/
H A D_utility.c532 /* compensate for XTI level options */
930 info->options = tiap->OPT_size;
/illumos-gate/usr/src/cmd/nscd/
H A Dnscd_frontend.c1544 _res.options |= RES_STAYOPEN; /* just keep this udp socket open */
/illumos-gate/usr/src/uts/common/sys/scsi/targets/
H A Dstdef.h111 * Defines for supported drive options
378 int options; /* Drive options */ member in struct:st_drivetype
620 * Reporting options
1024 int un_init_options; /* Init time drive options */
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dexioct.h1094 vport_options_t options; member in struct:_EXT_VPORT_PARAMS
/illumos-gate/usr/src/uts/common/sys/1394/
H A Ds1394.h1074 s1394_free_cfgrom_t options);
/illumos-gate/usr/src/boot/sys/sys/
H A Dmount.h133 /* Mount options list */
174 struct vfsoptlist *mnt_opt; /* current mount options */
175 struct vfsoptlist *mnt_optnew; /* new options passed to fs */
478 struct vfsoptdecl *vfc_opts; /* mount options */
846 int vfs_buildopts(struct uio *auio, struct vfsoptlist **options);
/illumos-gate/usr/src/lib/lvm/libmeta/common/
H A Dmeta_name.c3699 int options,
3710 if (meta_get_hsp_names(sp, &hspnlp, options, ep) < 0) {
3696 meta_get_hotspare_names( mdsetname_t *sp, mdnamelist_t **nlpp, int options, md_error_t *ep ) argument
/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A Dip_rcm.c97 /* Network Cache lookup options */
958 cache_lookup(rcm_handle_t *hd, char *rsrc, char options) argument
964 if ((options & CACHE_REFRESH) && (hd != NULL)) {
1562 * Save off the modlist, ifconfig options and unplumb.
1611 * all ifconfig options
/illumos-gate/usr/src/uts/common/avs/ns/rdc/
H A Drdc_dev.c332 rdc_dev_open(rdc_set_t *rdc_set, int options) argument
341 if (options & RDC_OPT_PRIMARY)
H A Drdc_diskq.c2923 if (uparms->options & RDC_OPT_SECONDARY) { /* how'd we get here? */
3012 if (!(uparms->options & RDC_OPT_FORCE_QINIT)) {

Completed in 262 milliseconds

<<21222324