Searched defs:options (Results 151 - 175 of 189) sorted by relevance

12345678

/osnet-11/usr/src/lib/fm/libdiskstatus/common/
H A Dds_scsi.c146 scsi_mode_select(ds_scsi_info_t *sip, uchar_t page_code, int options, argument
162 options |= MODE_SELECT_SP;
165 options &= ~MODE_SELECT_SP;
175 page_code, options, buf, buflen,
179 page_code, options, buf, buflen,
188 page_code, options, buf, buflen,
192 page_code, options, buf, buflen,
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dget_in_tkt.c61 creds->server, (realm is taken from creds->client), with options
62 options, and using creds->times.starttime, creds->times.endtime,
695 krb5_flags options,
757 canon_flag = ((options & KDC_OPT_CANONICALIZE) != 0) ||
773 request.kdc_options = options;
1407 krb5_get_init_creds_opt *options,
1436 if (options == NULL) {
1437 code = krb5_get_init_creds_opt_alloc(context, &options);
1442 code = krb5int_gic_opt_to_opte(context, options,
1494 ctx->tkt_life = options
694 krb5_get_in_tkt(krb5_context context, krb5_flags options, krb5_address * const * addrs, krb5_enctype * ktypes, krb5_preauthtype * ptypes, git_key_proc key_proc, krb5_const_pointer keyseed, git_decrypt_proc decrypt_proc, krb5_const_pointer decryptarg, krb5_creds * creds, krb5_ccache ccache, krb5_kdc_rep ** ret_as_reply) argument
1402 krb5_init_creds_init(krb5_context context, krb5_principal client, krb5_prompter_fct prompter, void *data, krb5_deltat start_time, krb5_get_init_creds_opt *options, krb5_init_creds_context *pctx) argument
2313 krb5int_get_init_creds(krb5_context context, krb5_creds *creds, krb5_principal client, krb5_prompter_fct prompter, void *prompter_data, krb5_deltat start_time, char *in_tkt_service, krb5_get_init_creds_opt *options, krb5_gic_get_as_key_fct gak_fct, void *gak_data, int *use_master, krb5_kdc_rep **as_reply) argument
2368 krb5int_populate_gic_opt(krb5_context context, krb5_get_init_creds_opt **out, krb5_flags options, krb5_address *const *addrs, krb5_enctype *ktypes, krb5_preauthtype *pre_auth_types, krb5_creds *creds) argument
[all...]
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/mech/
H A Dinit_sec_context.c1343 int options = 0; local
1390 code = krb5_get_credentials_renew(context, options, ccache,
/osnet-11/usr/src/lib/cfgadm_plugins/ib/common/
H A Dcfga_ib.c123 "Hardware specific options not supported " },
186 * these are the only valid sub-options for services.
533 * options - command options passed by the cfgadm(1M)
540 * Check if "options" and "errstring" are valid and if ap_id is
544 ib_verify_params(const char *ap_id, const char *options, char **errstring) argument
550 if (options != NULL) {
551 DPRINTF("ib_verify_params: h/w-specific options not "
845 * options - State Change command options passe
860 cfga_change_state(cfga_cmd_t state_change_cmd, const char *ap_id, const char *options, struct cfga_confirm *confp, struct cfga_msg *msgp, char **errstring, cfga_flags_t flags) argument
1048 cfga_private_func(const char *func, const char *ap_id, const char *options, struct cfga_confirm *confp, struct cfga_msg *msgp, char **errstring, cfga_flags_t flags) argument
1529 cfga_test(const char *ap_id, const char *options, struct cfga_msg *msgp, char **errstring, cfga_flags_t flags) argument
1639 cfga_list_ext(const char *ap_id, cfga_list_data_t **ap_id_list, int *nlistp, const char *options, const char *listopts, char **errstring, cfga_flags_t flags) argument
2044 cfga_help(struct cfga_msg *msgp, const char *options, cfga_flags_t flags) argument
[all...]
/osnet-11/usr/src/lib/cfgadm_plugins/sata/common/
H A Dcfga_sata.c223 verify_params(const char *ap_id, const char *options, char **errstring);
565 const char *options,
594 if ((rv = verify_params(ap_id, options, errstring)) != CFGA_SATA_OK) {
595 (void) cfga_help(msgp, options, flags);
906 (void) cfga_help(msgp, options, flags);
912 (void) cfga_help(msgp, options, flags);
930 const char *options,
947 (void) cfga_help(msgp, options, flags);
1140 const char *options,
1427 const char *options,
562 cfga_change_state( cfga_cmd_t state_change_cmd, const char *ap_id, const char *options, struct cfga_confirm *confp, struct cfga_msg *msgp, char **errstring, cfga_flags_t flags) argument
927 cfga_private_func( const char *func, const char *ap_id, const char *options, struct cfga_confirm *confp, struct cfga_msg *msgp, char **errstring, cfga_flags_t flags) argument
1138 cfga_test( const char *ap_id, const char *options, struct cfga_msg *msgp, char **errstring, cfga_flags_t flags) argument
1423 cfga_list_ext( const char *ap_id, cfga_list_data_t **ap_id_list, int *nlistp, const char *options, const char *listopts, char **errstring, cfga_flags_t flags) argument
1769 cfga_help(struct cfga_msg *msgp, const char *options, cfga_flags_t flags) argument
1826 verify_params( const char *ap_id, const char *options, char **errstring) argument
[all...]
/osnet-11/usr/src/lib/cfgadm_plugins/sbd/common/
H A Dap.h55 * Command options.
57 * Some of the options are provided for testing purpose and
95 * . parse the command and its options.
116 char *options; member in struct:__anon906
H A Dap_sbd.c242 * validate the command/options accordingly. XXX
333 s_free(a->options);
503 * If there are no platform options set then there
516 * support options for this cmd
565 * options; otherwise, pass all options after the
569 ctl->i_opts = a->options;
683 ap_test_err(apd_t *a, const char *options) argument
712 ap_err(a, err, options);
715 ap_err(a, err, options);
746 ap_help(struct cfga_msg *msgp, const char *options, cfga_flags_t flags) argument
[all...]
/osnet-11/usr/src/lib/cfgadm_plugins/usb/common/
H A Dcfga_usb.c80 { CVT, CFGA_ERROR, "Hardware specific options not supported" },
444 const char *options,
451 if (options != NULL) {
452 DPRINTF("verify_params: hardware-specific options not "
1002 const char *options,
1020 if ((rv = verify_params(ap_id, options, errstring)) != CFGA_USB_OK) {
1021 (void) cfga_help(msgp, options, flags);
1194 (void) cfga_help(msgp, options, flags);
1199 (void) cfga_help(msgp, options, flags);
1215 const char *options,
442 verify_params( const char *ap_id, const char *options, char **errstring) argument
999 cfga_change_state( cfga_cmd_t state_change_cmd, const char *ap_id, const char *options, struct cfga_confirm *confp, struct cfga_msg *msgp, char **errstring, cfga_flags_t flags) argument
1212 cfga_private_func( const char *func, const char *ap_id, const char *options, struct cfga_confirm *confp, struct cfga_msg *msgp, char **errstring, cfga_flags_t flags) argument
1441 cfga_test( const char *ap_id, const char *options, struct cfga_msg *msgp, char **errstring, cfga_flags_t flags) argument
1455 cfga_list_ext( const char *ap_id, cfga_list_data_t **ap_id_list, int *nlistp, const char *options, const char *listopts, char **errstring, cfga_flags_t flags) argument
1687 cfga_help(struct cfga_msg *msgp, const char *options, cfga_flags_t flags) argument
[all...]
/osnet-11/usr/src/cmd/ntfsprogs/
H A Dntfsinfo.c86 static struct options { struct
124 * Print a list of the parameters and options for the program.
130 printf("\nUsage: %s [options] device\n"
152 * Read the command line, verify the syntax and parse the options.
2255 printf("Failed to parse command line options\n");
/osnet-11/usr/src/lib/libast/common/comp/
H A Dsetlocale.c2394 static const Unamval_t options[] = variable
2405 * called by stropt() to set options
2749 stropt(getenv("LC_OPTIONS"), options, sizeof(*options), setopt, NiL);
/osnet-11/usr/src/lib/libbe/common/
H A Dbe_mount.c605 char options[MAXPATHLEN + sizeof (MNTOPT_ZFS_MOUNTPOINT) + 1]; local
644 (void) snprintf(options, sizeof (options), MNTOPT_ZFS_MOUNTPOINT "=%s",
646 if (zfs_mount(zhp, options, 0) != 0) {
1004 char options[MAXPATHLEN + sizeof (MNTOPT_ZFS_MOUNTPOINT) + 1]; local
1024 (void) snprintf(options, sizeof (options), MNTOPT_ZFS_MOUNTPOINT "=%s",
1026 if (zfs_mount(zhp, options, 0) != 0) {
1063 char options[MAXPATHLEN + local
1158 (void) snprintf(options, sizeo
1975 char options[MAXPATHLEN + sizeof (MNTOPT_ZFS_MOUNTPOINT) + 1]; local
[all...]
/osnet-11/usr/src/lib/libzfs/common/
H A Dlibzfs_mount.c258 zfs_mount(zfs_handle_t *zhp, const char *options, int flags) argument
271 if (options == NULL)
274 (void) strlcpy(mntopts, options, sizeof (mntopts));
284 * mount options.
478 * Check to see if this a shadow mount and adjust the mount options as
733 * Share the given filesystem according to the options in the specified
/osnet-11/usr/src/lib/lvm/libmeta/common/
H A Dmeta_db.c668 mdchkopts_t options, /* option flags */
685 if (options & MDCHK_ALLOW_NODBS)
688 if (options & MDCHK_DRVINSET)
1303 mdchkopts_t options,
1349 (! (options & MDCHK_ALLOW_NODBS)))
1420 if (meta_check_replica(sp, np, options, 0, (dbcnt * dbsize),
1534 attach.msg_options = options;
1622 (options & MDCHK_SET_FORCE), ep)) {
1684 (options & MDCHK_SET_LOCKED),
1685 (options
665 meta_check_replica( mdsetname_t *sp, mdname_t *np, mdchkopts_t options, diskaddr_t slblk, diskaddr_t nblks, md_error_t *ep ) argument
1300 meta_db_attach( mdsetname_t *sp, mdnamelist_t *db_nlp, mdchkopts_t options, md_timeval32_t *timeval, int dbcnt, int dbsize, char *sysfilename, md_error_t *ep ) argument
2630 meta_get_replica_names( mdsetname_t *sp, mdnamelist_t **nlpp, int options, md_error_t *ep ) argument
[all...]
H A Dmeta_mirror.c47 * options - options from the command line
58 int options,
62 return (meta_get_names(MD_MIRROR, sp, nlpp, options, ep));
128 /* get options */
402 mdchkopts_t options = 0; local
429 if (meta_check_inmeta(sp, np, options, 0, -1, ep) != 0)
449 * convert read options
511 * convert write options
606 mdprtopts_t options,
55 meta_get_mirror_names( mdsetname_t *sp, mdnamelist_t **nlpp, int options, md_error_t *ep ) argument
602 mirror_print( md_mirror_t *mirrorp, char *fname, FILE *fp, mdprtopts_t options, md_error_t *ep ) argument
910 mirror_report( mdsetname_t *sp, md_mirror_t *mirrorp, mdnamelist_t **nlpp, char *fname, FILE *fp, mdprtopts_t options, md_error_t *ep ) argument
1284 meta_mirror_print( mdsetname_t *sp, mdname_t *mirnp, mdnamelist_t **nlpp, char *fname, FILE *fp, mdprtopts_t options, md_error_t *ep ) argument
1379 meta_mirror_online( mdsetname_t *sp, mdname_t *mirnp, mdname_t *submirnp, mdcmdopts_t options, md_error_t *ep ) argument
1458 meta_mirror_offline( mdsetname_t *sp, mdname_t *mirnp, mdname_t *submirnp, mdcmdopts_t options, md_error_t *ep ) argument
1543 meta_mirror_attach( mdsetname_t *sp, mdname_t *mirnp, mdname_t *submirnp, mdcmdopts_t options, md_error_t *ep ) argument
1639 meta_mirror_detach( mdsetname_t *sp, mdname_t *mirnp, mdname_t *submirnp, mdcmdopts_t options, md_error_t *ep ) argument
1804 meta_mirror_replace( mdsetname_t *sp, mdname_t *mirnp, mdname_t *oldnp, mdname_t *newnp, mdcmdopts_t options, md_error_t *ep ) argument
2018 meta_mirror_enable( mdsetname_t *sp, mdname_t *mirnp, mdname_t *compnp, mdcmdopts_t options, md_error_t *ep ) argument
2219 meta_check_mirror( mdsetname_t *sp, md_mirror_t *mirrorp, mdcmdopts_t options, md_error_t *ep ) argument
2357 meta_create_mirror( mdsetname_t *sp, md_mirror_t *mirrorp, mdcmdopts_t options, md_error_t *ep ) argument
2490 meta_init_mirror( mdsetname_t **spp, int argc, char *argv[], mdcmdopts_t options, md_error_t *ep ) argument
2684 meta_mirror_reset( mdsetname_t *sp, mdname_t *mirnp, mdcmdopts_t options, md_error_t *ep ) argument
[all...]
H A Dmeta_stripe.c56 mdcmdopts_t options,
98 if (options & MDCMD_DOIT) {
120 if ((options & MDCMD_DOIT) == 0) {
121 params.options |= MDIOCTL_DRYRUN;
128 if (options & MDCMD_DOIT)
136 if (options & MDCMD_PRINT) {
149 * options - options from the command line
160 int options,
164 return (meta_get_names(MD_STRIPE, sp, nlpp, options, e
51 meta_stripe_replace( mdsetname_t *sp, mdname_t *stripenp, mdname_t *oldnp, mdname_t *newnp, mdcmdopts_t options, md_error_t *ep ) argument
157 meta_get_stripe_names( mdsetname_t *sp, mdnamelist_t **nlpp, int options, md_error_t *ep ) argument
496 mdchkopts_t options = (MDCHK_ALLOW_MDDB); local
552 stripe_print( md_stripe_t *stripep, char *fname, FILE *fp, mdprtopts_t options, md_error_t *ep ) argument
670 subdev_row_report( mdsetname_t *sp, md_row_t *rp, char *fname, FILE *fp, mdprtopts_t options, uint_t top_tstate, md_error_t *ep ) argument
837 toplev_row_report( mdsetname_t *sp, md_row_t *rp, char *fname, FILE *fp, mdprtopts_t options, md_error_t *ep ) argument
970 stripe_report( mdsetname_t *sp, md_stripe_t *stripep, mdnamelist_t **nlpp, char *fname, FILE *fp, mdprtopts_t options, md_error_t *ep ) argument
1107 meta_stripe_print( mdsetname_t *sp, mdname_t *stripenp, mdnamelist_t **nlpp, char *fname, FILE *fp, mdprtopts_t options, md_error_t *ep ) argument
1292 meta_stripe_attach( mdsetname_t *sp, mdname_t *stripenp, mdnamelist_t *nlp, diskaddr_t interlace, mdcmdopts_t options, md_error_t *ep ) argument
1697 meta_check_stripe( mdsetname_t *sp, md_stripe_t *stripep, mdcmdopts_t options, md_error_t *ep ) argument
1916 meta_create_stripe( mdsetname_t *sp, md_stripe_t *stripep, mdcmdopts_t options, md_error_t *ep ) argument
2156 meta_init_stripe( mdsetname_t **spp, int argc, char *argv[], mdcmdopts_t options, md_error_t *ep ) argument
2377 meta_stripe_reset( mdsetname_t *sp, mdname_t *stripenp, mdcmdopts_t options, md_error_t *ep ) argument
[all...]
/osnet-11/usr/src/lib/libdevinfo/
H A Ddevfsinfo.c134 static int prom_dev_to_alias(char *dev, uint_t options, char ***ret_buf);
249 * the list may be restricted by specifying the correct flags in options.
252 devfs_get_prom_names(const char *dev_name, uint_t options, char ***prom_list) argument
288 if ((ret = prom_dev_to_alias(prom_path, options, &alias_list)) < 0) {
298 if ((options & BOOTDEV_NO_PROM_PATH) == 0) {
320 if ((options & BOOTDEV_NO_PROM_PATH) == 0) {
599 devfs_uefi_set_boot(const char *dev_name, uint_t options) argument
610 (options & (BOOTDEV_LITERAL | BOOTDEV_PROMDEV))) {
824 * Available options include: converting the device name to a prom
830 devfs_bootdev_set_list(const char *dev_name, const uint_t options) argument
2055 prom_dev_to_alias(char *dev, uint_t options, char ***ret_buf) argument
2568 char options[16] = ""; local
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt/cipher/
H A Dac.c2169 void *options,
2228 gcry_ac_eme_pkcs_v1_5_t *options;
2239 options = opts;
2248 k = options->key_size / 8;
2303 gcry_ac_eme_pkcs_v1_5_t *options;
2313 options = opts;
2322 k = options->key_size / 8;
2379 gcry_ac_emsa_pkcs_v1_5_t *options;
2396 options = opts;
2403 err = gcry_md_open (&md, options
2220 gcry_ac_eme_pkcs_v1_5_t *options; local
2295 gcry_ac_eme_pkcs_v1_5_t *options; local
2371 gcry_ac_emsa_pkcs_v1_5_t *options; local
2507 ac_data_dencode(gcry_ac_em_t method, dencode_action_t action, unsigned int flags, void *options, gcry_ac_io_t *ac_io_read, gcry_ac_io_t *ac_io_write) argument
2568 _gcry_ac_data_encode(gcry_ac_em_t method, unsigned int flags, void *options, gcry_ac_io_t *ac_io_read, gcry_ac_io_t *ac_io_write) argument
2584 _gcry_ac_data_decode(gcry_ac_em_t method, unsigned int flags, void *options, gcry_ac_io_t *ac_io_read, gcry_ac_io_t *ac_io_write) argument
2753 gcry_ac_ssa_pkcs_v1_5_t *options; local
[all...]
/osnet-11/usr/src/grub/grub2/util/
H A Dgrub-mkfont.c97 static struct option options[] = variable in typeref:struct:option
1015 /* Check for options. */
1018 int c = getopt_long (argc, argv, "bao:n:i:s:d:r:hVv", options, 0);
H A Dgrub-mkimage.c621 { .id = LZMA_FILTER_LZMA2, .options = &lzopts},
622 { .id = LZMA_VLI_UNKNOWN, .options = NULL}
1636 static struct option options[] =
1724 int c = getopt_long (argc, argv, "d:p:m:c:o:O:f:C:hVvn", options, 0);
1635 static struct option options[] = variable in typeref:struct:option
/osnet-11/usr/src/lib/cfgadm_plugins/ac/common/
H A Dmema.c109 * the valid options. The array is terminated by an element with the
111 * mutually exclusive options, with zero meaning no grouping.
119 * Returned set of options.
189 static const char mema_help[] = "\nAc specific options:\n";
583 const char *options,
595 do_option = process_options(options, add_opts, &ret, errstring);
659 const char *options,
672 do_option = process_options(options, del_opts, &ret, errstring);
725 const char *options,
741 rc = mema_add(ap_id, options, errstrin
581 mema_add( const char *bank_spec, const char *options, char **errstring, int force) argument
657 mema_delete( const char *bank_spec, const char *options, char **errstring, int force) argument
722 cfga_change_state( cfga_cmd_t state_change_cmd, const char *ap_id, const char *options, struct cfga_confirm *confp, struct cfga_msg *msgp, char **errstring, cfga_flags_t flags) argument
758 cfga_private_func( const char *function, const char *ap_id, const char *options, struct cfga_confirm *confp, struct cfga_msg *msgp, char **errstring, cfga_flags_t flags) argument
1087 cfga_test( const char *ap_id, const char *options, struct cfga_msg *msgp, char **errstring, cfga_flags_t flags) argument
1379 cfga_stat( const char *ap_id, struct cfga_stat_data *cs, const char *options, char **errstring) argument
1411 cfga_list( const char *ap_id, cfga_stat_data_t **ap_list, int *nlist, const char *options, char **errstring) argument
1430 cfga_help(struct cfga_msg *msgp, const char *options, cfga_flags_t flags) argument
1494 process_options( const char *options, struct opt_control *opts, int *retp, char **errstring) argument
[all...]
/osnet-11/usr/src/lib/cfgadm_plugins/pci/common/
H A Dcfga.c163 static cfga_err_t check_options(const char *options);
580 const char *options, struct cfga_confirm *confp,
591 if ((rv = check_options(options)) != CFGA_OK) {
1004 const char *options, struct cfga_confirm *confp,
1016 DBG(2, (" options: %s\n", (options == NULL)?"null":options));
1021 if ((rv = check_options(options)) != CFGA_OK) {
1139 cfga_err_t cfga_test(const char *ap_id, const char *options, argument
1146 if ((rv = check_options(options)) !
579 cfga_change_state(cfga_cmd_t state_change_cmd, const char *ap_id, const char *options, struct cfga_confirm *confp, struct cfga_msg *msgp, char **errstring, cfga_flags_t flags) argument
1003 cfga_private_func(const char *function, const char *ap_id, const char *options, struct cfga_confirm *confp, struct cfga_msg *msgp, char **errstring, cfga_flags_t flags) argument
1499 cfga_list_ext(const char *ap_id, cfga_list_data_t **cs, int *nlist, const char *options, const char *listopts, char **errstring, cfga_flags_t flags) argument
1722 check_options(const char *options) argument
1736 cfga_help(struct cfga_msg *msgp, const char *options, cfga_flags_t flags) argument
[all...]
/osnet-11/usr/src/lib/cfgadm_plugins/shp/common/
H A Dshp.c158 static cfga_err_t check_options(const char *options);
609 const char *options, struct cfga_confirm *confp,
617 if ((rv = check_options(options)) != CFGA_OK) {
876 const char *options, struct cfga_confirm *confp,
889 DBG(2, (" options: %s\n", (options == NULL)?"null":options));
894 if ((rv = check_options(options)) != CFGA_OK) {
1000 cfga_err_t cfga_test(const char *ap_id, const char *options, argument
1007 if ((rv = check_options(options)) !
608 cfga_change_state(cfga_cmd_t state_change_cmd, const char *ap_id, const char *options, struct cfga_confirm *confp, struct cfga_msg *msgp, char **errstring, cfga_flags_t flags) argument
875 cfga_private_func(const char *function, const char *ap_id, const char *options, struct cfga_confirm *confp, struct cfga_msg *msgp, char **errstring, cfga_flags_t flags) argument
1368 cfga_list_ext(const char *ap_id, cfga_list_data_t **cs, int *nlist, const char *options, const char *listopts, char **errstring, cfga_flags_t flags) argument
1556 check_options(const char *options) argument
1570 cfga_help(struct cfga_msg *msgp, const char *options, cfga_flags_t flags) argument
[all...]
/osnet-11/usr/src/lib/cfgadm_plugins/sysctrl/common/
H A Dcfga.c190 /* y */ "\nSysctrl specific commands/options:",
871 const char *options,
898 if (options) {
900 if (strcmp(options, cfga_str(OPT_DISABLE)) == 0)
902 else if (strcmp(options, cfga_str(OPT_ENABLE))) {
903 cfga_err(NULL, errstring, ERR_OPT_INVAL, options, 0);
942 else if (disabled && !(force || (options && !disable)))
951 else if (options && (opterr = dlist_update(idx, disable,
971 else if (options && (opterr = dlist_update(idx, disable,
983 if (disabled && !(force || (options
868 cfga_change_state( cfga_cmd_t state_change_cmd, const char *ap_id, const char *options, struct cfga_confirm *confp, struct cfga_msg *msgp, char **errstring, cfga_flags_t flags) argument
1057 cfga_private_func( const char *function, const char *ap_id, const char *options, struct cfga_confirm *confp, struct cfga_msg *msgp, char **errstring, cfga_flags_t flags) argument
1149 cfga_test( const char *ap_id, const char *options, struct cfga_msg *msgp, char **errstring, cfga_flags_t flags) argument
1347 cfga_list( const char *ap_id, cfga_stat_data_t **ap_list, int *nlist, const char *options, char **errstring) argument
1388 cfga_stat( const char *ap_id, struct cfga_stat_data *cs, const char *options, char **errstring) argument
1441 cfga_help(struct cfga_msg *msgp, const char *options, cfga_flags_t flags) argument
[all...]
/osnet-11/usr/src/grub/grub-0.97/netboot/
H A Deepro100.c579 int options; local
680 /* options = 0x40; */ /* 10mbps half duplex... */
681 options = 0x00; /* Autosense */
701 if (options != 0) {
703 ((options & 0x20) ? 0x2000 : 0) | /* 100mbps? */
704 ((options & 0x10) ? 0x0100 : 0)); /* Full duplex? */
715 confcmd.data[19] = (options & 0x10) ? 0xC0 : 0x80;
H A Dpcnet32.c112 * to internal options
133 #define MAX_UNITS 8 /* More are supported, limit only on options */
134 static int options[MAX_UNITS]; variable
267 int options; member in struct:pcnet32_private
451 if (lp->options & PCNET32_PORT_ASEL)
457 if (lp->options & PCNET32_PORT_FD) {
459 if (lp->options ==
462 } else if (lp->options & PCNET32_PORT_ASEL) {
477 if ((lp->options & PCNET32_PORT_PORTSEL) == PCNET32_PORT_GPSI)
481 if (lp->mii && !(lp->options
[all...]

Completed in 277 milliseconds

12345678