/titanic_41/usr/src/cmd/lp/crontab/ |
H A D | lp | 28 # Move a weeks worth of 'requests' to 'requests.1'. 29 # If there was a 'requests.1' move it to 'requests.2'. 30 # If there was a 'requests.2' then it is lost. 32 …p/logs; if [ -f requests ]; then if [ -f requests.1 ]; then /bin/mv requests.1 requests.2; fi; /us…
|
/titanic_41/usr/src/uts/common/io/usb/usba/ |
H A D | README | 34 NOTE:- Queuing of control requests are allowed at USBA level. 41 Outstanding reqs pending queue the requests USB_PIPE_STATE_IDLE 45 USB_PIPE_STATE_ACTIVE - queue the requests USB_PIPE_STATE_ACTIVE 49 USB_PIPE_STATE_ERROR - queue the requests USB_PIPE_STATE_ERROR 70 outstanding requests) 86 NOTE:- Queuing of control requests are allowed at USBA level. 93 Outstanding reqs pending queue the requests USB_PIPE_STATE_IDLE 97 USB_PIPE_STATE_ACTIVE - queue the requests USB_PIPE_STATE_ACTIVE 119 requests) 122 requests [all …]
|
/titanic_41/usr/src/lib/fm/libfmd_snmp/common/ |
H A D | resource.c | 588 request = cache->requests; in sunFmResourceTable_return() 680 netsnmp_request_info *requests) in sunFmResourceTable_handler() argument 690 for (request = requests; request; request = request->next) { in sunFmResourceTable_handler() 730 request = cache->requests; in sunFmResourceCount_return() 766 netsnmp_request_info *requests) in sunFmResourceCount_handler() argument 782 if (requests->processed != 0) in sunFmResourceCount_handler() 785 requests->delegated = 1; in sunFmResourceCount_handler() 788 reqinfo, requests, NULL)); in sunFmResourceCount_handler()
|
H A D | problem.c | 719 request = cache->requests; in sunFmProblemTable_return() 832 netsnmp_request_info *requests) in sunFmProblemTable_handler() argument 842 for (request = requests; request; request = request->next) { in sunFmProblemTable_handler() 887 request = cache->requests; in sunFmFaultEventTable_return() 1059 netsnmp_request_info *requests) in sunFmFaultEventTable_handler() argument 1069 for (request = requests; request; request = request->next) { in sunFmFaultEventTable_handler()
|
H A D | module.c | 575 request = cache->requests; in sunFmModuleTable_return() 659 netsnmp_request_info *requests) in sunFmModuleTable_handler() argument 669 for (request = requests; request; request = request->next) { in sunFmModuleTable_handler()
|
/titanic_41/usr/src/cmd/fs.d/ |
H A D | df.c | 1789 struct df_request *requests; in create_request_list() local 1808 requests = xmalloc(size); in create_request_list() 1809 (void) memset(requests, 0, size); in create_request_list() 1838 dfrp = &requests[request_index++]; in create_request_list() 1874 dfrp = &requests[request_index]; in create_request_list() 1925 *requests_p = requests; in create_request_list() 1988 struct df_request *requests; /* array of requests */ in do_df() local 1993 errors = create_request_list(argc, argv, &requests, &n_requests); in do_df() 2014 qsort(requests, in do_df() 2017 char *fstype = requests[i].dfr_fstype; in do_df() [all …]
|
/titanic_41/usr/src/cmd/lp/cmd/lpsched/ |
H A D | daisyforms.c | 46 prs->form->requests++; in queue_form() 64 pfs->requests--; in unqueue_form() 90 prs->pwheel->requests++; in queue_pwheel() 109 ppws->requests--; in unqueue_pwheel()
|
H A D | alerts.c | 201 fdprintf(fd, Pa_msg[2], pp->requests); in pwformat() 203 pp->requests_last = pp->requests; in pwformat() 240 if (numLines != 1) fdprintf(fd, Fa_msg[2], fp->requests); in fformat() 254 fp->requests_last = fp->requests; in fformat()
|
H A D | nodes.h | 96 short requests; /* Number of events thus far */ member 149 short requests; member
|
H A D | disp3.c | 106 if (pfs->requests) { in remount_form() 190 if (ppws->requests) { in remount_pwheel() 696 ppws->requests++; in s_load_printwheel()
|
/titanic_41/usr/src/lib/krb5/ss/ |
H A D | execute_cmd.c | 42 struct _ss_request_entry *e = (struct _ss_request_entry *) tbl1->requests; 46 #define get_request(tbl,idx) ((tbl) -> requests + (idx))
|
H A D | ss.h | 36 ss_request_entry *requests;
|
H A D | Makefile.com | 41 requests.o \
|
/titanic_41/usr/src/cmd/lp/ |
H A D | Makefile | 54 $(ROOTVARSP)/lp/requests \ 82 $(ROOTVARSP)/lp/requests := DIRMODE = 775
|
H A D | Makefile.lp | 71 LIBREQ = $(LPLIB)/requests/liblpreq.a 83 LINTREQ = $(LPLIB)/requests/llib-llpreq.ln
|
/titanic_41/usr/src/cmd/sgs/libconv/common/ |
H A D | audit.c | 140 static const Msg requests[LA_ACT_MAX] = { in conv_la_activity() local 146 CONV_DS_MSG_INIT(LA_ACT_CONSISTENT, requests) }; in conv_la_activity()
|
H A D | dl.c | 192 static const Msg requests[RTLD_DI_MAX] = { in conv_dl_info() local 216 return (MSG_ORIG(requests[request - 1])); in conv_dl_info()
|
/titanic_41/usr/src/cmd/lp/filter/postscript/postscript/ |
H A D | Makefile | 45 ps.requests \
|
/titanic_41/usr/src/cmd/lp/lib/ |
H A D | Makefile | 41 requests\
|
/titanic_41/usr/src/lib/libsasl/include/ |
H A D | prop.h | 120 void prop_clear(struct propctx *ctx, int requests);
|
/titanic_41/usr/src/cmd/ipf/examples/ |
H A D | example.10 | 7 # block incoming connection requests to my internal network from the big bad
|
/titanic_41/usr/src/cmd/bnu/ |
H A D | Sysfiles | 26 # for certain networks where, for example, requests for login 27 # service might be accepted on a different address than requests
|
/titanic_41/usr/src/cmd/ssh/sftp/ |
H A D | sftp-client.c | 780 TAILQ_HEAD(reqhead, request) requests; in do_download() 783 TAILQ_INIT(&requests); in do_download() 870 TAILQ_INSERT_TAIL(&requests, req, tq); in do_download() 882 for (req = TAILQ_FIRST(&requests); in do_download() 895 TAILQ_REMOVE(&requests, req, tq); in do_download() 918 TAILQ_REMOVE(&requests, req, tq); in do_download() 960 if (TAILQ_FIRST(&requests) != NULL) in do_download()
|
/titanic_41/usr/src/cmd/krb5/kadmin/ktutil/ |
H A D | ktutil_ct.c | 175 for (ss_cmd = ktutil_cmds->requests; in ktutil_initialize_cmds_table()
|
/titanic_41/usr/src/cmd/lp/lib/papi/ |
H A D | Makefile | 51 LDLIBS += -L$(SRC)/cmd/lp/lib/requests -llpreq
|