Searched refs:change (Results 76 - 100 of 134) sorted by relevance

123456

/freebsd-10.0-release/usr.sbin/ppp/
H A Dtty.c121 int ombits, change; local
164 change = ombits ^ dev->mbits;
165 if (change & TIOCM_CD) {
/freebsd-10.0-release/sys/mips/cavium/usb/
H A Doctusb.c1441 uint16_t change; local
1643 status = change = 0;
1665 change |= UPS_C_CONNECT_STATUS;
1667 change |= UPS_C_PORT_RESET;
1670 USETW(sc->sc_hub_desc.ps.wPortChange, change);
/freebsd-10.0-release/contrib/subversion/subversion/libsvn_wc/
H A Dwc-metadata.sql123 NODES row. ("Is known" because a text change on disk may not yet
140 /* serialized skel of this node's properties. NULL implies no change to
244 the WC root at which a tree-change operation (delete, add?, copy, move)
246 'local_relpath', but rather to the depth of the nearest tree change that
392 change existing move information. */
450 and EOL style. This value is used in the change detection heuristic
940 * bumped because it is a forward- and backward-compatible change.
H A Dprops.c271 const svn_prop_t *change = &APR_ARRAY_IDX(propchanges, i, svn_prop_t);
273 if (!svn_wc_is_normal_prop(change->name))
277 change->name,
470 /* Attempting to change the property from INCOMING_BASE to INCOMING. */
473 from the INCOMING_BASE; otherwise, the incoming change would have
483 _("Trying to change property '%s'\n"
485 "with the incoming change.\n"),
491 _("Trying to change property '%s'\n"
498 _("Trying to change property '%s'\nbut "
504 _("Trying to change propert
269 const svn_prop_t *change = &APR_ARRAY_IDX(propchanges, i, svn_prop_t); local
[all...]
/freebsd-10.0-release/contrib/subversion/subversion/libsvn_fs_base/
H A Dtree.c31 committed revisions; as soon as you try to change something, the
436 /* If it's not a transaction root, we can't change its contents. */
458 also needs to change the parent directory. */
951 /* Add a change to the changes table in FS, keyed on transaction id
952 TXN_ID, and indicated that a change of kind CHANGE_KIND occurred on
967 change_t change;
968 change.path = svn_fs__canonicalize_abspath(path, pool);
969 change.noderev_id = noderev_id;
970 change.kind = change_kind;
971 change
961 change_t change; local
2515 svn_fs_path_change2_t *change; local
[all...]
/freebsd-10.0-release/sys/ufs/ufs/
H A Dufs_vnops.c579 * If immutable or append, no one can change any of its attributes
830 ufs2_daddr_t change; local
844 * To change the owner of a file, or change the group of a file to a
865 change = DIP(ip, i_blocks);
866 (void) chkdq(ip, -change, cred, CHOWN);
887 if ((error = chkdq(ip, change, cred, CHOWN)) == 0) {
891 (void) chkdq(ip, -change, cred, CHOWN|FORCE);
911 (void) chkdq(ip, change, cred, FORCE|CHOWN);
1286 * not call us in that case. However, things could change afte
[all...]
/freebsd-10.0-release/bin/sh/
H A Djobs.c393 * Print a list of jobs. If "change" is nonzero, only print jobs whose
402 showjobs(int change, int mode) argument
407 TRACE(("showjobs(%d) called\n", change));
416 if (change && ! jp->changed)
/freebsd-10.0-release/crypto/heimdal/kpasswd/
H A Dkpasswdd.c234 change (krb5_auth_context auth_context, function
634 change (auth_context,
/freebsd-10.0-release/gnu/usr.bin/send-pr/
H A Dsend-pr.sh258 CLASS_C='<[ sw-bug | doc-bug | change-request | update | maintainer-update ] (one line)>'
322 SEND-PR: the one on the file(s) you want to change.
474 ""|sw-bug|doc-bug|change-request|update|maintainer-update) CNT=`expr $CNT + 1` ;;
/freebsd-10.0-release/contrib/subversion/subversion/svnserve/
H A Dserve.c1201 "set in 'change-rev-prop2' request");
2118 svn_log_changed_path2_t *change = svn__apr_hash_index_val(h);
2120 action[0] = change->action;
2126 change->copyfrom_path,
2127 change->copyfrom_rev,
2128 svn_node_kind_to_word(change->node_kind),
2130 change->text_modified == svn_tristate_true,
2131 change->props_modified == svn_tristate_true));
3140 { "change-rev-prop", change_rev_prop },
3141 { "change
2117 svn_log_changed_path2_t *change = svn__apr_hash_index_val(h); local
[all...]
/freebsd-10.0-release/contrib/subversion/subversion/libsvn_client/
H A Dmergeinfo.c1290 /* Ignore r0 because there can be no "change 0" in a merge range. */
1337 svn_log_changed_path2_t *change = svn__apr_hash_index_val(hi);
1362 && (change->action != 'M'))
1397 && (change->action != 'M'))
1335 svn_log_changed_path2_t *change = svn__apr_hash_index_val(hi); local
/freebsd-10.0-release/crypto/openssl/util/
H A Dmkerr.pl64 Default: only update files for libraries which saw change
/freebsd-10.0-release/sys/boot/pc98/boot0.5/
H A Dselector.s425 movw $0, curdevice # trydefault may change the curdevice.
/freebsd-10.0-release/sys/dev/isp/
H A DDriverManual.txt162 Fabric Name server has sent a change notification, or even that a specific
178 an HBA driver point of view, very little needs to change that would
567 device can change while you're using it. But one of the properties of
569 (the AL_PA) can change depending on when and how things are inserted in
600 Clearly, you don't want disk3 and disk4's "Target ID" to change while you're
/freebsd-10.0-release/crypto/openssh/
H A Dsftp.c1398 error("Can't change directory: Can't check target");
1404 error("Can't change directory: \"%s\" is not "
1436 error("Couldn't change local directory to "
/freebsd-10.0-release/gnu/usr.bin/rcs/
H A Drcstest326 echo change >>a.c &&
/freebsd-10.0-release/sys/conf/
H A Dkern.post.mk64 # The WRKDIR needs to be cleaned before building, and trying to change the target
/freebsd-10.0-release/sys/kern/
H A Dsched_4bsd.c258 SDT_PROBE_DEFINE3(sched, , , change_pri, change-pri, "struct thread *",
266 SDT_PROBE_DEFINE2(sched, , , load_change, load-change, "int", "int");
638 /* Only change threads with a time sharing user priority. */
836 KTR_POINT3(KTR_SCHED, "thread", sched_tdname(td), "priority change",
1061 * so if you change things here you may need to change
/freebsd-10.0-release/contrib/binutils/binutils/
H A DMakefile.am398 $(SHELL) $(srcdir)/../move-if-change tmp-Makefile Makefile
403 $(SHELL) $(srcdir)/../move-if-change tmp-Makefile.in $(srcdir)/Makefile.in
408 $(SHELL) $(srcdir)/../move-if-change tmp-Makefile.am $(srcdir)/Makefile.am
/freebsd-10.0-release/contrib/subversion/
H A Dbuild.conf1111 [atomic-ra-revprop-change]
1114 sources = atomic-ra-revprop-change.c
1233 entries-dump atomic-ra-revprop-change wc-lock-tester wc-incomplete-tester
/freebsd-10.0-release/contrib/lukemftpd/src/
H A Dftpd.c860 reply(530, "Can't change user from guest login.");
863 reply(530, "Can't change user from chroot user.");
867 reply(530, "Can't change user.");
926 "Can't change guest user to chroot class; remove entry in %s",
1530 reply(550, "Can't change root.");
1555 "User %s: can't change directory to %s.",
1928 /* Return the real value of errno (close may change it) */
3637 time_t change, expire, now; local
3639 change = expire = 0;
3646 change
[all...]
/freebsd-10.0-release/sys/ofed/drivers/net/mlx4/
H A Dmain.c771 int change = 0; local
778 change = 1;
780 if (change) {
/freebsd-10.0-release/contrib/gcc/
H A Dtree-ssa-loop-ivopts.c289 /* Next change in the list. */
2776 /* If the precision of both types is the same, it suffices to change the type
4692 /* Creates change of expressing USE by NEW_CP instead of OLD_CP and chains
4699 struct iv_ca_delta *change = XNEW (struct iv_ca_delta); local
4701 change->use = use;
4702 change->old_cp = old_cp;
4703 change->new_cp = new_cp;
4704 change->next_change = next_change;
4706 return change;
/freebsd-10.0-release/contrib/ldns/
H A Dlibdns.vim4 " Last change: 2011-09-15
/freebsd-10.0-release/share/examples/drivers/
H A Dmake_device_driver.sh668 * This will probably change with SMPng. INTR_TYPE_FAST may be

Completed in 245 milliseconds

123456