/illumos-gate/usr/src/lib/print/libpapi-common/common/ |
H A D | status.c | 28 /* $Id: status.c 146 2006-03-24 00:26:54Z njacobs $ */ 37 papiStatusString(const papi_status_t status) argument 39 switch (status) {
|
/illumos-gate/usr/src/cmd/scadm/sparc/mpxu/common/ |
H A D | init.c | 46 int status; local 48 status = rscp_init(); 49 if (status == 0) { 53 if (status == ENODEV) { 58 } else if (status == EAGAIN) {
|
/illumos-gate/usr/src/cmd/sgs/ld/common/ |
H A D | lintsup.c | 38 exit(int status) argument 40 (void) printf("%s: %d\n", _ld_msg((Msg)&__ld_msg[0]), status);
|
/illumos-gate/usr/src/lib/libeti/form/common/ |
H A D | field_stat.c | 39 set_field_status(FIELD *f, int status) argument 43 if (status)
|
/illumos-gate/usr/src/lib/libgss/ |
H A D | g_context_time.c | 41 OM_uint32 status; local 66 status = mech->gss_context_time( 71 if (status != GSS_S_COMPLETE) 74 status = GSS_S_UNAVAILABLE; 76 return (status);
|
H A D | g_process_context.c | 42 OM_uint32 status; local 70 status = mech->gss_process_context_token( 75 if (status != GSS_S_COMPLETE) 78 status = GSS_S_UNAVAILABLE; 80 return (status);
|
H A D | g_unseal.c | 48 OM_uint32 status; local 83 status = mech->gss_unseal( 91 if (status != GSS_S_COMPLETE) 94 status = GSS_S_UNAVAILABLE; 96 return (status);
|
H A D | g_verify.c | 45 OM_uint32 status; local 70 status = mech->gss_verify( 77 if (status != GSS_S_COMPLETE) 80 status = GSS_S_UNAVAILABLE; 82 return (status);
|
/illumos-gate/usr/src/cmd/bnu/ |
H A D | shio.c | 44 * non zero -> failure - status from child 52 int status; local 83 * the status returned from wait can never be -1 91 while ((ret = wait(&status)) != pid) 94 DEBUG(3, "status %d\n", status); 95 return(status);
|
/illumos-gate/usr/src/ucblib/libucb/port/sys/ |
H A D | wait3.c | 54 wait3(int *status, int options, struct rusage *rp) argument 56 return (wait4(0, status, options, rp));
|
/illumos-gate/usr/src/lib/sun_fc/common/ |
H A D | Sun_fcFreeLibrary.cc | 48 HBA_STATUS status = list->unload(); local 50 return (status);
|
/illumos-gate/usr/src/common/smbclnt/ |
H A D | smb_status2winerr.h | 26 uint_t status; member in struct:status2winerr
|
/illumos-gate/usr/src/test/libc-tests/tests/ |
H A D | aligned_alloc.c | 34 pstatus_t status; local 57 VERIFY0(proc_get_status(getpid(), &status)); 58 VERIFY3P(mmap((caddr_t)P2ROUNDUP(status.pr_brkbase + 59 status.pr_brksize, 0x1000), 0x1000,
|
H A D | quick_exit_status.c | 17 * quick_exit() with the status code indicated in our arguments. 25 int status; local 30 status = atoi(argv[1]); 31 quick_exit(status);
|
/illumos-gate/usr/src/boot/lib/libc/uuid/ |
H A D | uuid_create_nil.c | 39 uuid_create_nil(uuid_t *u, uint32_t *status) argument 42 if (status) 43 *status = uuid_s_ok;
|
H A D | uuid_equal.c | 39 uuid_equal(const uuid_t *a, const uuid_t *b, uint32_t *status) argument 42 if (status != NULL) 43 *status = uuid_s_ok;
|
H A D | uuid_is_nil.c | 38 uuid_is_nil(const uuid_t *u, uint32_t *status) argument 42 if (status) 43 *status = uuid_s_ok;
|
/illumos-gate/usr/src/boot/sys/boot/efi/libefi/ |
H A D | errno.c | 34 efi_status_to_errno(EFI_STATUS status) argument 38 switch (status) {
|
/illumos-gate/usr/src/lib/libpkg/common/ |
H A D | rrmdir.c | 46 int status; local 73 i = e_ExecCmdList(&status, (char **)NULL, (char *)NULL, 77 i = e_ExecCmdList(&status, (char **)NULL, (char *)NULL, 82 return ((i == 0 && status == 0) ? 0 : 1);
|
/illumos-gate/usr/src/cmd/mdb/common/modules/md/ |
H A D | walk_directory_block.c | 54 int status; local 65 status = wsp->walk_callback(wsp->walk_addr, (&db_entry)->db_next, 70 return (status);
|
H A D | walk_directory_entry.c | 54 int status; local 65 status = wsp->walk_callback(wsp->walk_addr, &de_entry, 70 return (status);
|
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/java_api/src/ |
H A D | TestEnable.java | 38 exit(int status) argument 42 System.exit(status);
|
/illumos-gate/usr/src/lib/libast/common/misc/ |
H A D | procclose.c | 28 * otherwise exit() status of process is returned 40 int status = -1; local 61 while ((pid = waitpid(p->pid, &status, flags)) == -1 && errno == EINTR); 63 status = 0; 85 status = status == -1 ? 87 WIFSIGNALED(status) ? 88 EXIT_TERM(WTERMSIG(status)) : 89 EXIT_CODE(WEXITSTATUS(status)); 93 status [all...] |
/illumos-gate/usr/src/lib/mpapi/libmpapi/common/ |
H A D | mpapi-sun.c | 49 MP_STATUS status; local 51 if ((status = validate_object(pathOid, MP_OBJECT_TYPE_PATH_LU, 53 return (status); 65 status = PassFunc(pathOid, cmd); 67 status = MP_STATUS_UNSUPPORTED; 70 status = MP_STATUS_FAILED; 74 return (status);
|
/illumos-gate/usr/src/lib/print/libipp-listener/common/ |
H A D | cups-accept-jobs.c | 41 papi_status_t status; local 56 ipp_set_status(response, status, "printer-uri: %s", 57 papiStatusString(status)); 61 if ((status = papiPrinterResume(svc, queue)) != PAPI_OK) { 62 ipp_set_status(response, status, "accept failed: %s: %s", 64 ipp_svc_status_mesg(svc, status)); 67 return (status);
|