Home
last modified time | relevance | path

Searched refs:doing (Results 1 – 25 of 68) sorted by relevance

123

/illumos-gate/usr/src/lib/smbsrv/libsmbns/common/
H A Dsmbns_krb.c71 const char *doing = NULL; in smb_kinit() local
87 doing = "smbns_krb: initializing context"; in smb_kinit()
101 doing = "smbns_krb: resolve default credentials cache"; in smb_kinit()
109 doing = "smbns_krb: parsing principal name"; in smb_kinit()
117 doing = "smbns_krb: getting initial credentials"; in smb_kinit()
139 doing = "smbns_krb: initializing cache"; in smb_kinit()
146 doing = "smbns_krb: storing credentials"; in smb_kinit()
155 smb_krb5_log_errmsg(ctx, doing, code); in smb_kinit()
/illumos-gate/usr/src/uts/common/io/usb/usba/
H A DREADME56 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
/illumos-gate/usr/src/cmd/sgs/gprof/common/
H A Dprintgprof.c691 nltype *doing; in sortmembers() local
701 doing = todo; in sortmembers()
702 if (doing != NULL) in sortmembers()
703 todo = doing->cnext; in sortmembers()
704 while (doing != NULL) { in sortmembers()
706 if (membercmp(doing, prev->cnext) == GREATERTHAN) in sortmembers()
709 doing->cnext = prev->cnext; in sortmembers()
710 prev->cnext = doing; in sortmembers()
711 doing = todo; in sortmembers()
712 if (doing != NULL) in sortmembers()
[all …]
/illumos-gate/usr/src/lib/libc/i386/gen/
H A Dlshiftl.S49 / We are doing a negative (right) shift
59 / We are doing a positive (left) shift
H A Dsetjmp.S34 / and doing a return.
/illumos-gate/usr/src/cmd/whodo/
H A Dwhodo.c156 static char doing[520]; /* process attached to terminal */ variable
622 (void) strlcpy(doing, "-", sizeof (doing)); in showtotals()
634 (void) printf("%-.32s\n", doing); in showtotals()
667 (void) strlcpy(doing, up->p_args, sizeof (doing)); in calctotals()
/illumos-gate/usr/src/cmd/sgs/ldprof/amd64/
H A DMakefile40 @echo doing make install $(ROOTDYNLIB64)
/illumos-gate/usr/src/cmd/sgs/ldprof/sparcv9/
H A DMakefile40 @echo doing make install $(ROOTDYNLIB64)
/illumos-gate/usr/src/cmd/krb5/kinit/
H A Dkinit.c1037 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);
/illumos-gate/usr/src/cmd/ipf/tools/
H A Dipmon_y.y63 %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; }
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Task/
H A DTask.xs26 # Define any constants that need to be exported. By doing it this way we can
/illumos-gate/usr/src/lib/libc/sparc/gen/
H A Dsetjmp.S77 * We flush the register file to the stack by doing a kernel call.
/illumos-gate/usr/src/lib/libc/sparcv9/gen/
H A Dsetjmp.S77 * We flush the register file to the stack by doing a kernel call.
/illumos-gate/usr/src/grub/grub-0.97/
H A DMAINTENANCE4 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
/illumos-gate/usr/src/lib/libnsl/
H A DREADME.build25 before doing a "make".
/illumos-gate/usr/src/stand/lib/sa/sparc/
H A D_setjmp.S91 * We will flush our registers by doing (nwindows-1) save instructions.
/illumos-gate/usr/src/test/zfs-tests/tests/functional/inheritance/
H A Dstate024.cfg38 # Executing 'zfs inherit -r' at the middle and bottom levels after doing so
H A DREADME.state57 # of the string when doing the check.
/illumos-gate/usr/src/tools/findunref/
H A DREADME.exception_lists36 the gatekeepers to be sure you're doing the right thing.
/illumos-gate/usr/src/tools/smatch/src/Documentation/
H A Dnocast-vs-bitwise.md31 types would be `__bitwise`: you can only operate on them by doing
H A DTODO.md50 * the current way of doing CSE uses a lot of time
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/
H A DCOMPATIBILITY103 recongnized, doing arithmetic on typeset -Z variables can
111 before doing a path search on name as required by the POSIX
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Project/
H A DProject.xs92 # Define any constants that need to be exported. By doing it this way we can
/illumos-gate/usr/src/boot/common/linenoise/
H A DREADME.markdown23 So I spent more or less two hours doing a reality check resulting in this little library: is it *re…
/illumos-gate/usr/src/tools/smatch/src/
H A DFAQ57 Note that a large rationale for me doing this project is for type

123