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

1 2 3 4 5 6 7 8 91011

  /onnv/onnv-gate/usr/src/lib/libbc/libc/sys/4.2/
pathconf.c 32 pathconf(char *p, int what)
35 return (_syscall(SYS_pathconf, p, what));
  /onnv/onnv-gate/usr/src/lib/libbc/libc/sys/sys5/
pathconf.c 32 pathconf(char *p, int what)
34 return (_syscall(SYS_pathconf, p, what));
  /onnv/onnv-gate/usr/src/cmd/fmli/inc/
terror.h 36 #define warn(what, name) _terror(0, what, name, __FILE__, __LINE__, FALSE)
37 #define error(what, name) _terror(TERR_LOG, what, name, __FILE__, __LINE__, FALSE)
38 #define child_error(what, name) _terror(TERR_LOG, what, name, __FILE__, __LINE__, TRUE)
39 #define fatal(what, name) _terror(TERR_LOG | TERR_EXIT, what, name, __FILE__, __LINE__, FALSE)
40 #define child_fatal(what, name) _terror(TERR_LOG | TERR_EXIT, what, name, __FILE__, __LINE__, TRUE
    [all...]
  /onnv/onnv-gate/usr/src/cmd/lp/lib/lp/
next.c 49 unsigned int what
52 next_x (parent, lastdirp, what)
55 unsigned int what;
78 || !is(parent, direntp->d_name, what)
101 unsigned int what
104 is (parent, name, what)
107 unsigned int what;
121 return ((statbuf.st_mode & S_IFMT) == what);
  /onnv/onnv-gate/usr/src/cmd/oamuser/lib/
