/titanic_50/usr/src/lib/smbsrv/libsmbns/common/ |
H A D | smbns_krb.c | 72 const char *doing = NULL; in smb_kinit() local 88 doing = "smbns_krb: initializing context"; in smb_kinit() 102 doing = "smbns_krb: resolve default credentials cache"; in smb_kinit() 110 doing = "smbns_krb: parsing principal name"; in smb_kinit() 119 doing = "smbns_krb: getting initial credentials"; in smb_kinit() 131 doing = "smbns_krb: initializing cache"; in smb_kinit() 138 doing = "smbns_krb: storing credentials"; in smb_kinit() 148 smb_krb5_log_errmsg(ctx, doing, code); in smb_kinit() 150 syslog(LOG_ERR, "%s (%s)", doing, errmsg); in smb_kinit()
|
/titanic_50/usr/src/uts/common/io/usb/usba/ |
H A D | README | 56 usba_hcdi_cb USB_PIPE_STATE_ACTIVE - Before doing callback USB_PIPE_STATE_IDLE 106 usba_hcdi_cb USB_PIPE_STATE_ACTIVE - Before doing callback USB_PIPE_STATE_IDLE 147 …usba_hcdi_cb USB_PIPE_STATE_ACTIVE if no requests are pending Before doing callback USB_PIPE_STA… 148 else outstanding reqs pending Before doing callback USB_PIPE_STATE_ACTIVE 184 usba_hcdi_cb USB_PIPE_STATE_ACTIVE One time xfer Before doing callback USB_PIPE_STATE_IDLE 224 …usba_hcdi_cb USB_PIPE_STATE_ACTIVE if no requests are pending Before doing callback USB_PIPE_STA… 225 else outstanding reqs pending Before doing callback USB_PIPE_STATE_ACTIVE 261 usba_hcdi_cb USB_PIPE_STATE_ACTIVE One time xfer Before doing callback USB_PIPE_STATE_IDLE 301 …usba_hcdi_cb USB_PIPE_STATE_ACTIVE if no requests are pending Before doing callback USB_PIPE_STA… 302 else outstanding reqs pending Before doing callback USB_PIPE_STATE_ACTIVE
|
/titanic_50/usr/src/lib/libc/i386/gen/ |
H A D | lshiftl.s | 49 / We are doing a negative (right) shift 59 / We are doing a positive (left) shift
|
H A D | setjmp.s | 34 / and doing a return.
|
/titanic_50/usr/src/cmd/sgs/gprof/common/ |
H A D | printgprof.c | 686 nltype *doing; in sortmembers() local 697 for ((doing = todo) && (todo = doing->cnext); in sortmembers() 698 doing; in sortmembers() 700 (doing = todo) && (todo = doing->cnext)) { in sortmembers() 702 if (membercmp(doing, prev->cnext) == GREATERTHAN) in sortmembers() 705 doing->cnext = prev->cnext; in sortmembers() 706 prev->cnext = doing; in sortmembers()
|
/titanic_50/usr/src/cmd/sgs/ldprof/amd64/ |
H A D | Makefile | 41 @echo doing make install $(ROOTDYNLIB64)
|
/titanic_50/usr/src/cmd/sgs/ldprof/sparcv9/ |
H A D | Makefile | 41 @echo doing make install $(ROOTDYNLIB64)
|
/titanic_50/usr/src/cmd/w/ |
H A D | w.c | 144 static char doing[520]; /* process attached to terminal */ variable 545 PRINTF(("%-.32s\n", doing)); in showtotals() 582 (void) strcpy(doing, up->p_args); in calctotals() 584 (void) strcpy(doing, up->p_comm); in calctotals()
|
/titanic_50/usr/src/cmd/krb5/kinit/ |
H A D | kinit.c | 1037 char *doing = 0; local 1041 doing = gettext("getting initial credentials"); 1044 doing = gettext("validating credentials"); 1047 doing = gettext("renewing credentials"); 1057 doing); 1060 doing); 1062 com_err(progname, code, gettext("while %s"), doing);
|
/titanic_50/usr/src/cmd/perl/contrib/Sun/Solaris/Task/ |
H A D | Task.xs | 36 # Define any constants that need to be exported. By doing it this way we can
|
/titanic_50/usr/src/cmd/mdb/sparc/v9/libstand/ |
H A D | setjmp.s | 93 * We flush the register file to the stack by doing a kernel call.
|
/titanic_50/usr/src/cmd/whodo/ |
H A D | whodo.c | 148 static char doing[520]; /* process attached to terminal */ variable 556 (void) strcpy(doing, "-"); /* default act: normally never prints */ in showtotals() 568 (void) printf("%-.32s\n", doing); in showtotals() 601 (void) strcpy(doing, up->p_args); in calctotals()
|
/titanic_50/usr/src/cmd/ipf/tools/ |
H A D | ipmon_y.y | 63 %type <opt> matchopt nattag type doopt doing save syslog nothing 73 line: IPM_MATCH '{' matching '}' IPM_DO '{' doing '}' ';' 112 doing: 114 | doopt ',' doing { $1->o_next = $3; $$ = $1; }
|
/titanic_50/usr/src/lib/libc/sparc/gen/ |
H A D | setjmp.s | 77 * We flush the register file to the stack by doing a kernel call.
|
/titanic_50/usr/src/lib/libc/sparcv9/gen/ |
H A D | setjmp.s | 77 * We flush the register file to the stack by doing a kernel call.
|
/titanic_50/usr/src/grub/grub-0.97/ |
H A D | MAINTENANCE | 4 maintainer, you need to ask maintainers to do these instead of doing 39 Before doing that, you must ask the contributor to assign or disclaim
|
/titanic_50/usr/src/lib/libnsl/ |
H A D | README.build | 25 before doing a "make".
|
/titanic_50/usr/src/stand/lib/sa/sparc/ |
H A D | _setjmp.s | 91 * We will flush our registers by doing (nwindows-1) save instructions.
|
/titanic_50/usr/src/test/zfs-tests/tests/functional/inheritance/ |
H A D | state024.cfg | 38 # Executing 'zfs inherit -r' at the middle and bottom levels after doing so
|
H A D | README.state | 57 # of the string when doing the check.
|
/titanic_50/usr/src/tools/findunref/ |
H A D | README.exception_lists | 36 the gatekeepers to be sure you're doing the right thing.
|
/titanic_50/usr/src/lib/libshell/common/ |
H A D | COMPATIBILITY | 103 recongnized, doing arithmetic on typeset -Z variables can 109 before doing a path search on name as required by the POSIX
|
/titanic_50/usr/src/cmd/perl/contrib/Sun/Solaris/Project/ |
H A D | Project.xs | 102 # Define any constants that need to be exported. By doing it this way we can
|
/titanic_50/usr/src/cmd/perl/contrib/Sun/Solaris/Lgrp/ |
H A D | Lgrp.xs | 166 # Define any constants that need to be exported. By doing it this way we can
|
/titanic_50/usr/src/lib/libsqlite/test/ |
H A D | null.test | 180 # Ticket #461 - Make sure nulls are handled correctly when doing a
|