Home
last modified time | relevance | path

Searched refs:side (Results 1 – 25 of 91) sorted by relevance

1234

/titanic_51/usr/src/cmd/filesync/
H A Drename.c84 * for files that have been newly created on one side,
86 * file that has been newly deleted on the same side.
92 int stype, dtype, btype, side; in find_renames() local
104 /* a rename must be a file that is new on only one side */ in find_renames()
106 side = stype ? OPT_SRC : OPT_DST; in find_renames()
107 rp = find_oldname(fp, np, side); in find_renames()
109 errs |= note_rename(fp, np, rp, side); in find_renames()
131 * which side the rename is believed to have happened on
142 side_t side) in find_oldname() argument
147 side_t otherside = (side in find_oldname()
219 note_rename(struct file * dirp,struct file * new,struct file * old,side_t side) note_rename() argument
[all...]
H A DREADME77 be done (one side has changed relative to the snapshot,
82 or to force one particular side to win in case of a conflict.
127 on the source side, as we just examined it
128 on the destination side, as we just examined it
232 changing ownership in order to make one side agree
/titanic_51/usr/src/cmd/sf880drd/
H A Dsf880drd.c235 int side = 0; in fault_led_event() local
239 /* It's a PCI slot; left side of chassis */ in fault_led_event()
240 side = 1; in fault_led_event()
243 old = fault_leds[side]; in fault_led_event()
245 assert(fdi <= sizeof (fault_leds[side]) * BITSPERBYTE); in fault_led_event()
249 fault_leds[side] |= (1<<fdi); in fault_led_event()
253 fault_leds[side] &= ~(1<<fdi); in fault_led_event()
259 old, side, fault_leds[side])); in fault_led_event()
261 if ((old == 0) != (fault_leds[side] in fault_led_event()
276 int side = 0; removable_led_event() local
[all...]
/titanic_51/usr/src/contrib/ast/src/lib/libcmd/
H A Dwclib.c183 unsigned char side[32]; in wc_count() local
195 if ((o = endbuff-cp) < sizeof(side)) in wc_count()
200 memcpy(side, cp, o); in wc_count()
205 cp = side + o; in wc_count()
213 if ((c = sizeof(side) - o) > n) in wc_count()
218 cp = side; in wc_count()
220 if ((cp-side) < o) in wc_count()
223 nchars += (cp-side) - 1; in wc_count()
226 cp = buff + (cp-side) - o; in wc_count()
351 start = (endbuff = side) in wc_count()
[all...]
/titanic_51/usr/src/lib/libcmd/common/
H A Dwclib.c180 unsigned char side[32]; in wc_count() local
192 if ((o = endbuff-cp) < sizeof(side)) in wc_count()
197 memcpy(side, cp, o); in wc_count()
202 cp = side + o; in wc_count()
210 if ((c = sizeof(side) - o) > n) in wc_count()
215 cp = side; in wc_count()
217 if ((cp-side) < o) in wc_count()
220 nchars += (cp-side) - 1; in wc_count()
223 cp = buff + (cp-side) - o; in wc_count()
346 start = (endbuff = side) + 1; in wc_count()
/titanic_51/usr/src/cmd/lp/filter/postscript/font/devpost/charlib/
H A Dbx25 size 2 div /side exch def
29 0 side rlineto
30 side 0 rlineto
31 0 side neg rlineto
H A Dsq25 size 2 div /side exch def
29 0 side rlineto
30 side 0 rlineto
31 0 side neg rlineto
/titanic_51/usr/src/lib/libsqlite/test/
H A Din.test60 # Testing of the IN operator using static lists on the right-hand side.
81 } {1 {right-hand side of IN operator must be constant}}
85 } {1 {right-hand side of IN operator must be constant}}
92 } {1 {right-hand side of IN operator must be constant}}
96 } {1 {right-hand side of IN operator must be constant}}
102 # Testing the IN operator where the right-hand side is a SELECT
/titanic_51/usr/src/pkg/manifests/
H A Dlibrary-print-open-printing-lpd.mf28 value="Client side support for communicating with RFC-1179 based print servers"
40 desc="Client side support for communicating with RFC-1179 based print servers" \
/titanic_51/usr/src/cmd/mandoc/
H A Dpredefs.in21 * side corresponds to the input sequence (\*x, \*(xx and so on). The
22 * right-hand side is what's produced by libroff.
H A Dst.in20 * standard, make sure that the left-and side corresponds to the .St
21 * argument (like .St -p1003.1) and the right-hand side corresponds to
/titanic_51/usr/src/uts/sun4u/sys/pci/
H A Dpci_var.h51 #define PCI_OTHER_SIDE(side) ((side) ^ 1) argument
/titanic_51/usr/src/cmd/sendmail/lib/
H A Daliases29 # Aliases can have any mix of upper and lower case on the left-hand side,
30 # but the right-hand side should be proper case (usually lower)
/titanic_51/usr/src/lib/libsaveargs/tests/
H A DREADME8 Actually test the full chunk of the (libproc) side of the code, running
/titanic_51/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dm_cc.c750 __m_cc_expand(w, y, x, side) in __m_cc_expand() argument
752 int y, x, side;
759 if (side < 0)
761 else if (0 < side)
/titanic_51/usr/src/cmd/sendmail/src/
H A Dtls.c395 ** srv -- server side?
468 ** srv -- server side?
491 ** srv -- server side?
1151 ** host -- hostname of other side
1355 ** side -- server/client (for logging).
1362 endtls(ssl, side) in endtls() argument
1364 char *side;
1378 side, r);
1379 tlslogerr(side);
1392 ** The side sendin
[all...]
/titanic_51/usr/src/boot/sys/boot/fdt/dts/arm/
H A Dsocfpga-sockit-beri.dts104 interrupts = < 82 >; /* not in use on arm side */
120 interrupts = < 83 >; /* not in use on arm side */
/titanic_51/usr/src/uts/common/fs/smbclnt/netsmb/
H A DREADME7 It is a complete, kernel side implementation of SMB requester and filesystem.
/titanic_51/usr/src/cmd/cmd-inet/etc/secret/
H A Dipseckeys.sample33 # IPsec Security Association Database (SADB). A side-effect of this is that
/titanic_51/usr/src/cmd/picl/plugins/sun4u/blade/frutree/
H A Dpiclfrutree.info67 PROP ViewPoints string r 0 "front rear side"
/titanic_51/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/
H A Dhelp-l10n-comments.txt43 where the left side identifies the Tag of the Article to which
44 this string belongs and the right side describes which part of
158 catenation on the right-hand side of the assignment.
/titanic_51/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dm_cc.c922 __m_cc_expand(WINDOW *w, int y, int x, int side) in __m_cc_expand() argument
929 if (side < 0) in __m_cc_expand()
931 else if (0 < side) in __m_cc_expand()
/titanic_51/usr/src/grub/grub-0.97/
H A Ddepcomp2 # depcomp - compile a program generating dependencies as side-effects
40 as side-effects.
280 # The Tru64 compiler uses -MD to generate dependencies as a side
331 # This comment above is used by automake to tell side-effect
/titanic_51/usr/src/cmd/picl/plugins/sun4u/lw2plus/frutree/
H A Dpiclfrutree.info67 PROP ViewPoints string r 0 "front rear side"
/titanic_51/usr/src/lib/libsasl/
H A DREADME32 to and from other code bases. One unfortunate side effect is that this

1234