HomeSort by relevance Sort by last modified time
    Searched defs:what (Results 1 - 25 of 25) sorted by null

  /onnv/onnv-gate/usr/src/cmd/truss/
ipc.c 262 int what = Lsp->pr_what; /* SYS_open or SYS_open64 */ local
396 (void) Lputareg(Lwp, R_O0, (prgreg_t)what);
400 (void) Lputareg(Lwp, R_G1, (prgreg_t)what);
407 (void) Lputareg(Lwp, REG_RAX, (prgreg_t)what);
410 (void) Lputareg(Lwp, EAX, (prgreg_t)what);
actions.c 314 setupsysargs(private_t *pri, int what)
328 if (what != Lsp->pr_syscall) { /* assertion */
330 pri->pname, what, Lsp->pr_syscall);
364 int what = Lsp->pr_what; local
370 if (what == 0 && (Lsp->pr_flags & (PR_ASLEEP|PR_VFORKP)))
371 what = Lsp->pr_syscall;
374 if (what <= 0 || what > PRMAXSYS)
375 what = 0;
380 setupsysargs(pri, what);
514 int what = Lsp->pr_what; local
    [all...]
main.c 890 int what; local
1022 what = Lsp->pr_what;
1030 if (Sflag && !first && prismember(&sighang, what))
1034 if (what == FLTBPT) {
1045 Mflag && !first && prismember(&flthang, what))
1053 if (what <= 0 || what > PRMAXSYS)
1054 what = PRMAXSYS;
1103 switch (what) {
1109 prismember(&trace, what)) {
    [all...]
expound.c 3623 int what = Lsp->pr_what; local
3662 int what = Lsp->pr_what; local
4819 int what = Lsp->pr_what; local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/chmod/
common.c 85 what(void);
165 while (oper = what()) {
540 what(void) function
  /onnv/onnv-gate/usr/src/uts/common/os/
pool_pset.c 106 cpu_setup_t what; member in struct:setup_arg
125 switch (sa->what) {
145 cmn_err(CE_PANIC, "invalid cpu_setup_t value %d", sa->what);
157 pool_pset_cpu_setup(cpu_setup_t what, int id, void *arg)
169 if (what != CPU_CONFIG && what != CPU_UNCONFIG &&
170 what != CPU_ON && what != CPU_OFF &&
171 what != CPU_CPUPART_IN && what != CPU_CPUPART_OUT
    [all...]
  /onnv/onnv-gate/usr/src/cmd/sgs/rtld.4.x/
rtld.4.x.c 217 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.
  /onnv/onnv-gate/usr/src/cmd/mms/mm/common/
mm_notify.c 542 char *what; local
550 what = "NotifyStatus";
554 what = "NotifyRequest";
558 what = "NotifyMessage";
562 what = "NotifyCartridge";
566 what = "NotifyVolume";
611 "'off';", what) != MM_DB_DATA) {
    [all...]
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/
regcomp.h 369 /* .what is a character array with one character for each member of .data
383 U8 *what; member in struct:reg_data
doio.c 1616 char *what; local
    [all...]
regexec.c 616 /* XXXX It is not documented what units *_offsets are in. Assume bytes. */
677 /* XXXX It is not documented what units *_offsets are in. Assume bytes. */
861 char *what = 0; local
875 DEBUG_r( what = "anchored" );
888 what, (long)(s + start_shift - i_strpos)) );
919 DEBUG_r( what = "floating" );
949 /* We know what class REx starts with. Try to find this position... */
964 /* We know what class it must start with. *
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/io/usb/usba/
usbai_util.c 1598 uint_t what = (uint_t)n & 0xff; local
1765 int what; member in struct:conv_table
    [all...]
  /onnv/onnv-gate/usr/src/cmd/mdb/intel/modules/generic_cpu/
gcpu.c 553 const char *what; local
565 "%<u>%4s%</u>\n", "ADDR", "WHEN", "WHAT", "NERR");
569 what = whatstrs[mpt.mpt_what];
571 what = "???";
573 mdb_printf("%?p %?p %15s %4u\n", addr, mpt.mpt_when, what,
  /onnv/onnv-gate/usr/src/uts/sun/sys/scsi/adapters/
sfvar.h 353 int what; member in struct:sf_hp_elem
  /onnv/onnv-gate/usr/src/cmd/ldap/ns_ldap/
ldapclient.c 328 const char *what, boolean_t check_maint);
1079 /* Coninue and try to recover what we can */
1086 /* Continue and start what we can */
3686 const char *what = gettext("not set"); local
    [all...]
  /onnv/onnv-gate/usr/src/lib/libzfs/common/
libzfs_pool.c 693 char what; local
696 ret = pool_namecheck(pool, &why, &what);
727 "'%c' in pool name"), what);
    [all...]
libzfs_dataset.c 83 * We guess what the type would have been based on the path and the mask of
113 * We have no way of knowing a priori what type this would be, so always
133 char what; local
135 if (dataset_namecheck(path, &why, &what) != 0) {
161 "'%c' in name"), what);
    [all...]
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
commands.c 381 int what; /* Character to be sent (<0 ==> special) */ member in struct:sendlist
508 NET2ADD(IAC, s->what);
509 printoption("SENT", IAC, s->what);
    [all...]
  /onnv/onnv-gate/usr/src/uts/sun/io/scsi/adapters/
sf.c 6335 char what[64]; local
    [all...]
fas.c 280 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)
1510 uint8_t what; local
1544 uint32_t what = *p; local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
zlib.c 2659 } what; member in union:inflate_huft_s::__anon116
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/sys/fibre-channel/ulp/
fcpvar.h 463 * This is what a fcp_pkt looks like after allocation:
711 * Opcode indicating what internal command the packet contains (PLOGI,
1170 int what; member in struct:fcp_hp_elem
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/io/ppp/spppcomp/
zlib.c 4058 } what; member in union:inflate_huft_s::__anon6109
    [all...]
  /onnv/onnv-gate/usr/src/cmd/boot/bootadm/
bootadm.c 2313 int what = FILE32; local
2354 int what = FILE32; local
2601 int what; local
3289 int ret, what, status = BAM_SUCCESS; local
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/nfs/
nfs.h 1330 diropargs3 what; member in struct:LOOKUP3args
1671 mknoddata3 what; member in struct:MKNOD3args
    [all...]

Completed in 600 milliseconds