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()
243 assert(fdi <= sizeof (fault_leds[side]) * BITSPERBYTE); in fault_led_event()
247 fault_leds[side] |= (1<<fdi); in fault_led_event()
251 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()
265 set_front_panel_led(side ? LEFT_DOOR_ATTEN_LED : in fault_led_event()
267 fault_leds[side] ? LED_ON : LED_OFF); in fault_led_event()
[all …]
/illumos-gate/usr/src/cmd/filesync/
H A Drename.c92 int stype, dtype, btype, side; in find_renames() local
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()
142 side_t side) in find_oldname() argument
147 side_t otherside = (side == OPT_SRC) ? OPT_DST : OPT_SRC; in find_oldname()
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()
[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.c36 static bool removeExtremum(AvlNode **p, int side, AvlNode **ret);
39 static void balance(AvlNode **p, int side);
56 #define bal(side) ((side) == 0 ? -1 : 1) argument
57 #define side(bal) ((bal) == 1 ? 1 : 0) macro
235 if (!insert_sm(avl, &node->lr[side(cmp)], sm)) in insert_sm()
264 int side; in remove_sm() local
269 side = node->balance <= 0 ? 0 : 1; in remove_sm()
271 shrunk = removeExtremum(&node->lr[side], 1 - side, &replacement); in remove_sm()
281 replacement->balance -= bal(side); in remove_sm()
295 if (!remove_sm(avl, &node->lr[side(cmp)], sm, ret)) in remove_sm()
[all …]
/illumos-gate/usr/src/test/os-tests/tests/
H A Dfifo-tvnsec.c73 check_times(const struct stat *st, check_time_t chk, const char *side, in check_times() argument
80 curtype, side, desc); in check_times()
86 curtype, side, desc); in check_times()
92 curtype, side, desc); in check_times()
98 curtype, side, desc); in check_times()
104 curtype, side, desc); in check_times()
110 curtype, side, desc); in check_times()
/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/uts/sun4u/sys/pci/
H A Dpci_var.h51 #define PCI_OTHER_SIDE(side) ((side) ^ 1) argument
/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/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/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/uts/common/fs/smbclnt/netsmb/
H A DREADME7 It is a complete, kernel side implementation of SMB requester and filesystem.
/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/lib/libsasl/
H A DREADME32 to and from other code bases. One unfortunate side effect is that this

1234