Home
last modified time | relevance | path

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

1234

/illumos-gate/usr/src/cmd/sf880drd/
H A Dsf880drd.c233 int side = 0; in fault_led_event() local
238 side = 1; in fault_led_event()
241 old = fault_leds[side]; in fault_led_event()
247 fault_leds[side] |= (1<<fdi); in fault_led_event()
257 old, side, fault_leds[side])); in fault_led_event()
259 if ((old == 0) != (fault_leds[side] == 0) && ok2rem_leds[side] == 0) { in fault_led_event()
274 int side = 0; in removable_led_event() local
279 side = 1; in removable_led_event()
282 old = ok2rem_leds[side]; in removable_led_event()
298 old, side, ok2rem_leds[side])); in removable_led_event()
[all …]
/illumos-gate/usr/src/cmd/filesync/
H A Drename.c92 int stype, dtype, btype, side; in find_renames() local
107 rp = find_oldname(fp, np, side); in find_renames()
142 side_t side) in find_oldname() argument
150 inum = new->f_info[side].f_ino; in find_oldname()
151 maj = new->f_info[side].f_d_maj; in find_oldname()
152 min = new->f_info[side].f_d_min; in find_oldname()
153 size = new->f_info[side].f_size; in find_oldname()
161 if (fp->f_info[side].f_type != 0) in find_oldname()
219 struct file *old, side_t side) in note_rename() argument
231 sidenames[side]); in note_rename()
[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
/illumos-gate/usr/src/tools/smatch/src/
H A Davl.c56 #define bal(side) ((side) == 0 ? -1 : 1) argument
264 int side; in remove_sm() local
271 shrunk = removeExtremum(&node->lr[side], 1 - side, &replacement); in remove_sm()
317 if (node->lr[side] == NULL) { in removeExtremum()
319 *p = node->lr[1 - side]; in removeExtremum()
323 if (!removeExtremum(&node->lr[side], side, ret)) in removeExtremum()
327 return sway(p, -bal(side)) == 0; in removeExtremum()
344 balance(p, side(sway)); in sway()
358 *child = node->lr[side]; in balance()
359 int opposite = 1 - side; in balance()
[all …]
/illumos-gate/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) + 1; in wc_count()
/illumos-gate/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
/illumos-gate/usr/src/tools/smatch/src/validation/
H A Dkill-pure-call.c1 int side(int a);
4 int keep(int a) { return side(a) && 0; } in keep()
/illumos-gate/usr/src/tools/smatch/src/smatch_data/
H A Dkernel.ignore_side_effects4 * Most of these have intentional side effects.
5 * Some of them like put_user() and friends, have side effects when __CHECKER__
/illumos-gate/usr/src/test/libc-tests/tests/regex/data/
H A Dbug16127.dat8 # side of the set.
10 # To exercise this, we construct sets which have one member of one side and
/illumos-gate/usr/src/lib/libsqlite/test/
H A Din.test58 # Testing of the IN operator using static lists on the right-hand side.
79 } {1 {right-hand side of IN operator must be constant}}
83 } {1 {right-hand side of IN operator must be constant}}
90 } {1 {right-hand side of IN operator must be constant}}
94 } {1 {right-hand side of IN operator must be constant}}
100 # Testing the IN operator where the right-hand side is a SELECT
/illumos-gate/usr/src/pkg/manifests/
H A Dlibrary-print-open-printing-lpd.p5m29 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" \
H A Dlibrary-print-open-printing-ipp.p5m30 value="Client side support for communicating with IPP based print servers"
172 desc="Client side support for communicating with IPP based print servers" \
/illumos-gate/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.
/illumos-gate/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)
/illumos-gate/usr/src/uts/sun4u/sys/pci/
H A Dpci_var.h51 #define PCI_OTHER_SIDE(side) ((side) ^ 1) argument
/illumos-gate/usr/src/lib/libsaveargs/tests/
H A DREADME8 Actually test the full chunk of the (libproc) side of the code, running
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dm_cc.c748 __m_cc_expand(w, y, x, side) in __m_cc_expand() argument
750 int y, x, side;
757 if (side < 0)
759 else if (0 < side)
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dtls.c1375 endtls(ssl, side) in endtls() argument
1377 char *side;
1391 side, r);
1392 tlslogerr(side);
1439 side);
1440 tlslogerr(side);
/illumos-gate/usr/src/uts/common/fs/smbclnt/netsmb/
H A DREADME7 It is a complete, kernel side implementation of SMB requester and filesystem.
/illumos-gate/usr/src/cmd/cmd-inet/etc/secret/
H A Dipseckeys.sample31 # IPsec Security Association Database (SADB). A side-effect of this is that
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dm_cc.c920 __m_cc_expand(WINDOW *w, int y, int x, int side) in __m_cc_expand() argument
927 if (side < 0) in __m_cc_expand()
929 else if (0 < side) in __m_cc_expand()
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/documentation/
H A Dosal.txt453 Called on PF side to allow upper-client to manipulate the configuration
463 Called on PF side to allow upper-client to to execute required operations
467 Called on PF side to indicate MFW signaled some of the PF's
473 Called on PF side to indicate that VF has been cleaned, to allow
492 Called on PF side while processing a VF acquisition message, to allow
502 Called on PF side - should return a VFPF_ACQUIRE_OS_* value matching
508 Called on PF side to indicate the VF to PF TLV Request type send by VF in
514 Called on PF side to indicate the PF to VF Response type after the processing
520 Called on PF side to validate and modify VF's requested tunnel mode,
/illumos-gate/usr/src/grub/grub-0.97/
H A Ddepcomp40 as side-effects.
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/lw2plus/frutree/
H A Dpiclfrutree.info67 PROP ViewPoints string r 0 "front rear side"

1234