errmsg.c 63 warningmsg(int what, char *name)
65 if ((what & WARN_NAME_TOO_LONG) != 0) {
69 if ((what & WARN_BAD_GROUP_NAME) != 0) {
74 if ((what & WARN_BAD_PROJ_NAME) != 0) {
79 if ((what & WARN_BAD_LOGNAME_CHAR) != 0) {
84 if ((what & WARN_BAD_LOGNAME_FIRST) != 0) {
89 if ((what & WARN_NO_LOWERCHAR) != 0) {
94 if ((what & WARN_LOGGED_IN) != 0) {
  /onnv/onnv-gate/usr/src/stand/
README 27 If you are looking for the rest of what used to be in /usr/src/stand, it's over
  /onnv/onnv-gate/usr/src/cmd/fmli/sys/
terror.c 50 extern char *What[];
57 _terror(sev, what, name, file, line, child)
59 int what; /* What we were trying to do */
60 char *name; /* What we were trying to do it to */
67 notify(what, child); /* abs k15 */
69 log(sev, what, name, file, line);
76 notify(what, child)
77 int what;
86 if ((mymess = What[what]) == nil &
    [all...]
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/List/Util/t/
reftype.t 41 my($type,$what) = @$test;
44 print "# $what\n";
45 my $res = reftype($what);
48 bless $what, $pack if $type && defined $pack;
  /onnv/onnv-gate/usr/src/common/zfs/
zfs_namecheck.c 65 snapshot_namecheck(const char *path, namecheck_err_t *why, char *what)
85 *what = *loc;
100 permset_namecheck(const char *path, namecheck_err_t *why, char *what)
111 *what = path[0];
116 return (snapshot_namecheck(&path[1], why, what));
133 dataset_namecheck(const char *path, namecheck_err_t *why, char *what)
203 *what = *loc;
295 pool_namecheck(const char *pool, namecheck_err_t *why, char *what)
318 *what = *c;
  /onnv/onnv-gate/usr/src/uts/i86pc/cpu/generic_cpu/
gcpu_poll_subr.c 47 gcpu_poll_trace(gcpu_poll_trace_ctl_t *ptc, uint8_t what, uint8_t nerr)
52 DTRACE_PROBE2(gcpu__mca__poll__trace, uint32_t, what, uint32_t, nerr);
61 pt->mpt_what = what;
gcpu_poll_ntv.c 79 gcpu_ntv_mca_poll(cmi_hdl_t hdl, int what)
121 if (what == GCPU_MPT_WHAT_CYC_ERR) {
133 if (what == GCPU_MPT_WHAT_CMCI_ERR) {
141 gcpu_mca_logout(hdl, NULL, bankmask, &mce, B_TRUE, what);
144 gcpu_poll_trace(&gcpu->gcpu_mca.gcpu_polltrace, what,
151 if (what != GCPU_MPT_WHAT_CMCI_ERR) {
196 gcpu_ntv_mca_poll_wrapper(cmi_hdl_t hdl, int what)
206 gcpu_ntv_mca_poll(hdl, what);
  /onnv/onnv-gate/usr/src/cmd/truss/
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...]
  /onnv/onnv-gate/usr/src/cmd/sgs/rtld/sparcv9/
boot.s 99 ! +8: alias start (frame exists) XX64 what's this for?
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/base/t/
fields.t 17 use fields qw(what);
25 [sort qw(_no Pants who _up_yours what)]
37 [sort qw(Pants who what)]);
53 what => 'Ahh', who => 'Moo',
58 @{$obj}{qw(what who _up_yours)} = ('Ahh', 'Moo', 'Yip');
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Storable/t/
malice.t 117 my ($data, $sub, $magic_len, $what) = @_;
123 is (defined ($clone), '', "truncated $what to $i should fail");
125 like ($@, "/^Magic number checking on storable $what failed/",
134 my ($data, $sub, $what, $name) = @_;
137 is (defined ($clone), '', "$name $what should fail");
138 like ($@, $what, $name);
142 my ($contents, $sub, $what, $isnetwork) = @_;
143 my $isfile = $what eq 'file';
158 + ($isnetwork ? $network_magic : $other_magic), $what);
174 # Question: What is the value of pi
    [all...]
blessed.t 125 my ($what, $times) = @$self;
126 return ("$what$times", ($::immortals{$what}) x $times);
133 my ($what, $times) = $x =~ /(.)(\d+)/;
136 my $expect = $::immortals{$what};
  /onnv/onnv-gate/usr/src/cmd/sendmail/libsm/
smstdio.c 243 ** what -- type of information setting
253 sm_stdiosetinfo(fp, what, valp)
255 int what;
258 switch (what)
272 ** what -- type of information request
282 sm_stdiogetinfo(fp, what, valp)
284 int what;
287 switch (what)
  /onnv/onnv-gate/usr/src/lib/brand/sn1/sn1_brand/amd64/
sn1_runexe.s 60 movq %rax, %rsp / Set %rsp to what linkers expect
  /onnv/onnv-gate/usr/src/lib/brand/sn1/sn1_brand/i386/
sn1_runexe.s 60 movl %eax, %esp / Set %esp to what linkers expect
  /onnv/onnv-gate/usr/src/lib/brand/solaris10/s10_brand/amd64/
s10_runexe.s 60 movq %rax, %rsp / Set %rsp to what linkers expect
  /onnv/onnv-gate/usr/src/lib/brand/solaris10/s10_brand/i386/
s10_runexe.s 60 movl %eax, %esp / Set %esp to what linkers expect
  /onnv/onnv-gate/usr/src/lib/libbc/libc/sys/common/sparc/
sendsig.s 37 ! that's what the 4.x kernel did and that's where the signal handler
  /onnv/onnv-gate/usr/src/uts/sun4/conf/
genalign.s 40 ! the booter what alignment we want
  /onnv/onnv-gate/usr/src/cmd/mdb/common/kmdb/kctl/
kctl_mod.c 83 kctl_mod_changed(uint_t why, struct modctl *what)
86 kctl_mod_loaded(what);
  /onnv/onnv-gate/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/base/
Operations.java 132 public boolean action(Message msg, Event evt, Object what) {
136 public boolean gotFocus(Message msg, Event evt, Object what) {
140 public boolean lostFocus(Message msg, Event evt, Object what) {

Completed in 780 milliseconds

1 2 3 4 5 6 7 8 91011