Searched defs:status (Results 651 - 675 of 1989) sorted by relevance

<<21222324252627282930>>

/illumos-gate/usr/src/cmd/fwflash/plugins/transport/common/
H A Dsd.c44 int status; member in struct:sam4_statdesc
212 if (sam4_status[i].status == samstatus) {
/illumos-gate/usr/src/cmd/gss/gsscred/
H A Dgsscred.c341 int status = 1, numOfMechs, i; local
364 status = 0;
418 status = 0;
463 status = gsscred_AsHex(&outBufDesc, &searchName);
466 if (!status)
493 status = 0;
501 return (status);
553 int status = 0, numOfMechs, i; local
585 status = 0;
595 status
[all...]
/illumos-gate/usr/src/cmd/hal/hald-runner/
H A Drunner.c149 run_exited(GPid pid, gint status, gpointer data) argument
155 pid, WEXITSTATUS(status), WIFSIGNALED(status), rd->r->argv[0]);
163 if (!WIFEXITED(status)) {
176 send_reply(rd->con, rd->msg, HALD_RUN_SUCCESS, WEXITSTATUS(status), error);
/illumos-gate/usr/src/cmd/hal/probing/network-printer/
H A Dprobe-snmp.c55 int status; local
80 status = snmp_synch_response(ss, request, &result);
/illumos-gate/usr/src/cmd/ipf/svc/
H A Dipfd.c317 int status, ret = 0; local
343 (void) wait(&status);
344 if (!WIFEXITED(status) || WEXITSTATUS(status) != 0)
/illumos-gate/usr/src/cmd/iscsid/
H A Discsid.c301 int status; local
307 ret_pid = waitpid(iscsi_child_pid, &status, WNOHANG);
310 if (WIFEXITED(status)) {
311 iscsi_child_smf_exit_code = WEXITSTATUS(status);
383 err_ind.status = ISCSI_DOOR_STATUS_REQ_INVALID;
389 err_ind.status = ISCSI_DOOR_STATUS_REQ_LENGTH;
394 err_ind.status = ISCSI_DOOR_STATUS_REQ_INVALID;
399 err_ind.status = ISCSI_DOOR_STATUS_REQ_VERSION;
413 err_ind.status = ISCSI_DOOR_STATUS_REQ_INVALID;
469 cnf->hdr.status
[all...]
/illumos-gate/usr/src/cmd/isns/isnsd/
H A Dmain.c118 /* post okay status. */
136 int status; local
142 ret_pid = waitpid(isns_child_pid, &status, WNOHANG);
145 if (WIFEXITED(status)) {
146 isns_child_smf_exit_code = WEXITSTATUS(status);
404 /* create entity status inquiry thread */
/illumos-gate/usr/src/cmd/keyserv/
H A Dnewkey.c90 int status; local
218 if (status = setpublicmap(name, public, crypt1, pk_database,
224 program_name, status,
225 yperr_string(status));
/illumos-gate/usr/src/cmd/sgs/librtld/common/
H A Ddldump.c163 prstatus_t *status = 0, _status; local
198 * Obtain the process's status structure from which we can
215 status = &_status;
303 if (status && !data_phdr) {
305 status = 0;
344 if (status)
433 if (status) {
507 status = 0;
518 if (status)
519 edata += status
[all...]
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Dconfig_elf.c54 rtld_stat_t status; local
132 if (rtld_stat(str, &status) != 0) {
139 if (status.st_mtime == obj->co_info)
158 if (rtld_stat(str, &status) != 0) {
170 if (status.st_size != obj->co_info) {
201 rtld_stat_t status; local
270 (void) rtld_fstat(fd, &status);
271 if (status.st_size < sizeof (Rtc_head)) {
275 if ((addr = (Addr)mmap(0, status.st_size, PROT_READ, MAP_SHARED,
291 status
[all...]
H A Dlocale.c147 rtld_stat_t status; local
160 if ((rtld_fstat(fd, &status) == -1) ||
161 (status.st_size < sizeof (Msghdr))) {
167 if ((msghdr = (Msghdr *)mmap(0, status.st_size, PROT_READ, MAP_SHARED,
178 (void) munmap((caddr_t)msghdr, status.st_size);
186 (void) munmap((caddr_t)msghdr, status.st_size);
192 if ((size_tot + size_old < status.st_size) &&
193 (size_tot + size_new < status.st_size)) {
194 (void) munmap((caddr_t)msghdr, status.st_size);
202 dom->dom_msgsz = status
[all...]
/illumos-gate/usr/src/cmd/krb5/krb5kdc/
H A Ddo_as_req.c74 const char *status; local
112 status = "NULL_CLIENT";
117 status = "UNPARSING_CLIENT";
122 status = "NULL_SERVER";
127 status = "UNPARSING_SERVER";
135 status = "LOOKING_UP_CLIENT";
140 status = "NON-UNIQUE_CLIENT";
144 status = "CLIENT_NOT_FOUND";
156 status = "LOOKING_UP_SERVER";
160 status
559 prepare_error_as(krb5_kdc_req *request, int error, krb5_data *e_data, krb5_data **response, const char *status) argument
[all...]
H A Ddo_tgs_req.c94 const char *status = 0; local
122 status = "UNPARSING SERVER";
134 status = "UNPARSING CLIENT";
141 status = "PROCESS_TGS";
147 status="UNEXPECTED NULL in header_ticket";
165 status = "LOOKING_UP_SERVER";
171 status = "NON_UNIQUE_PRINCIPAL";
197 status = "UNKNOWN_SERVER";
203 status = "TIME_OF_DAY";
208 kdc_time, &status))) {
763 prepare_error_tgs(krb5_kdc_req *request, krb5_ticket *ticket, int error, const char *ident, krb5_data **response, const char *status) argument
[all...]
/illumos-gate/usr/src/cmd/ldmad/
H A Dldma_system.c84 int status; local
89 status = LDMA_REQ_INVALID;
95 status = LDMA_REQ_FAILED;
110 status = LDMA_REQ_FAILED;
142 LDMA_DBG("GET_SYSINFO: return error %d", status);
143 return (status);
165 ssize_t status; local
170 status = pri_get(PRI_GET, &token, &buf, malloc, ldma_md_free);
173 if (status == (ssize_t)(-1))
260 int status; local
[all...]
/illumos-gate/usr/src/cmd/svc/startd/
H A Dutmpx.c128 utmpx_mark_dead(pid_t pid, int status, boolean_t blocking) argument
153 up->ut_exit.e_termination = WTERMSIG(status);
154 up->ut_exit.e_exit = WEXITSTATUS(status);
/illumos-gate/usr/src/cmd/svr4pkg/pkginstall/
H A Dmerginfo.c588 struct stat status; local
596 if ((stat(path, &status) == 0) && (status.st_mode & S_IFDIR)) {
/illumos-gate/usr/src/cmd/syseventd/modules/devfsadmd_mod/
H A Ddevfsadmd_mod.c90 int status, w; local
146 w = waitpid(pid, &status, 0);
154 return ((w == -1)? w: status);
/illumos-gate/usr/src/cmd/touch/
H A Dtouch.c72 int status = 0; local
200 status++;
208 status++;
246 status++;
253 return (status);
/illumos-gate/usr/src/uts/common/fs/autofs/
H A Dauto_xdr.c92 return (xdr_int(xdrs, &objp->status));
169 bool_t status = TRUE; local
187 return (status);
192 status = FALSE;
197 status = FALSE;
205 status = FALSE;
211 return (status);
290 if (!xdr_autofs_stat(xdrs, &objp->status))
292 switch (objp->status) {
/illumos-gate/usr/src/uts/common/fs/lofs/
H A Dlofs_vfsops.c112 int status; local
115 status = mod_install(&modlinkage);
116 if (status != 0) {
123 return (status);
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_common.c207 int status; local
209 if ((status = nfs_clntinit()) != 0) {
211 return (status);
229 status = mod_install((struct modlinkage *)&modlinkage);
231 if (status) {
248 return (status);
/illumos-gate/usr/src/uts/common/fs/smbclnt/netsmb/
H A Dsmb_dev.c210 int status; local
216 if ((status = smb_sm_idle()) != 0)
217 return (status);
218 if ((status = smb_pkey_idle()) != 0)
219 return (status);
225 if ((status = mod_remove(&nsmb_modlinkage)) != 0) {
226 return (status);
242 return (status);
346 * check the zone status here on every ioctl call.
/illumos-gate/usr/src/ucbcmd/install.d/
H A Dinstall.c193 int status = 0; local
240 status = 1;
245 status = copy(from, to_fd, path); /* copy */
254 status = 1;
258 if (status)
260 return (status);
273 int status = 0; local
283 status = 1;
288 status = 1;
294 return (status);
[all...]
/illumos-gate/usr/src/uts/common/cpr/
H A Dcpr_main.c246 int cmd, status, error; local
256 * when disabling, first get and save logging status (0 or 1)
260 (uintptr_t)&status, FKIOCTL, CRED(), NULL, NULL)) {
263 "status, error %d\n", str, refstr_value(mntpt),
268 *svstat = status;
271 errp("%s: \"%s\", logging status = %d\n",
272 str, refstr_value(mntpt), status);
284 * disable or re-enable logging when the saved status is 1
305 * when enabling logging, reset the saved status
359 * check logging status fo
[all...]
/illumos-gate/usr/src/uts/common/crypto/io/
H A Darcfour.c193 rc4_provider_status(crypto_provider_handle_t provider, uint_t *status) argument
195 *status = CRYPTO_PROVIDER_READY;

Completed in 94 milliseconds

<<21222324252627282930>>