/illumos-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/server/ |
H A D | DoPrinterMod.java | 71 modify(p, ns); 88 public static void modify( method in class:DoPrinterMod 92 Debug.message("SVR: DoPrinterMod.modify()"); 334 DoPrinterNS.set("modify", p, ns); 404 // Build the modify command 609 DoPrinterNS.set("modify", p, ns); 698 DoPrinterNS.set("modify", p, ns); 710 // modify them. 795 DoPrinterNS.set("modify", p, ns);
|
/illumos-gate/usr/src/cmd/print/bsd-sysv-commands/ |
H A D | lp.c | 80 int modify = -1; local 140 case 'i': /* modify job */ 141 if ((get_printer_id(optarg, &printer, &modify) < 0) || 142 (modify < 0)) { 234 if (modify == -1) { 278 if (modify != -1) 279 status = papiJobModify(svc, printer, modify, list, &job);
|
/illumos-gate/usr/src/cmd/mailx/ |
H A D | quit.c | 65 int mcount, p, modify, autohold, anystat, holdbit, nohold, fd; local 125 modify = 0; 136 modify++; 150 if (p == msgCount && !modify && !anystat) {
|
/illumos-gate/usr/src/uts/common/inet/sctp/ |
H A D | sctp_init.c | 242 sctp_addr_params(sctp_t *sctp, int af, uchar_t *p, boolean_t modify) argument 252 if ((!modify && sctp->sctp_nsaddrs == 1) || sctp->sctp_loopback || 257 param_len = sctp_saddr_info(sctp, af, p, modify);
|
H A D | sctp_addr.c | 1642 * 'modify' will only be set when we want the source address list to 1644 * generating an INIT chunk. For generating an INIT-ACK 'modify' will 1648 sctp_saddr_info(sctp_t *sctp, int supp_af, uchar_t *p, boolean_t modify) argument 1666 if (modify && !sctp->sctp_loopback && (cl_sctp_check_addrs == NULL)) 1669 if (modify && !sctp->sctp_linklocal) 1699 (unsupp_af && modify)) {
|
/illumos-gate/usr/src/lib/libast/common/misc/ |
H A D | procopen.c | 153 modify(Proc_t* proc, int forked, int op, long arg1, long arg2) function 550 modify(proc, forked, PROC_sig_ign, SIGHUP, 0); 552 modify(proc, forked, PROC_sig_dfl, SIGTERM, 0); 554 modify(proc, forked, PROC_sig_ign, SIGTSTP, 0); 557 modify(proc, forked, PROC_sig_ign, SIGTTIN, 0); 560 modify(proc, forked, PROC_sig_ign, SIGTTOU, 0); 565 modify(proc, forked, PROC_sig_ign, SIGINT, 0); 567 modify(proc, forked, PROC_sig_ign, SIGQUIT, 0); 571 modify(proc, forked, PROC_sys_pgrp, -1, 0); 586 if (modify(pro [all...] |
/illumos-gate/usr/src/cmd/coreadm/ |
H A D | coreadm.c | 138 int modify; local 220 * If 'modify' is true, we must modify the system settings 223 modify = glob_pattern != NULL || glob_content != CC_CONTENT_INVALID || 227 if ((update || legacy_update) && (modify || proc_pattern != NULL || 233 if (modify && 240 if (modify && npids != 0) { 257 if (modify) 398 * modify the given configuration parameter. Perform the modification
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/routeadm/ |
H A D | routeadm.c | 365 * Structure used in modify operations to tie property name and multiple values 474 boolean_t modify = B_FALSE, report = B_TRUE, update = B_FALSE; local 518 modify = B_TRUE; 606 modify = B_TRUE; 615 modify = B_TRUE; 707 modify = B_TRUE; 737 modify = B_TRUE; 765 if (parseable && (update || modify)) { 775 if (report && !modify && !update) 2106 * contain the property. We never modify propertie [all...] |
/illumos-gate/usr/src/uts/common/io/mac/ |
H A D | mac.c | 37 * multi-threading scheme is to single thread all create/modify/delete or set 41 * Control operations (set) that modify a mac end point are always serialized on 48 * data. Mostly these type of operations don't modify the control state. Any 214 * R18. The driver may assume that all set/modify control operations via 4763 * to modify the mode etc. to. (We haven't 5849 * If we have a Tx SRS, we need to modify all the threads associated 7506 uint_t modify; local 7540 modify = group->mrg_cur_count - ringcnt; 7550 rings = kmem_alloc(modify * sizeof (mac_ring_handle_t), 7553 for (count = 0; count < modify; coun [all...] |