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

  /onnv/onnv-gate/usr/src/uts/common/syscall/
mknod.c 63 enum create why; local
90 why = ((fmode & S_IFMT) == S_IFDIR) ? CRMKDIR : CRMKNOD;
92 why, 0, PTOU(curproc)->u_cmask))
  /onnv/onnv-gate/usr/src/cmd/lp/cmd/lpsched/
faults.c 79 register char *why,*shortWhy; local
99 why = makestr(alert_text, "(", PERROR, ")\n", (char *)0);
101 why = makestr("exec exit fault", (char *) 0);
103 why = makestr(alert_text, (char *) 0);
105 if (!why)
106 why = alert_text;
108 shortWhy = (why != alert_text ? shortenReason(why) : why);
127 if (why != alert_text
138 register char *why, *shortWhy; local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/bnu/
dio.c 245 struct dkqqabo why; local
258 ioctl(fn, DIOCQQABO, &why);
259 if (why.rcv_ctlchar != dkeof[0])
  /onnv/onnv-gate/usr/src/cmd/lp/cmd/
lpfilter.c 513 char * why; local
520 why = "range endpoint too large";
523 why = "bad number";
526 why = "\"\\digit\" out of range";
529 why = "illegal or missing delimiter";
532 why = "no remembered search string";
535 why = "\\(...\\) imbalance";
538 why = "too many \\(";
541 why = "more than 2 numbers given in \\{...\\}";
544 why = "} expected after \\"
    [all...]
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
snoop_rpc.c 74 int status, astat, rstat, why; local
197 why = getxdr_u_long();
200 nameof_why(why));
590 nameof_why(why)
591 int why;
593 switch (why) {
617 int astat, rstat, why; local
679 why = getxdr_u_long();
681 " Why = %d (%s)",
682 why, nameof_why(why)) local
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/io/comstar/port/srpt/
srpt_stp.c 999 char *why; local
1007 why = sc_info->st_additional_info;
1008 if (why == NULL) {
1009 why = "<null>";
1013 "info (%s)", (u_longlong_t)tgt->tp_ibt_svc_id, cmd, why);
    [all...]
  /onnv/onnv-gate/usr/src/lib/libnsl/rpc/
svc_door.c 180 enum auth_stat why; local
195 } else if ((why = __gss_authenticate(r, msg, &nd)) != AUTH_OK) {
196 svcerr_auth(xprt, why);
svc.c 1198 svcerr_auth(const SVCXPRT *xprt, const enum auth_stat why)
1205 rply.rjcted_rply.rj_why = why;
1413 enum auth_stat why; local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/mdb/sparc/kmdb/
kaif.c 532 int state, why, deswhy; local
534 state = kmdb_dpi_get_state(&why);
541 return (state == DPI_STATE_FAULTED && why == deswhy);
  /onnv/onnv-gate/usr/src/uts/common/fs/udfs/
udf_vfsops.c 190 enum whymountroot why; local
252 why = ROOT_REMOUNT;
258 why = ROOT_INIT;
309 error = ud_mountfs(vfsp, why, dev, dpn.pn_path, cr, 0);
535 * "why" is ROOT_INIT on initial call, ROOT_REMOUNT if called to
550 udf_mountroot(struct vfs *vfsp, enum whymountroot why)
558 if (why == ROOT_INIT) {
568 } else if (why == ROOT_REMOUNT) {
580 } else if (why == ROOT_UNMOUNT) {
592 error = ud_mountfs(vfsp, why, rootdev, "/", CRED(), 1)
    [all...]
  /onnv/onnv-gate/usr/src/cmd/ssh/scp/
scp.c 771 char ch, *cp, *np, *targ, *why, *vect[1], buf[2048]; local
776 #define SCREWUP(str) { why = str; goto screwup; }
1028 run_err("protocol error: %s", why);
  /onnv/onnv-gate/usr/src/uts/common/fs/ufs/
ufs_vfsops.c 269 enum whymountroot why = ROOT_INIT; local
380 why = ROOT_REMOUNT;
423 error = mountfs(vfsp, why, lvp != NULL ? lvp : svp,
450 * "why" is ROOT_INIT on initial call ROOT_REMOUNT if called to
464 ufs_mountroot(struct vfs *vfsp, enum whymountroot why)
476 if (why == ROOT_INIT) {
484 } else if (why == ROOT_REMOUNT) {
497 } else if (why == ROOT_UNMOUNT) {
535 if (why == ROOT_INIT) {
545 error = mountfs(vfsp, why, devvp, "/", CRED(), 1, NULL, 0)
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/rpc/
svc.c 1350 enum auth_stat why; local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.bin/
rcp.c 154 * Not sure why these two don't have their own header file declarations, but
1394 char ch, *targ, *why; local
1405 #define SCREWUP(str) { why = str; goto screwup; }
    [all...]
  /onnv/onnv-gate/usr/src/lib/libzfs/common/
libzfs_pool.c 692 namecheck_err_t why; local
696 ret = pool_namecheck(pool, &why, &what);
718 switch (why) {
    [all...]
libzfs_dataset.c 126 * explain exactly why the name was not valid.
132 namecheck_err_t why; local
135 if (dataset_namecheck(path, &why, &what) != 0) {
137 switch (why) {
389 * XXX Why do we store the user props separately, in addition to
1009 namecheck_err_t why; local
1015 if (mountpoint_namecheck(strval, &why)) {
1016 switch (why) {
    [all...]
  /onnv/onnv-gate/usr/src/cmd/mdb/common/kmdb/
kmdb_kvm.c 1833 int state, why; local
2010 int error, why; local
    [all...]

Completed in 600 milliseconds