Searched defs:status (Results 1201 - 1225 of 1989) sorted by relevance

<<41424344454647484950>>

/illumos-gate/usr/src/cmd/lp/cmd/lpsched/
H A Dnodes.h49 short status; member in struct:cstat_node
58 int status; /* low order bits from wait */ member in struct:exec_node
116 short status; /* Current Status of printer */ member in struct:pstat_node
159 long status; member in struct:rstat_node
185 short msgType; /* for getting status */
/illumos-gate/usr/src/cmd/lp/filter/postscript/postio/
H A Dpostio.c43 * exit status.
56 * -t option that's used to force stuff not recognized as status reports to
67 * connected to RADIAN. If you're running in quiet mode no status requests will
70 * The program expects to receive printer status lines that look like,
72 * %%[ status: idle; source: serial 25 ]%%
73 * %%[ status: waiting; source: serial 25 ]%%
74 * %%[ status: initializing; source: serial 25 ]%%
75 * %%[ status: busy; source: serial 25 ]%%
76 * %%[ status: printing; source: serial 25 ]%%
77 * %%[ status
167 static Status status[] = STATUS; /* for converting status strings */ variable
[all...]
/illumos-gate/usr/src/cmd/lp/model/
H A Dlp.cat.c66 int state; /* status of the printer interface */
210 /* we will use 1284 status if available */
212 /* some devices may only support 1284 status in unidir. mode */
224 uint_t status; local
227 if ((ioctl(fd, PRNIOC_GET_STATUS, &status) == 0) &&
228 (status & PRN_READY)) {
H A Dlp.tell.c60 #define STATUS_STRING "status:"
156 short status; local
193 printf(" printer: name of printer to give status for.\n");
204 printf(" -s String: string to detect printer ok status, \n");
205 printf(" default: 'status:', send S_CLEAR_FAULT to lpsched\n");
206 printf(" -k: do not use the key for making status ok\n");
207 printf(" -O String: string sent as status message to lpsched,\n");
281 printf( "paper_changed (%s) status (%s) key %d \n",
424 mtype = getmessage(msgbuf, mesgRetType, &status);
433 if ((status !
[all...]
/illumos-gate/usr/src/cmd/luxadm/
H A Dlux_util.c44 #include <sys/scsi/generic/status.h>
394 int status, i, retry_cnt = 0, err; local
455 status = ioctl(file, USCSICMD, command);
456 if (status == 0 && command->uscsi_status == 0) {
465 return (status);
467 if ((status != 0) && (command->uscsi_status == 0)) {
473 return (status);
621 int status; local
646 status = issue_uscsi_cmd(fd, &ucmd, USCSI_READ);
648 if (status
666 int fd, status; local
693 int fd, status; local
1515 int status, size, fd; local
[all...]
/illumos-gate/usr/src/uts/common/io/efe/
H A Defe.c873 uint32_t status; local
885 status = GETCSR(efep, CSR_INTSTAT);
886 if (!(status & INTSTAT_ACTV)) {
890 PUTCSR(efep, CSR_INTSTAT, status);
892 if (status & INTSTAT_RCC) {
896 if (status & INTSTAT_RQE) {
904 if (status & INTSTAT_TXC) {
912 if (status & INTSTAT_FATAL) {
927 if (status & INTSTAT_TXC) {
931 if (status
1091 uint32_t status = GETCSR(efep, CSR_INTSTAT); local
1314 uint16_t status; local
1365 uint16_t status; local
1419 uint16_t status; local
1493 uint16_t status; local
[all...]
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dnl7c.c509 * for the NCA enabled, the syntax is: status=enabled, all other lines will
525 char *status = "status=enabled"; local
536 cmn_err(CE_WARN, "%s: open error %d", status, ret);
550 status, ret);
566 tok = status;
614 * status=enabled
637 char *tokstatus = "status\0enabled";
/illumos-gate/usr/src/lib/libnisdb/
H A Ddb_table.cc1110 int status = f.transfer(this); local
1112 if (status == 1)
1115 ret = status;
/illumos-gate/usr/src/uts/common/rpc/
H A Dsvc_clts.c337 if (toh->level == IPPROTO_IPV6 && toh->status == 0 &&
347 } else if (toh->level == IPPROTO_IP && toh->status == 0 &&
788 * the status or attributes that were part of the original reply.
804 int status; local
821 status = dr->dr_status;
822 if (status == DUP_DONE) {
832 return (status);
929 int size, int status)
933 if (status == DUP_DONE) {
937 dr->dr_status = status;
928 svc_clts_kdupdone(struct dupreq *dr, caddr_t res, void (*dis_resfree)(), int size, int status) argument
[all...]
H A Dsvc_cots.c754 * the status or attributes that were part of the original reply.
770 int status; local
788 status = dr->dr_status;
789 if (status == DUP_DONE) {
804 return (status);
900 int size, int status)
903 if (status == DUP_DONE) {
907 dr->dr_status = status;
899 svc_cots_kdupdone(struct dupreq *dr, caddr_t res, void (*dis_resfree)(), int size, int status) argument
/illumos-gate/usr/src/uts/common/io/virtio/
H A Dvirtio.c81 virtio_set_status(struct virtio_softc *sc, unsigned int status) argument
85 if (status != 0) {
91 VIRTIO_CONFIG_DEVICE_STATUS), status | old);
/illumos-gate/usr/src/lib/libc/port/i18n/
H A Dgettext.h57 * msg_pack->status:
99 uint32_t flag; /* status */
161 int status; /* status */ member in struct:msg_pack
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_tree.c200 uint32_t status; local
206 status = smb_tree_connect_core(sr);
208 return (status);
229 uint32_t status; local
256 status = smb_tree_connect_disk(sr, &sr->sr_tcon);
259 status = smb_tree_connect_ipc(sr, &sr->sr_tcon);
262 status = smb_tree_connect_printq(sr, &sr->sr_tcon);
265 status = NT_STATUS_BAD_DEVICE_TYPE;
272 return (status);
/illumos-gate/usr/src/cmd/fs.d/nfs/lib/
H A Dnfs_sec.c480 * the status octet, and two padded octets to make them XDR
490 * the status octet s indicates whether there are more security
512 * the status octet s indicates whether there are more security
516 * Three octets are padded after the status octet.
525 int status; local
541 if (rpc_stat == RPC_SUCCESS && clnt_res.status == WNL_OK)
570 RPC_SUCCESS || res.status != WNL_OK) {
578 * 2nd byte: status
595 status = (int)*(c+1);
605 } while (status);
[all...]
/illumos-gate/usr/src/cmd/smbsrv/smbd/
H A Dsmbd_doorsvc.c390 hdr->dh_status = arg->status;
855 uint32_t status; local
864 status = smb_quota_query(&request, &reply);
865 reply.qr_status = status;
885 uint32_t status = 0; local
893 status = smb_quota_set(&request);
895 arg->rbuf = smb_common_encode(&status, xdr_uint32_t, &arg->rsize);
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dvfs.c70 int status; local
77 status = wsp->walk_callback(wsp->walk_addr, &vfs, wsp->walk_cbdata);
84 return (status);
/illumos-gate/usr/src/cmd/format/
H A Dmenu_command.c796 int status; local
1136 status = (*cur_ops->op_format)(start, end, &cur_list);
1137 if (status) {
1189 status = do_scan(SCAN_PATTERN, F_SILENT);
1203 return (status);
1214 int status; local
1309 status = (*cur_ops->op_rdwr)(DIR_READ, cur_file, bn,
1311 if (status)
1314 if (status == 0) {
1336 status
1471 int status; local
2060 int status; local
2109 int sec, head, i, status; local
2373 int status; local
[all...]
/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A Dibpart_rcm.c166 dladm_status_t status; local
176 if ((status = dladm_open(&dld_handle)) != DLADM_STATUS_OK) {
179 "handle: %s\n", dladm_status2str(status, errmsg));
403 dladm_status_t status; local
416 if ((status = dladm_part_up(dld_handle,
425 dladm_status2str(status, errmsg));
437 dladm_status_t status; local
450 if ((status = dladm_part_delete(dld_handle,
456 dladm_status2str(status, errmsg));
692 dladm_status_t status; local
869 dladm_status_t status; local
1095 dladm_status_t status; local
1301 dladm_status_t status; local
[all...]
H A Dvlan_rcm.c165 dladm_status_t status; local
176 if ((status = dladm_open(&dld_handle)) != DLADM_STATUS_OK) {
179 dladm_status2str(status, errmsg));
403 dladm_status_t status; local
413 if ((status = dladm_vlan_up(dld_handle, vlan->dv_vlanid)) !=
421 vlan->dv_vlanid, dladm_status2str(status, errmsg));
432 dladm_status_t status; local
442 if ((status = dladm_vlan_delete(dld_handle, vlan->dv_vlanid,
446 vlan->dv_vlanid, dladm_status2str(status, errmsg));
680 dladm_status_t status; local
853 dladm_status_t status; local
1066 dladm_status_t status; local
1267 dladm_status_t status; local
[all...]
H A Dvnic_rcm.c166 dladm_status_t status; local
176 if ((status = dladm_open(&dld_handle)) != DLADM_STATUS_OK) {
179 dladm_status2str(status, errmsg));
403 dladm_status_t status; local
413 if ((status = dladm_vnic_up(dld_handle, vnic->dlv_vnic_id, 0))
422 dladm_status2str(status, errmsg));
433 dladm_status_t status; local
444 if ((status = dladm_vnic_delete(dld_handle, vnic->dlv_vnic_id,
449 dladm_status2str(status, errmsg));
683 dladm_status_t status; local
856 dladm_status_t status; local
1078 dladm_status_t status; local
1278 dladm_status_t status; local
[all...]
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_fmri.c296 uint32_t status; local
312 if (nvlist_lookup_uint32(out, TOPO_METH_RETIRE_RET, &status) != 0)
317 return (status);
324 uint32_t status; local
340 if (nvlist_lookup_uint32(out, TOPO_METH_UNRETIRE_RET, &status) != 0) {
347 return (status);
/illumos-gate/usr/src/lib/fm/topo/modules/common/disk/
H A Ddisk_common.c76 * generate ereports based off SCSI disk status.
928 * Query the current disk status. If successful, the disk status is returned
933 * status nvlist Arbitrary protocol-specific information
956 nvlist_t *status; local
973 * Get the /devices path and attempt to open the disk status
1005 if ((status = disk_status_get(dsp)) == NULL) {
1012 *out_nvl = status;
/illumos-gate/usr/src/uts/common/avs/ns/rdc/
H A Drdc.c583 int32_t *maxsetsp; /* address of status->maxsets; */
603 struct rdc_status status; local
605 if (ddi_copyin((void *)args->arg0, &status,
606 sizeof (status), mode)) {
614 nset = status.nset;
/illumos-gate/usr/src/cmd/isns/isnsadm/
H A Disnsadm.c349 * The routine process non 0 status and print out error message.
351 * status - status code
357 print_error_status(int status, int obj, xmlTextReaderPtr reader) argument
361 switch (status) {
434 * status - status code
559 int m_flag = 0, status; local
566 /* if status is 0, continue on. Otherwise return an error. */
571 status
620 int m_flag = 0, h_printed = 0, status; local
808 int m_flag = 0, ret = 0, status; local
1228 int ret = 0, status; local
[all...]
/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_82598.c300 s32 status = IXGBE_SUCCESS; local
342 status = IXGBE_ERR_LINK_SETUP;
346 return status;
562 s32 status = IXGBE_SUCCESS; local
585 status = IXGBE_ERR_AUTONEG_NOT_COMPLETE;
594 return status;
633 * ixgbe_check_mac_link_82598 - Get link/speed status
652 * SERDES PHY requires us to read link status from undocumented
735 s32 status = IXGBE_SUCCESS; local
748 status
788 s32 status; local
811 s32 status = IXGBE_SUCCESS; local
1125 s32 status = IXGBE_SUCCESS; local
[all...]

Completed in 356 milliseconds

<<41424344454647484950>>