Searched refs:what (Results 76 - 100 of 281) sorted by relevance

1234567891011>>

/opensolaris-onvv-gate/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/base/
H A DAttributeManager.java763 public boolean action(Message msg, Event evt, Object what) { argument
767 public boolean gotFocus(Message msg, Event evt, Object what) { argument
771 public boolean lostFocus(Message msg, Event evt, Object what) { argument
/opensolaris-onvv-gate/usr/src/uts/common/fs/zfs/
H A Dspa_history.c299 spa_history_log(spa_t *spa, const char *history_str, history_log_type_t what) argument
305 ASSERT(what != LOG_INTERNAL);
317 ha->ha_log_type = what;
386 * Read up to the minimum of what the user passed down or
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DCPAN.pm350 # to waste memory and run into deep recursion. So what we can do is
407 my($class,$what) = @_;
410 if ( $All[$i]->{qmod} eq $what ) {
420 my @what = @_;
421 CPAN->debug(sprintf("before jumpqueue All[%s] what[%s]",
423 join(",",@what)
425 WHAT: for my $what (reverse @what) {
428 CPAN->debug("i[$All[$i]]what[$what]") i
[all...]
H A Dsort.pm141 I<forbid> what follows, it just leaves the choice open. Thus, after
156 it appears in. That means the following will probably not do what you
/opensolaris-onvv-gate/usr/src/cmd/ldap/ns_ldap/
H A Dldapclient.c318 const char *what, boolean_t check_maint);
1069 /* Coninue and try to recover what we can */
1076 /* Continue and start what we can */
1312 /* Coninue and try to recover what we can */
1319 /* Continue and start what we can */
1906 /* Coninue and try to recover what we can */
1913 /* Continue and start what we can */
1997 /* Not serious, but tell user what to do */
2027 /* Not serious, but tell user what to do */
2199 /* uninit and recover should set flags of what t
3609 const char *what = gettext("not set"); local
3711 wait_till(const char *fmri, const char *state, useconds_t max, const char *what, boolean_t check_maint) argument
[all...]
/opensolaris-onvv-gate/usr/src/cmd/lp/filter/postscript/font/
H A DREADME45 trivial task! To find out what two character font names are taken type,
56 what internal names (ie. numbers) are already taken type,
99 in /usr/lib/font/PDQ/devpost. If you don't know what PDQs are skip this stuff.
/opensolaris-onvv-gate/usr/src/cmd/mdb/intel/modules/generic_cpu/
H A Dgcpu.c562 const char *what; local
578 what = whatstrs[mpt.mpt_what];
580 what = "???";
582 mdb_printf("%?p %?p %15s %4u\n", addr, mpt.mpt_when, what,
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/Perldoc/
H A DToNroff.pm78 in the future, and this may change what options are supported.
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Text/TabsWrap/t/
H A Dfill.t35 notes to see what we fixed!
52 can check out our release notes to see what we fixed!
/opensolaris-onvv-gate/usr/src/lib/libfdisk/common/
H A Dlibfdisk.h101 * The picture below shows what the EBR contains. The EBR has
296 extern int fdisk_get_disk_geom(ext_part_t *epp, int type, int what);
/opensolaris-onvv-gate/usr/src/uts/common/io/usb/usba10/
H A Dusba10.c294 uint_t what, /* 0, interface, endpoint number */
298 return (usba10_usb_get_status(dip, ph, type, what, status, flags));
308 uint_t what, /* 0, interface, endpoint number */
311 return (usba10_usb_clear_feature(dip, ph, type, feature, what, flags));
290 usb_get_status( dev_info_t *dip, usb_pipe_handle_t ph, uint_t type, uint_t what, uint16_t *status, usb_flags_t flags) argument
303 usb_clear_feature( dev_info_t *dip, usb_pipe_handle_t ph, uint_t type, uint_t feature, uint_t what, usb_flags_t flags) argument
/opensolaris-onvv-gate/usr/src/uts/i86pc/ml/
H A Dinterrupt.s168 / what a trap would do: push our flags, %cs, %eip, error code
/opensolaris-onvv-gate/usr/src/uts/intel/io/dktp/controller/ata/
H A Dcapacity.notes.txt71 with what the BIOS and the drive have figured out unless it
157 that it worked. Issue a read command and make sure you can read what you
/opensolaris-onvv-gate/usr/src/cmd/fs.d/nfs/lib/
H A Dwebnfs.x296 wnl_diropargs3 what;
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Devel/Peek/
H A DPeek.pm89 it should look. The trick, then, is to know what the raw datatype is
124 what is allowed for B<-D> flag). When called with a numeric argument,
230 to see what is in the scalar. The \0 at the end indicate that this
256 see what is in the scalar.
280 This shows what a reference looks like when it references a simple scalar.
301 follows the reference and shows us what C<$b> was referencing. We see the
311 This shows what a reference to an array looks like.
436 This is what you really need to know as an XS programmer, of course. When
/opensolaris-onvv-gate/usr/src/tools/pmodes/
H A DREADME.pmodes49 Options that modify what is changed:
/opensolaris-onvv-gate/usr/src/uts/common/os/
H A Dclock_tick.c618 clock_tick_cpu_setup(cpu_setup_t what, int cid, void *arg) argument
641 switch (what) {
H A Dftrace.c239 ftrace_cpu_setup(cpu_setup_t what, int id, void *arg) argument
244 switch (what) {
H A Dsig.c831 stop(int why, int what) argument
881 prstop(why, what);
902 ASSERT(what == SIGSTOP || what == SIGTSTP ||
903 what == SIGTTIN || what == SIGTTOU);
908 ASSERT(what == SUSPEND_NORMAL || what == SUSPEND_PAUSE);
914 if (what == SUSPEND_PAUSE) {
1015 p->p_stopsig = (uchar_t)(sig = what);
[all...]
/opensolaris-onvv-gate/usr/src/uts/intel/amd64/ml/
H A Damd64.il39 / Ugh -- what a disaster.
/opensolaris-onvv-gate/usr/src/uts/intel/ia32/ml/
H A Dia32.il41 / Ugh -- what a disaster.
/opensolaris-onvv-gate/usr/src/cmd/lp/filter/postscript/
H A DREADME213 Support for PRISM (ie. color BGI) jobs has been included, although what
310 The definitions of LIBDIR and FONTDIR in Makefile must agree with what's
337 directory, once you understand what's there, let the printer generate
377 to 2 before compiling dpost - which is what I've supplied. Speeding up the default
/opensolaris-onvv-gate/usr/src/uts/sun/io/scsi/adapters/
H A Dfas.c280 struct scsi_address *ap, char *what);
319 int n, int what);
320 static void fas_set_all_lun_throttles(struct fas *fas, int slot, int what);
348 static void fas_reg_write(struct fas *fas, volatile uint8_t *p, uint8_t what);
352 uint32_t what);
357 #define fas_reg_write(fas, p, what) *(p) = (what)
359 #define fas_dma_reg_write(fas, p, what) *(p) = (what)
1467 fas_reg_tracing(struct fas *fas, int type, int regno, uint32_t what) argument
1495 fas_reg_write(struct fas *fas, volatile uint8_t *p, uint8_t what) argument
1510 uint8_t what; local
1527 fas_dma_reg_write(struct fas *fas, volatile uint32_t *p, uint32_t what) argument
1544 uint32_t what = *p; local
6501 fas_set_throttles(struct fas *fas, int slot, int n, int what) argument
6538 fas_set_all_lun_throttles(struct fas *fas, int slot, int what) argument
8116 fas_do_proxy_cmd(struct fas *fas, struct fas_cmd *sp, struct scsi_address *ap, char *what) argument
[all...]
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.sbin/traceroute/
H A Dtraceroute.c1790 * for a given destination address and address family, it finds out what
2119 str2dbl(const char *str, const char *what, double mi, double ma) argument
2129 prog, str, what);
2133 Fprintf(stderr, "%s: %s must be >= %f\n", prog, what, mi);
2137 Fprintf(stderr, "%s: %s must be <= %f\n", prog, what, ma);
2147 str2int(const char *str, const char *what, int mi, int ma) argument
2163 prog, str, what);
2169 prog, what, mi);
2172 prog, what, mi - 1);
2177 Fprintf(stderr, "%s: %s must be <= %d\n", prog, what, m
[all...]
/opensolaris-onvv-gate/usr/src/lib/libsip/common/
H A Dsip_dialog.c274 sip_dlg_recompute_rset(_sip_dialog_t *dialog, _sip_msg_t *sip_msg, int what) argument
292 ret = sip_dialog_get_route_set(dialog, sip_msg, what);
486 sip_dialog_get_route_set(_sip_dialog_t *dialog, _sip_msg_t *sip_msg, int what) argument
536 } else if (what == SIP_UAS_DIALOG) {
539 } else if (what == SIP_UAC_DIALOG) {
805 sip_dlg_xchg_from_to(sip_msg_t sip_msg, int what) argument
814 hdr = sip_get_header(sip_msg, what == SIP_DLG_XCHG_FROM ? SIP_FROM :
821 if (what == SIP_DLG_XCHG_FROM) {
831 if (what == SIP_DLG_XCHG_FROM) {

Completed in 217 milliseconds

1234567891011>>