Searched defs:status (Results 426 - 450 of 1989) sorted by relevance

<<11121314151617181920>>

/illumos-gate/usr/src/cmd/mdb/common/modules/cpc/
H A Dcpc.c181 int status; local
196 status = wsp->walk_callback(wsp->walk_addr, &ctx,
200 return (status);
/illumos-gate/usr/src/cmd/mdb/common/modules/fcp/
H A Dfcp.c63 int status; local
74 status = wsp->walk_callback(wsp->walk_addr, wsp->walk_data,
80 return (status);
214 int status; local
225 status = wsp->walk_callback(wsp->walk_addr, wsp->walk_data,
231 return (status);
276 int status; local
287 status = wsp->walk_callback(wsp->walk_addr, wsp->walk_data,
293 return (status);
346 int status; local
433 int status; local
497 int status; local
[all...]
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Davl.c185 int status; local
224 status = wsp->walk_callback(addr, aw->aw_buff, wsp->walk_cbdata);
225 if (status != WALK_NEXT)
226 return (status);
H A Dcombined.c178 int status; local
188 status = cw->cw_init(wsp);
190 if (status != WALK_NEXT)
197 status = cw->cw_step(wsp);
201 if (status == WALK_DONE)
204 return (status);
212 if (status == WALK_DONE)
214 return (status);
H A Dcpupart.c238 int status; local
245 status = wsp->walk_callback(addr, &cpu, wsp->walk_cbdata);
247 if (status != WALK_NEXT)
248 return (status);
293 int status; local
302 status = wsp->walk_callback(wsp->walk_addr, &cpupart,
305 if (status != WALK_NEXT)
306 return (status);
H A Dldi.c104 int status; local
125 status = wsp->walk_callback(wsp->walk_addr, NULL, wsp->walk_cbdata);
126 if (status != WALK_NEXT)
127 return (status);
172 int status; local
193 status = wsp->walk_callback(wsp->walk_addr, NULL, wsp->walk_cbdata);
194 if (status != WALK_NEXT)
195 return (status);
H A Dnvpair.c73 int status; local
86 status = wsp->walk_callback((uintptr_t)nvpair, NULL, wsp->walk_cbdata);
90 return (status);
H A Dtsol.c129 int status; local
152 status = wsp->walk_callback(wsp->walk_addr, &tnrhc,
156 return (status);
/illumos-gate/usr/src/cmd/mt/
H A Dmt.c49 static int status(int mtfd, struct mtget *);
70 { "status", MTNOP, O_RDONLY, 0 },
253 /* Handle status ioctl */
259 return (status(mtfd, &mt_status));
345 * Interpret the status buffer returned
348 status(int mtfd, struct mtget *bp) function
/illumos-gate/usr/src/cmd/fcinfo/
H A Dfcoeadm.c106 FCOE_STATUS status = FCOE_STATUS_OK; local
166 status = FCOE_CreatePort(macLinkName,
170 if (status != FCOE_STATUS_OK) {
171 switch (status) {
258 gettext("Error: Due to reason code %d\n"), status);
269 FCOE_STATUS status; local
280 status = FCOE_DeletePort(macLinkName);
281 if (status != FCOE_STATUS_OK) {
282 switch (status) {
318 status
373 FCOE_STATUS status; local
[all...]
/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_main.c73 * know whether it can return zero or non-zero status to the invoking command.
74 * The parent waits on a pipe inside this function to read the exit status.
76 * then fmd_run() uses the pipe to set the exit status and detach the parent.
82 int status, pfds[2]; local
164 * and returns non-zero exit status and the child is actually running.
179 * the appropriate exit status over the pipe or for the read to fail
181 * If the read fails, exit with either the child's exit status if it
187 if (read(pfds[0], &status, sizeof (status)) == sizeof (status))
[all...]
/illumos-gate/usr/src/cmd/format/
H A Dctlr_ata.c189 switch (dadkio_rwcmd.status.status) {
204 if (dadkio_rwcmd.status.status) {
206 err_print(dadkrawioerrs[dadkio_rwcmd.status.status],
207 dadkio_rwcmd.status.failed_blk);
217 int status; local
220 status = ata_rdwr(DIR_READ, cur_file, (diskaddr_t)1, 4,
225 return (!status);
267 int status; local
355 int status; local
372 int status; local
445 int status; local
[all...]
H A Ddefect.c74 int sec, status; local
163 status = (*cur_ops->op_rdwr)(DIR_READ, cur_file,
166 if (status)
182 status = -1;
186 if (status)
322 int size, head, status; local
361 status = (*cur_ops->op_rdwr)(DIR_WRITE, cur_file,
364 if (status) {
369 status = (*cur_ops->op_rdwr)(DIR_WRITE, cur_file,
372 if (status)
[all...]
H A Dmenu_defect.c120 int status; local
154 status = (*cur_ops->op_ex_man)(&work_list);
155 if (status)
168 * Return status.
170 return (status);
180 int status; local
223 status = (*cur_ops->op_ex_cur)(&work_list);
224 if (status) {
230 status = 0;
252 * Return status
541 int i, status = 0; local
614 int i, items, status = 0, count, cksum; local
775 int status; local
850 int status; local
902 int status; local
945 int status; local
988 int status; local
[all...]
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dns_fnutils.c162 logstat(const FN_status_t *status, const char *msg1, const char *msg2) argument
168 desc_string = fn_status_description(status, DETAIL, NULL);
173 desc = "(no status description)";
176 msg1, msg2, desc, fn_status_code(status));
183 transient(const FN_status_t *status) argument
187 statcode = fn_status_code(status);
189 statcode = fn_status_link_code(status);
/illumos-gate/usr/src/cmd/sgs/elfwrap/common/
H A Delfwrap.c83 struct stat status; local
107 if (fstat(fd, &status) == -1) {
115 if ((outsec.os_size = status.st_size) == 0) {
/illumos-gate/usr/src/cmd/sgs/libcrle/common/
H A Ddump.c208 struct stat status; local
215 * Open /proc/self/status to determine the virtual address of the
255 (void) fstat(fd, &status);
262 num = (int)(status.st_size / sizeof (prmap_t));
/illumos-gate/usr/src/cmd/acpihpd/
H A Dacpihpd.c216 int status = 0; local
229 status = signo;
231 _exit(status);
H A Dnotify.c83 plat_opt_str_alloc(int cmd, char *acpi_event_type, int status) argument
89 len = strlen(s_status_array[status]) +
94 s_status_array[status],
101 strlen(s_status_array[status]) +
106 s_status_array[status],
118 char *acpi_event_type, int status,
128 plat_opts = plat_opt_str_alloc(cmd, acpi_event_type, status);
117 cfgadm_cmd_wrapper(int cmd, int apid_num, char **apids, char *acpi_event_type, int status, struct cfga_confirm *confirm, struct cfga_msg *message) argument
/illumos-gate/usr/src/cmd/addbadsec/
H A Daddbadsec.c294 int status; local
296 status = fscanf(badsecfd, "%d", &badsec_entry);
297 while (status != EOF) {
299 status = fscanf(badsecfd, "%d", &badsec_entry);
/illumos-gate/usr/src/cmd/allocate/
H A Ddminfo.c125 int status; local
265 while ((status = flock(des, LOCK_EX | LOCK_NB) == -1) &&
270 while (((status = lockf(des, F_TLOCK, 0)) == -1) &&
275 if (status == -1) {
285 * exists then we will exit with status of 1.
309 * with a status of 1.
387 * device is found will result in a exit status of 0. If "any" switch
388 * is not set then, if any device is not will result in a exit status
414 * name is found will result in a exit status of 0. If "any" switch
415 * is not set then, if any name is not will result in a exit status
[all...]
/illumos-gate/usr/src/cmd/auths/
H A Dauths.c63 int status = EXIT_OK; local
70 status = show_auths(NULL, 0);
73 status = show_auths(argv[argc-1], 0);
77 status = show_auths(*argv, 1);
78 if (status == EXIT_FATAL) {
85 status = (status == EXIT_OK) ? status : EXIT_FATAL;
86 return (status);
92 int status local
[all...]
/illumos-gate/usr/src/cmd/bnu/
H A Daccount.c51 char status; /* transaction status */ member in struct:acData
113 acptr->status, FS,
210 acEnd(status)
211 char status;
217 || (status == PARTIAL)){
218 acptr->status = status;
262 acptr->status = COMPLETE; /* default to completed transfer */
314 acEndexe(cycle,status)
[all...]
H A Duusched.c187 /* no lock file and status time ok */
194 DEBUG(5, "job grade %s locked or inappropriate status\n",
255 int status; local
272 while ((ret = wait(&status)) != pid)
276 DEBUG(3, "ret=%ld, ", (ret == pid ? (long) status : (long) ret));
/illumos-gate/usr/src/cmd/chgrp/
H A Dchgrp.c76 static int status = 0; /* total number of errors received */ variable
122 status += Perror(f); \
126 status += Perror(f); \
237 status += Perror(argv[c]);
251 status += Perror(argv[c]);
292 status += Perror(
339 status += Perror(argv[c]);
354 return (status);
366 * through the global "status" variable.
391 status
[all...]

Completed in 64 milliseconds

<<11121314151617181920>>