Searched defs:option (Results 76 - 83 of 83) sorted by relevance

1234

/vbox/src/VBox/Devices/PC/ipxe/src/net/udp/
H A Dtftp.c94 * This is the "blksize" option negotiated with the TFTP
101 * This is the value returned in the "tsize" option from the
103 * "tsize" option, this value will be zero.
129 * option, or we are using MTFTP, then we don't know the file
147 /** Request multicast option */
561 * Process TFTP "blksize" option
583 * Process TFTP "tsize" option
605 * Process TFTP "multicast" option
674 /** A TFTP option */
696 * Process TFTP option
705 struct tftp_option *option; local
[all...]
/vbox/src/VBox/GuestHost/OpenGL/include/
H A Dcr_spu.h71 const char *option; /**< Name of the option */ member in struct:__anon16132
72 cr_type type; /**< Type of option */
77 const char *description; /**< Textual description of the option */
449 DECLEXPORT(int) crSPUGetEnumIndex( const SPUOptions *option, const char *optName, const char *value );
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_consume.c1579 const char *option, const char *value)
1592 (void) dtrace_getopt(dtp, option, &optdata.dtsda_oldval);
1594 if (dtrace_setopt(dtp, option, value) == 0) {
1595 (void) dtrace_getopt(dtp, option, &optdata.dtsda_newval);
1597 optdata.dtsda_option = option;
1607 len = strlen(option) + strlen(value) + strlen(errstr) + 80;
1610 (void) snprintf(msg, len, "couldn't set option \"%s\" to \"%s\": %s\n",
1611 option, value, errstr);
1578 dt_setopt(dtrace_hdl_t *dtp, const dtrace_probedata_t *data, const char *option, const char *value) argument
/vbox/src/libs/xpcom18a4/nsprpub/pr/include/
H A Dprio.h324 PRBool polarity; /* Polarity of the option's setting */
335 PRSockOption option; member in struct:PRSocketOptionData
491 /* Get current setting of specified option */
493 /* Set value of specified option */
/vbox/src/VBox/Frontends/VirtualBox/src/extradata/
H A DUIExtraDataManager.cpp186 QSize sizeHint(const QStyleOptionViewItem &option, const QModelIndex &index) const;
189 void paint(QPainter *pPainter, const QStyleOptionViewItem &option, const QModelIndex &index) const;
207 QSize UIChooserPaneDelegate::sizeHint(const QStyleOptionViewItem &option, const QModelIndex &index) const argument
210 const QFontMetrics &fm = option.fontMetrics;
233 void UIChooserPaneDelegate::paint(QPainter *pPainter, const QStyleOptionViewItem &option, const QModelIndex &index) const argument
236 const QRect &optionRect = option.rect;
238 const QPalette &palette = option.palette;
240 const QFontMetrics &fm = option.fontMetrics;
247 if (option.state & QStyle::State_Selected)
250 QColor highlight = palette.color(option
[all...]
/vbox/src/VBox/Frontends/VirtualBox/src/globals/
H A DVBoxGlobal.cpp3627 QStyleOptionSpinBox option; local
3628 option.initFrom(pSpinBox);
3632 &option,
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/uts/common/dtrace/
H A Ddtrace.c5322 * the value of the DTRACEOPT_STRSIZE option;
11455 * Fill in the option section header...
11819 * this should _not_ happen if the "strsize" option has been set --
11821 * setting of the option.
12341 "option description");
12346 dtrace_dof_error(dof, "zeroed option entry size");
12351 dtrace_dof_error(dof, "bad option entry size");
12360 dtrace_dof_error(dof, "non-zero option string");
12365 dtrace_dof_error(dof, "unset option");
12371 dtrace_dof_error(dof, "rejected option");
13276 dtrace_state_option(dtrace_state_t *state, dtrace_optid_t option, dtrace_optval_t val) argument
[all...]
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Djaxws-tools.jar ... String) String value } com/sun/tools/ws/ant/Apt$Option.class Apt.java package com.sun. ...

Completed in 752 milliseconds

1234