Home
last modified time | relevance | path

Searched refs:destination (Results 1 – 25 of 115) sorted by relevance

12345

/illumos-gate/usr/src/cmd/print/bsd-sysv-commands/
H A Dlpc.c59 char *destination = args[1]; in lpc_status() local
61 status = papiPrinterQuery(svc, destination, pattrs, NULL, &p); in lpc_status()
67 printf("%s:\n", destination); in lpc_status()
84 (void) papiPrinterListJobs(svc, destination, NULL, in lpc_status()
98 fprintf(stderr, "%s: %s\n", destination, in lpc_status()
112 char *destination = args[1]; in lpc_abort() local
114 if (destination == NULL) { in lpc_abort()
119 status = papiPrinterPause(svc, destination, "paused via lpc abort"); in lpc_abort()
122 destination); in lpc_abort()
124 fprintf(stderr, "%s: %s\n", destination, in lpc_abort()
[all …]
H A Dlpmove.c75 char *destination = NULL; in main() local
93 destination = av[--ac]; in main()
114 if (move_job(svc, printer, id, destination) < 0) in main()
121 destination); in main()
192 id, destination) < 0) in main()
200 count, printer, destination); in main()
/illumos-gate/usr/src/cmd/make/lib/mksh/
H A Dmacro.cc48 static void expand_value_with_daemon(Name, Property macro, String destination, Boolean cmd);
75 String_rec destination; in getvar() local
92 INIT_STRING_FROM_STACK(destination, buffer); in getvar()
94 &destination, in getvar()
96 result = GETNAME(destination.buffer.start, FIND_LENGTH); in getvar()
97 if (destination.free_after_use) { in getvar()
98 retmem(destination.buffer.start); in getvar()
118 expand_value(Name value, String destination, Boolean cmd) in expand_value() argument
133 append_string(wcs_buffer, destination, FIND_LENGTH); in expand_value()
134 destination->text.end = destination->text.p; in expand_value()
[all …]
H A Ddosys.cc526 sh_command2string(String command, String destination) in sh_command2string() argument
545 append_char(chr, destination); in sh_command2string()
556 if ( *(destination->text.p-1) == (int) space_char) { in sh_command2string()
557 * (-- destination->text.p) = '\0'; in sh_command2string()
564 *(destination->text.p) = '\0'; in sh_command2string()
/illumos-gate/usr/src/cmd/tic/
H A Dtic_main.c96 char *destination = SRCDIR; variable
178 destination = env; in init()
181 DEBUG(1, "Would be working in %s\n", destination); in init()
183 DEBUG(1, "Working in %s\n", destination); in init()
186 if (access(destination, 7) < 0) { in init()
188 progname, destination); in init()
192 if (chdir(destination) < 0) { in init()
194 progname, destination); in init()
224 progname, destination, dir); in check_dir()
229 progname, destination, dir); in check_dir()
/illumos-gate/usr/src/cmd/lp/cmd/lpsched/
H A Ddisp4.c42 char *destination; in s_accept_dest() local
47 getmessage (m, S_ACCEPT_DEST, &destination); in s_accept_dest()
49 (destination ? destination : "NULL")); in s_accept_dest()
54 if ((pps = search_pstatus(destination))) in s_accept_dest()
67 else if ((pcs = search_cstatus(destination))) in s_accept_dest()
91 char *destination, in s_reject_dest() local
98 getmessage (m, S_REJECT_DEST, &destination, &reason); in s_reject_dest()
100 (destination ? destination : "NULL"), in s_reject_dest()
106 if ((pps = search_pstatus(destination))) in s_reject_dest()
120 else if ((pcs = search_cstatus(destination))) in s_reject_dest()
[all …]
H A Ddisp1.c525 STREQU(oldr.destination, r->destination); in s_end_change_request()
598 char *dest = strdup(r->destination); in s_end_change_request()
680 if (*s_dest && !STREQU(s_dest, crp->request->destination)) in _cancel()
754 char *destination; in s_cancel() local
760 (void) getmessage(m, S_CANCEL, &destination, &user, &req_id); in s_cancel()
762 (destination ? destination : "NULL"), (user ? user : "NULL"), in s_cancel()
765 if (STREQU(destination, NAME_ALL)) in s_cancel()
766 destination = ""; in s_cancel()
770 if (rid = _cancel(md, destination, user, req_id)) { in s_cancel()
824 if (*dest && !STREQU(dest, rp->request->destination)) { in s_inquire_request_rank()
[all …]
H A Dalerts.c315 (dest_equivalent_printer(rp->request->destination, name))) in f_count()
321 && dest_equivalent_printer(NewRequest->request->destination, name) in f_count()
336 (dest_equivalent_printer(rp->request->destination, name))) in p_count()
342 && dest_equivalent_printer(NewRequest->request->destination, name) in p_count()
H A Drequeue.c87 ((pcs = search_cstatus(PRS->request->destination)) != NULL) \ in queue_attract()
91 #define ISANY(PRS) STREQU(PRS->request->destination, NAME_ANY) in queue_attract()
H A Dnotify.c120 prs->request->destination, in notify()
121 STREQU(prs->request->destination, NAME_ANY)? " printer" in notify()
/illumos-gate/usr/src/cmd/make/bin/
H A Dmacro.cc61 String_rec destination; in setvar_append() local
75 INIT_STRING_FROM_STACK(destination, buffer); in setvar_append()
79 &destination, in setvar_append()
83 append_char(wcs_buffer[0], &destination); in setvar_append()
88 &destination, in setvar_append()
91 value = GETNAME(destination.buffer.start, FIND_LENGTH); in setvar_append()
92 if (destination.free_after_use) { in setvar_append()
93 retmem(destination.buffer.start); in setvar_append()
/illumos-gate/usr/src/cmd/lp/model/netpr/
H A Dnetpr.c163 char *destination = NULL; in main() local
362 parse_dest(job_data->dest, &destination, in main()
370 parse_dest(job_data->dest, &destination, &tcp_port, in main()
376 if (destination == NULL || in main()
387 destination = job_data->dest; in main()
389 syslog(LOG_DEBUG, "destination : %s", destination); in main()
403 if ((sockfd = net_open(destination, 20)) < 0) { in main()
406 destination); in main()
409 destination); in main()
413 if ((sockfd = tcp_open(destination, tcpjob, 20)) == -1) { in main()
/illumos-gate/usr/src/cmd/lp/lib/requests/
H A Dgetrequest.c144 reqp->destination = Strdup(p);
252 if (!reqp->destination || !*reqp->destination) {
253 if (reqp->destination)
254 Free (reqp->destination);
255 reqp->destination = Strdup(NAME_ANY);
H A Dfreerequest.c54 if (reqbufp->destination)
55 Free (reqbufp->destination);
H A Dputrequest.c75 || !(reqbufp->destination)
132 (void)fdprintf(fd, "%s%s\n", HEAD, reqbufp->destination);
/illumos-gate/usr/src/uts/sparc/krtld/
H A Dkobj_reloc.c115 Addr value, destination; in do_relocate() local
130 destination = baseaddr; in do_relocate()
137 if (mp->destination) { in do_relocate()
145 destination = (Addr)mp->destination + in do_relocate()
195 off += destination; in do_relocate()
259 if (mp->destination) in do_relocate()
/illumos-gate/usr/src/lib/smbsrv/libsmbns/common/
H A Dsmbns_netbios_name.c188 struct name_entry *destination; in smb_end_node_challenge() local
202 destination = answer->name; in smb_end_node_challenge()
215 addr = &destination->addr_list; in smb_end_node_challenge()
923 smb_netbios_send_rcv(int bcast, addr_entry_t *destination, in smb_netbios_send_rcv() argument
932 if ((destination->flags & ADDR_FLAG_VALID) == 0) in smb_netbios_send_rcv()
937 if (smb_send_name_service_packet(destination, packet) >= 0) { in smb_netbios_send_rcv()
938 rc = smb_netbios_process_response(tid, destination, in smb_netbios_send_rcv()
966 addr_entry_t *destination; in smb_send_name_registration_request() local
983 destination = smb_bcast_list; in smb_send_name_registration_request()
991 destination = smb_nbns; in smb_send_name_registration_request()
[all …]
/illumos-gate/usr/src/boot/common/
H A Dgfx_fb.c492 uint8_t *destination; in gfxfb_blt_fill() local
524 destination = gfx_get_fb_address(); in gfxfb_blt_fill()
532 gfx_mem_wr1(destination, size, off, in gfxfb_blt_fill()
537 gfx_mem_wr2(destination, size, off, data); in gfxfb_blt_fill()
540 gfx_mem_wr1(destination, size, off, in gfxfb_blt_fill()
542 gfx_mem_wr1(destination, size, off + 1, in gfxfb_blt_fill()
544 gfx_mem_wr1(destination, size, off + 2, in gfxfb_blt_fill()
548 gfx_mem_wr4(destination, size, off, data); in gfxfb_blt_fill()
573 uint8_t *source, *destination, *sb; in gfxfb_blt_video_to_buffer() local
617 destination = (uint8_t *)BltBuffer + dy * Delta + in gfxfb_blt_video_to_buffer()
[all …]
/illumos-gate/usr/src/cmd/lp/lib/papi/
H A Dlpsched-jobs.c79 "job-printer", &r->destination); in job_attributes_to_lpsched_request()
403 "printer-name", r->destination); in lpsched_request_to_job_attributes()
471 size_t size, time_t date, short state, char *destination, in job_status_to_attributes() argument
487 destination, atoi(p)); in job_status_to_attributes()
491 destination); in job_status_to_attributes()
497 "output-device-assigned", destination); in job_status_to_attributes()
499 "printer-name", destination); in job_status_to_attributes()
/illumos-gate/usr/src/lib/libc/i386/gen/
H A Dstrcat.S61 / find a null byte in destination string
62 movl 8(%esp), %edi / %edi = destination string address
86 / %edi points to a null byte in destination string
119 movl 8(%esp), %eax / return the destination address
H A Dstrncat.S67 movl 12(%esp), %edi / %edi = destination string address
91 / %edi points to a null byte in destination string
149 movl 12(%esp), %eax / return the destination address
/illumos-gate/usr/src/cmd/sgs/rtld/i386/
H A Dboot_elf.S109 movl %edi, -8(%ebp) / save destination address
162 movl -8(%ebp), %eax / eax == calling destination
163 movl %eax, 0(%ebp) / store destination at top
183 ret / jmp to final destination
316 movl %eax, 8(%ebp) / store final destination
/illumos-gate/usr/src/uts/intel/amd64/krtld/
H A Dkobj_crt.S43 /preserve destination in temporary register %r11
56 / Call destination
/illumos-gate/usr/src/uts/sun4v/cpu/
H A Dgeneric_copy.S132 ! l2 size in bits of upper part of destination word (UD)
133 ! l3 size in bits of lower part of destination word (LD = 32 - UD)
144 ! both source and destination addresses are unaligned
161 mov 24, %l3 ! align destination
165 add %i1, 1, %i1 ! increment destination address
167 btst 3, %i1 ! is destination aligned?
188 add %i1, 4, %i1 ! increment destination address
201 ! the source address is aligned and destination is not
210 add %i1, 1, %i1 ! increment destination address
212 btst 3, %i1 ! is destination aligned?
[all …]
/illumos-gate/usr/src/uts/common/io/1394/adapters/
H A Dhci1394_tlabel.c118 hci1394_tlabel_alloc(hci1394_tlabel_handle_t tlabel_handle, uint_t destination, in hci1394_tlabel_alloc() argument
133 tlabel_info->tbi_destination = destination; in hci1394_tlabel_alloc()
136 node_number = IEEE1394_NODE_NUM(destination); in hci1394_tlabel_alloc()

12345