Searched defs:status (Results 1026 - 1050 of 1989) sorted by relevance

<<41424344454647484950>>

/illumos-gate/usr/src/cmd/ypcmd/
H A Dypserv_proc.c102 uint_t *status, bool_t update);
203 resp.status = (unsigned)YP_NOKEY;
215 &resp.status)) != NULL &&
216 yp_map_access(transp, &resp.status, fdb)) {
221 resp.status = YP_TRUE;
320 &resp.status)) != NULL &&
321 yp_map_access(transp, &resp.status, fdb)) {
323 &resp.keydat, &resp.valdat, &resp.status, FALSE);
358 &resp.status)) != NULL &&
359 yp_map_access(transp, &resp.status, fd
741 ypfilter(DBM *fdb, datum *inkey, datum *outkey, datum *val, uint_t *status, bool_t update) argument
[all...]
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Ddavicom.c107 volatile unsigned long status; /* owner, status */ member in struct:txdesc
116 volatile unsigned long status; /* owner, status */ member in struct:rxdesc
446 txd[i].status = 0x00000000; /* give ownership to Host */
466 rxd[i].status = 0x80000000; /* give ownership to device */
512 txd[TxPtr].status = 0x80000000; /* Give ownership to device */
520 while ((txd[TxPtr].status & 0x80000000) && (currticks() < to)) /* Sten 10/9 */
530 printf("txd.status = %X\n", txd.status);
[all...]
H A Depic100.c32 unsigned long status; member in struct:epic_rx_desc
41 unsigned long status; member in struct:epic_tx_desc
269 rx_ring[i].status = cpu_to_le32(RRING_OWN); /* Owned by Epic chip */
283 tx_ring[i].status = 0x0000; /* Owned by CPU */
311 if ((tx_ring[entry].status & TRING_OWN) == TRING_OWN) {
312 printf("eth_transmit: Unable to transmit. status=%hX. Resetting...\n",
313 tx_ring[entry].status);
338 tx_ring[entry].status = cpu_to_le32(len << 16) |
347 while ((le32_to_cpu(tx_ring[entry].status) & (TRING_OWN)) && timer2_running())
350 if ((le32_to_cpu(tx_ring[entry].status)
372 int status; local
[all...]
H A Dsis900.c109 u16 status; member in struct:mii_phy
395 mii.status = sis900_mdio_read(phy_addr, MII_STATUS);
629 u32 status = TxRCMP | RxRCMP; local
638 while (status && (i++ < 1000)) {
639 status ^= (inl(isr + ioaddr) & status);
844 u32 status; local
849 status = sis900_mdio_read(phy_addr, MII_STSOUT);
854 if (status & (MII_NWAY_TX | MII_NWAY_TX_FDX))
856 if (status
893 u16 status; local
945 u32 status; local
984 u32 status; local
1028 u32 status; local
[all...]
/illumos-gate/usr/src/lib/brand/solaris10/s10_brand/common/
H A Ds10_signal.c560 * Convert the siginfo_t code and status fields to an old style
561 * wait status for s10_wait(), below.
564 wstat(int code, int status) argument
566 int stat = (status & 0377);
/illumos-gate/usr/src/lib/cfgadm_plugins/fp/common/
H A Dcfga_cs.c688 HBA_STATUS status; local
758 status = getPortAttrsByWWN(handle,
761 if (status ==
786 status = HBA_ScsiInquiryV2(handle, portAttrs.PortWWN,
794 if (status == HBA_STATUS_OK) {
811 status = HBA_ScsiInquiryV2(handle, portAttrs.PortWWN,
816 if (status != HBA_STATUS_OK) {
817 if (status == HBA_STATUS_ERROR_NOT_A_TARGET) {
819 } else if (status == HBA_STATUS_ERROR_ILLEGAL_WWN) {
884 status
[all...]
/illumos-gate/usr/src/cmd/pcitool/
H A Dpcitool_ui.c1543 int status; local
1546 status = get_commandline_args(argc, argv, &parsed_args);
1547 if (status) {
/illumos-gate/usr/src/cmd/picl/plugins/common/devtree/
H A Dpicldevtree.h94 char *status; member in struct:asr_conf_entries
/illumos-gate/usr/src/cmd/print/bsd-sysv-commands/
H A Dcommon.c50 verbose_papi_message(papi_service_t svc, papi_status_t status) argument
57 mesg = papiStatusString(status);
134 * to support job/printer status
261 papi_status_t status; local
291 status = papiJobCancel(svc, printer, id);
292 if (status != PAPI_OK)
293 mesg = papiStatusString(status);
305 papi_status_t status; local
316 status = papiPrinterQuery(svc, dest, pattrs, NULL, &p);
317 if (status !
357 papi_status_t status; local
441 papi_status_t status; local
502 papi_status_t status; local
531 papi_status_t status; local
622 papi_status_t status; local
[all...]
H A Dlpstat.c89 papi_status_t status; local
94 status = papiServiceCreate(&svc, NULL, NULL, NULL, cli_auth_callback,
96 if (status == PAPI_OK) {
99 status = papiPrinterQuery(svc, DEFAULT_DEST, req, NULL, &p);
116 papi_status_t status; local
125 status = papiServiceCreate(&svc, name, NULL, NULL, cli_auth_callback,
127 if (status != PAPI_OK) {
139 papi_status_t status; local
144 status = papiPrinterQuery(svc, name, keys, NULL, &p);
145 if ((status
203 papi_status_t status; local
255 papi_status_t status; local
303 papi_status_t status; local
377 papi_status_t status; local
681 papi_status_t status; local
1032 papi_status_t status; local
1158 papi_status_t status; local
1185 papi_status_t status; local
1213 papi_status_t status; local
[all...]
/illumos-gate/usr/src/cmd/prtfru/
H A Dprtfru.c454 int i, status = 0; local
462 status = 1;
467 if (status) {
473 return (status);
1093 int status; local
1096 if ((status = fru_get_segment_name(segment, &name)) != FRU_SUCCESS) {
1097 saved_status = status;
1100 fru_strerror(status));
1115 if ((status = fru_for_each_packet(segment, print_packet, args))
1117 saved_status = status;
1208 int status; local
1257 int status; local
1303 fru_errno_t status; local
[all...]
/illumos-gate/usr/src/cmd/psrset/
H A Dpsrset.c55 #define ERR_OK 0 /* exit status for success */
56 #define ERR_FAIL 1 /* exit status for errors */
57 #define ERR_USAGE 2 /* exit status for usage errors */
407 "cannot set interrupt status for processor set %d"), pset);
412 int status = p_online(cpus[i], P_STATUS); local
413 if (status != P_OFFLINE && status != P_POWEROFF &&
414 status != flag) {
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/rdist/
H A Dserver.c671 /* preserve status code */
1457 int fd[2], status, pid, i; local
1507 while ((i = wait(&status)) != pid && i != -1)
1510 status = -1;
1512 if (status)
1513 error("shell returned %d\n", status);
1635 /* preserve status code */
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/
H A Drsh.c220 krb5_error_code status; local
432 status = krb5_init_context(&bsd_context);
434 if (!status) {
448 status = krb5_init_context(&bsd_context);
449 if (status) {
450 com_err("rsh", status,
460 status = krb5_get_default_realm(bsd_context, &realmdef[1]);
461 if (status) {
462 com_err("rsh", status,
567 status
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/tftp/
H A Dmain.c90 static void status(int, char **);
129 static char sthelp[] = "show current status";
149 { "status", sthelp, status },
628 status(int argc, char **argv) function
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_nfs3.c691 ulong_t status; local
694 status = getxdr_long();
695 switch (status) {
729 return (status);
735 ulong_t status; local
740 status = sum_nfsstat3(buff);
743 status, buff); local
745 return ((int)status);
H A Dsnoop_nfs_acl.c429 ulong_t status; local
432 status = getxdr_long();
433 p = nfsstat4_to_name(status);
435 return (status);
441 ulong_t status; local
446 status = sum_nfsstat4(buff);
449 status, buff); local
451 return ((int)status);
/illumos-gate/usr/src/cmd/cpc/common/
H A Dcpustat.c77 int status; member in struct:tstate
599 state->status = 3;
736 this->status = 4;
759 if (this->status != 0)
H A Dcputrack.c537 pexit(pctx_t *pctx, pid_t pid, id_t lwpid, int status, void *arg) argument
/illumos-gate/usr/src/cmd/dcs/sparc/sun4u/
H A Dremote_cfg.h129 * The status is valid only if the data_type is REPLY. The possible
130 * values for status are, FAILED or SUCCESS.
361 unsigned long status; /* rdr_msg_status_t */ member in struct:__anon404
/illumos-gate/usr/src/cmd/devfsadm/
H A Dport_link.c1016 * complete and return it's status
1021 int status; local
1040 * return the sacadm exit status (see _exit(2))
1049 w = wait(&status);
1051 devfsadm_print(PORT_MID, "%s:exit status (%d)\n",
1052 modname, SAC_EXITVAL(status));
1053 return (SAC_EXITVAL(status));
/illumos-gate/usr/src/cmd/lvm/rpc.metamhd/
H A Dmhd_drive.c129 mhd_error_t status = mhd_null_error; local
132 mhep = &status;
134 if (mhep == &status) {
344 /* get status (we may get dumped from PROBING here) */
354 /* update status */
1203 mhd_error_t status = mhd_null_error; local
1238 if (mhd_create_drive_anyset(dname, &fd, &status) == NULL) {
1239 mhde_perror(&status, "");
1249 mhd_clrerror(&status);
/illumos-gate/usr/src/cmd/lvm/util/
H A Dmetaclust.c154 * The child will wait forever until the status is retrieved
260 md_error_t status = mdnullerror; local
268 if ((np = metamnumname(&sp, mnum, 0, &status)) == NULL) {
668 md_error_t status = mdnullerror; local
669 md_error_t *ep = &status;
885 * the same status. If local replicas on a cluster
1896 * same status as other previously joined members.
H A Dmetaset.c367 md_error_t status = mdnullerror; local
368 md_error_t *ep = &status;
418 md_error_t status = mdnullerror; local
419 md_error_t *ep = &status;
623 mde_perror(&status, "");
688 mde_perror(&status, "");
856 md_error_t status = mdnullerror; local
883 if ((sp = metasetname(sname, &status)) == NULL) {
884 mde_perror(&status, "");
887 if ((sd = metaget_setdesc(sp, &status))
926 md_error_t status = mdnullerror; local
980 md_error_t status = mdnullerror; local
1160 md_error_t status = mdnullerror; local
1222 md_error_t status = mdnullerror; local
1350 md_error_t status = mdnullerror; local
1410 md_error_t status = mdnullerror; local
1517 md_error_t status = mdnullerror; local
1709 md_error_t status = mdnullerror; local
1915 md_error_t status = mdnullerror; local
2101 md_error_t status = mdnullerror; local
2255 md_error_t status = mdnullerror; local
[all...]
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb.c80 * Macro for testing if a dcmd's return status (x) indicates that we should
875 int status, err = 0; local
907 status = mdb_call_idcmd(cp->c_dcmd, addr, count,
911 mdb.m_lastret = status;
921 if (err != 0 || DCMD_ABORTED(status)) {
947 if (err != 0 || DCMD_ABORTED(status) ||
1119 int status; local
1124 if ((status = idcp->idc_funcp(addr, flags, argc, argv)) == DCMD_USAGE) {
1129 while (status == DCMD_NEXT && (idcp = dcmd_ndef(idcp)) != NULL)
1130 status
1173 int status; local
[all...]

Completed in 169 milliseconds

<<41424344454647484950>>