Searched refs:what (Results 26 - 50 of 281) sorted by relevance

1234567891011>>

/opensolaris-onvv-gate/usr/src/cmd/sendmail/libsm/
H A Dfindfp.c273 ** what -- type of information to set
279 ** - when what != SM_IO_WHAT_VECTORS and setinfo vector
285 sm_io_setinfo(fp, what, valp)
287 int what;
293 switch (what)
325 return (*fp->f_setinfo)(fp, what, valp);
344 ** what -- type of information request
358 sm_io_getinfo(fp, what, valp)
360 int what;
367 switch (what)
[all...]
H A Dstdio.c296 ** what -- type of info to set
305 sm_stdsetinfo(fp, what, valp)
307 int what;
310 switch (what)
326 ** what -- type of info to get
331 ** on 'what' value, and returns values >=0. Return
337 sm_stdgetinfo(fp, what, valp)
339 int what;
342 switch (what)
H A Dstrio.c392 ** Currently only SM_IO_WHAT_MODE is supported for 'what'.
396 ** what -- type of information to set
405 sm_strsetinfo(fp, what, valp)
407 int what;
410 switch(what)
423 ** Currently only SM_IO_WHAT_MODE is supported for 'what'.
427 ** what -- type of information requested
436 sm_strgetinfo(fp, what, valp)
438 int what;
441 switch(what)
[all...]
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DConstant.pm543 # Figure out what to switch on.
627 my $what = shift;
628 foreach (sort keys %$what) {
632 $params->{''} = 1 if $what->{''};
633 $params->{IV} = 1 if $what->{IV} || $what->{UV} || $what->{PVN};
634 $params->{NV} = 1 if $what->{NV};
635 $params->{PV} = 1 if $what->{PV} || $what
[all...]
/opensolaris-onvv-gate/usr/src/cmd/truss/
H A Dipc.c259 int what = Lsp->pr_what; /* one of the SYS_open* syscalls */ local
393 (void) Lputareg(Lwp, R_O0, (prgreg_t)what);
397 (void) Lputareg(Lwp, R_G1, (prgreg_t)what);
404 (void) Lputareg(Lwp, REG_RAX, (prgreg_t)what);
407 (void) Lputareg(Lwp, EAX, (prgreg_t)what);
H A Dmain.c876 int what; local
1008 what = Lsp->pr_what;
1016 if (Sflag && !first && prismember(&sighang, what))
1020 if (what == FLTBPT) {
1031 Mflag && !first && prismember(&flthang, what))
1039 if (what <= 0 || what > PRMAXSYS)
1040 what = PRMAXSYS;
1089 switch (what) {
1094 prismember(&trace, what)) {
[all...]
/opensolaris-onvv-gate/usr/src/cmd/filesync/
H A DREADME31 Overview what filesync does
35 key concepts what they represent
76 will only propagate a change if it is obvious what should
95 remembers what they were like when they agreed. If
125 note of what these values were:
147 flags to describe what we have done/should do
152 reconciliation and record what happened to it.
176 find out what files exist and stating all of
191 gained during pass I, figure out what might conceivably
193 try to figure out what happene
[all...]
/opensolaris-onvv-gate/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/awt/
H A DVJErrorDialog.java91 public boolean action(Event evt, Object what) { argument
/opensolaris-onvv-gate/usr/src/psm/stand/boot/sparc/common/
H A Dwanboot.c374 verify_digests(const char *what, unsigned char *cdigest, unsigned char *sdigest) argument
380 "%s: invalid hash digest", what);
414 read_digest(const char *what, http_handle_t handle, unsigned char *sdigest) argument
429 "%s: error getting digest length", what);
441 what);
450 "%s: error reading digest", what);
470 write_msg_to_ramdisk(const char *what, caddr_t addr, http_handle_t handle, argument
492 what, ramdisk_size / 1024);
496 what, ramdisk_size / 1024);
523 "%s: Read %ld of %ld kB (%ld%%)", what,
605 establish_http_connection(const char *what, http_handle_t *handlep, url_t *url, offset_t offset) argument
[all...]
/opensolaris-onvv-gate/usr/src/cmd/sgs/rtld.4.x/
H A Drtld.4.x.c217 char *ldso; /* name of what we really want to be */
278 long what = ip->crt_baseaddr; local
283 what += *where << (32-22);
284 value = (*where & ~MASK(22)) | ((what >> (32-22)) & MASK(22));
287 what += (*where & MASK(10));
288 value = (*where & ~MASK(10)) | (what & MASK(10));
293 what += *where;
294 wrt(where, what);
410 * Point at program headers and start figuring out what to load.
/opensolaris-onvv-gate/usr/src/lib/libresolv2/common/isc/
H A Dev_timers.c441 set_index(void *what, int index) { argument
444 timer = what;
449 free_timer(void *what, void *uap) { argument
450 evTimer *t = what;
458 print_timer(void *what, void *uap) { argument
459 evTimer *cur = what;
462 cur = what;
/opensolaris-onvv-gate/usr/src/cmd/backup/dump/
H A Ddumpitime.c279 recout(file, what)
281 struct idates *what;
283 time_t ddate = what->id_ddate;
286 what->id_name,
287 (uchar_t)what->id_incno,
332 * what we allow for. Can't just use MAXNAMLEN in the test,
403 * Check to see if what we are trying to dump is a fs snapshot
/opensolaris-onvv-gate/usr/src/uts/common/os/
H A Dexit.c109 exit_reason(char *buf, size_t bufsz, int what, int why) argument
113 (void) snprintf(buf, bufsz, "exited with status %d", what);
116 (void) snprintf(buf, bufsz, "exited on fatal signal %d", what);
119 (void) snprintf(buf, bufsz, "core dumped on signal %d", what);
123 "(%d, %d)", why, what);
152 restart_init(int what, int why) argument
169 exit_reason(reason_buf, sizeof (reason_buf), what, why));
291 exit(int why, int what) argument
299 if (proc_exit(why, what) != 0) {
327 proc_exit(int why, int what) argument
[all...]
/opensolaris-onvv-gate/usr/src/cmd/sendmail/src/
H A Dbf.c191 ** fmode -- what mode the file should be created as
260 ** what -- type of info to obtain
265 sm_bfgetinfo(fp, what, valp)
267 int what;
273 switch (what)
820 ** what -- type of info to set/change
826 sm_bfsetinfo(fp, what, valp)
828 int what;
836 switch (what)
/opensolaris-onvv-gate/usr/src/lib/libdtrace/common/
H A Ddt_handle.c311 dtrace_dropkind_t what, uint64_t howmany)
317 assert(what == DTRACEDROP_PRINCIPAL || what == DTRACEDROP_AGGREGATION);
322 drop.dtdda_kind = what;
327 (void) snprintf(str, sizeof (str), "[%s] ", dt_droptag(what));
336 howmany, what == DTRACEDROP_PRINCIPAL ? "" : "aggregation ",
310 dt_handle_cpudrop(dtrace_hdl_t *dtp, processorid_t cpu, dtrace_dropkind_t what, uint64_t howmany) argument
/opensolaris-onvv-gate/usr/src/cmd/ttymon/
H A Dstty.c86 static void pit(unsigned char what, char *itsname, char *sep);
690 pit(unsigned char what, char *itsname, char *sep) argument
695 if ((term & TERMIOS) && what == _POSIX_VDISABLE ||
696 !(term & TERMIOS) && what == 0200) {
701 if (what & 0200 && !isprint(what)) {
703 what &= ~ 0200;
705 if (what == 0177) {
708 } else if (what < ' ') {
710 what
[all...]
/opensolaris-onvv-gate/usr/src/lib/libdiskmgt/common/
H A Dentry.c1067 dm_get_usage_string(char *what, char *how, char **usage_string) argument
1071 if (usage_string == NULL || what == NULL) {
1076 if (strcmp(what, DM_USE_MOUNT) == 0) {
1086 } else if (strcmp(what, DM_USE_VFSTAB) == 0) {
1090 } else if (strcmp(what, DM_USE_FS) == 0) {
1093 } else if (strcmp(what, DM_USE_SVM) == 0) {
1103 } else if (strcmp(what, DM_USE_VXVM) == 0) {
1106 } else if (strcmp(what, DM_USE_LU) == 0) {
1110 } else if (strcmp(what, DM_USE_DUMP) == 0) {
1114 } else if (strcmp(what, DM_USE_EXPORTED_ZPOO
[all...]
/opensolaris-onvv-gate/usr/src/cmd/boot/bootadm/
H A Dbootadm.c1710 dircache_updatefile(const char *path, int what) argument
1718 set_dir_flag(what, NEED_UPDATE);
1722 if (!has_cachedir(what))
1730 ret = setup_file(get_cachedir(what), path, &outfile);
1735 if (!is_dir_flag_on(what, NO_MULTI)) {
1736 ret = setup_file(get_updatedir(what), path, &outupdt);
1738 set_dir_flag(what, NO_MULTI);
1746 if (!is_dir_flag_on(what, NO_MULTI))
1748 set_dir_flag(what, NO_MULTI);
1751 set_dir_flag(what, NEED_UPDAT
1769 dircache_updatedir(const char *path, int what, int updt) argument
2131 set_cache_dir(char *root, int what) argument
2169 set_update_dir(char *root, int what) argument
2213 is_valid_archive(char *root, int what) argument
2314 int what = FILE32; local
2355 int what = FILE32; local
2547 delete_stale(char *file, int what) argument
2602 int what; local
3198 mkisofs_archive(char *root, int what) argument
3293 int ret, what, status = BAM_SUCCESS; local
[all...]
/opensolaris-onvv-gate/usr/src/cmd/csh/
H A Dsh.exp.c621 isa(tchar *cp, int what) argument
628 return ((what & RESTOP) != 0);
630 if (what & ADDOP && (*cp == '+' || *cp == '-'))
632 if (what & MULOP && (*cp == '*' || *cp == '/' || *cp == '%'))
634 if (what & RESTOP && (*cp == '(' || *cp == ')' || *cp == '!' ||
638 if (what & RESTOP) {
646 if (what & EQOP) {
660 if (what & RELOP) {
/opensolaris-onvv-gate/usr/src/cmd/vi/
H A DREADME26 This is a list of all the important directories and what's
/opensolaris-onvv-gate/usr/src/uts/intel/ia32/os/
H A Dcpc_subr.c79 kcpc_cpu_setup(cpu_setup_t what, int cpuid, void *arg) argument
84 if (what != CPU_ON)
/opensolaris-onvv-gate/usr/src/uts/common/io/usb/usba/
H A Dusbai_util.c1398 * what - 0 for device, otherwise interface or ep number
1409 uint_t what, /* 0, interface, ept number */
1419 "usb_get_status: type = 0x%x, what = 0x%x, uf = 0x%x",
1420 type, what, flags);
1438 what,
1471 * what - 0 for device, otherwise interface or ep number
1484 uint_t what, /* 0, interface, ept number */
1492 "usb_clear_feature: type = 0x%x, feature = 0x%x, what = 0x%x "
1493 "uf = 0x%x", type, feature, what, flags);
1509 what,
1406 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
1480 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
1547 usb_clr_feature( dev_info_t *dip, uint_t type, uint_t feature, uint_t what, usb_flags_t flags, void (*cb)( usb_pipe_handle_t ph, usb_opaque_t arg, int rval, usb_cb_flags_t flags), usb_opaque_t cb_arg) argument
1598 uint_t what = (uint_t)n & 0xff; local
1765 int what; member in struct:conv_table
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/sys/usb/hcd/uhci/
H A Duhcitgt.h89 int what);
/opensolaris-onvv-gate/usr/src/cmd/chmod/
H A Dcommon.c85 what(void);
165 while (oper = what()) {
540 what(void) function
/opensolaris-onvv-gate/usr/src/cmd/diskscan/
H A Ddiskscan.c49 static void report(char *what, diskaddr_t sector);
356 report(char *what, diskaddr_t sector) argument
358 (void) printf("%s sector %-19llu of %-19llu%c", what, sector,

Completed in 154 milliseconds

1234567891011>>