HomeSort by relevance Sort by last modified time
    Searched refs:direction (Results 1 - 25 of 129) sorted by null

1 2 3 4 5 6

  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/ui/
WizardStep.java 62 * Use the direction to determine which direction user is traversing to
64 * @param direction either <code>FORWARD</code> or <code>BACKWARD</code> to
65 * indicate direction of traversal.
67 public void setActive(int direction);
70 * Use the direction to determine which direction user is traversing to
74 * @param direction either <code>FORWARD</code> or <code>BACKWARD</code> to
75 * indicate direction of traversal.
79 public boolean setInactive(int direction);
    [all...]
ProportionalLayout.java 48 private int direction; field in class:ProportionalLayout
60 * Construct a proportional layout in the direction specified.
61 * @param direction Must be either HORIZONTAL or VERTICAL
63 public ProportionalLayout(int direction) {
64 this.direction = direction;
96 if (direction == HORIZONTAL) {
130 if (direction == HORIZONTAL) {
  /onnv/onnv-gate/usr/src/uts/common/gssapi/mechs/krb5/mech/
util_seqnum.c 34 kg_make_seq_num(context, key, direction, seqnum, cksum, buf)
37 int direction;
44 plain[4] = direction;
45 plain[5] = direction;
46 plain[6] = direction;
47 plain[7] = direction;
69 krb5_error_code kg_get_seq_num(context, key, cksum, buf, direction, seqnum)
74 int *direction;
96 *direction = plain[4];
  /onnv/onnv-gate/usr/src/cmd/bnu/
statlog.c 43 statlog( direction, bytes, millisecs, breakmsg)
44 char *direction;
65 direction, bytes, millisecs/1000, millisecs%1000,
  /onnv/onnv-gate/usr/src/lib/libidmap/common/
idmap_cache.h 86 int direction);
90 int direction);
94 int is_user, int direction);
98 uid_t uid, int direction);
102 gid_t gid, int direction);
idmap_api.c 374 boolean_t *is_nt4, int *direction)
389 if (direction)
390 *direction = IDMAP_DIRECTION_UNDEF;
397 boolean_t *is_nt4, int *direction)
424 if (direction)
425 *direction = rule->direction;
439 unixname, is_user, is_wuser, is_nt4, direction);
481 boolean_t *is_nt4, int *direction)
484 unixname, is_user, is_wuser, is_nt4, direction);
1570 int direction; local
2399 int direction; local
2438 int direction; local
2478 int direction; local
    [all...]
  /onnv/onnv-gate/usr/src/common/lvm/
md_convert.c 53 * and a direction. The directions specifies which memory area is the
205 stripe_convert(caddr_t small, caddr_t big, int direction)
218 if (direction == BIG_2_SMALL) {
251 if (direction == SMALL_2_BIG) {
301 mirror_convert(caddr_t small, caddr_t big, int direction)
310 if (direction == BIG_2_SMALL) {
339 if (direction == SMALL_2_BIG) {
389 raid_convert(caddr_t small, caddr_t big, int direction)
400 if (direction == BIG_2_SMALL) {
412 if (direction == SMALL_2_BIG)
    [all...]
  /onnv/onnv-gate/usr/src/uts/sun4u/sys/i2c/clients/
i2c_client.h 72 * ARGS for i2c_bit_t direction
89 uint8_t direction; member in struct:i2c_port
96 uint8_t direction; member in struct:i2c_bit
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/ipqosconf/
ipgpc.types 34 filter direction enum { LOCAL_IN=0x01, LOCAL_OUT=0x02, FWD_IN=0x04, FWD_OUT=0x08 }
  /onnv/onnv-gate/usr/src/uts/common/sys/
avl.h 123 * Direction constants used for avl_nearest().
175 * Insert "new_data" in "tree" in the given "direction" either after
183 * direction - either AVL_AFTER or AVL_BEFORE the data "here".
186 int direction);
215 * direction - either AVL_BEFORE or AVL_AFTER
231 extern void *avl_nearest(avl_tree_t *tree, avl_index_t where, int direction);
255 * avl_update_gt() only if you know the direction in which the order of the
  /onnv/onnv-gate/usr/src/uts/common/idmap/
kidmap_priv.h 132 uint32_t rid, uid_t uid, int direction);
136 uint32_t rid, gid_t gid, int direction);
140 uint32_t rid, uid_t pid, int is_user, int direction);
  /onnv/onnv-gate/usr/src/uts/sun4u/starcat/sys/
mboxsc.h 86 extern int mboxsc_init(uint32_t key, int direction, void
  /onnv/onnv-gate/usr/src/cmd/idmap/idmapd/
wksids.c 264 if (wksids[i].direction == IDMAP_DIRECTION_U2W)
325 if (wksids[i].direction == IDMAP_DIRECTION_U2W)
350 (wksids[i].direction == IDMAP_DIRECTION_BI ||
351 wksids[i].direction == IDMAP_DIRECTION_U2W)) {
dbutils.c 646 switch (rule->direction) {
763 int direction, int is_diagonal, int *w2u_order, int *u2w_order)
788 if (direction != IDMAP_DIRECTION_U2W) {
842 if (direction != IDMAP_DIRECTION_W2U) {
887 rule->unixname, rule->direction,
969 if (rule->direction < 0 && EMPTY_STRING(rule->windomain) &&
1157 boolean_t is_wuser, boolean_t is_nt4, int direction)
1196 rule->direction = direction;
1205 * fixed ephemeral ids). The direction flag indicates whether we hav
2825 int direction; local
4143 int direction; local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
snoop_rpc.c 71 int direction; local
96 direction = getxdr_long();
98 if (direction == CALL) {
114 switch (direction) {
223 direction,
224 direction == CALL ? "Call":"Reply");
226 switch (direction) {
378 print_verif(int direction)
394 if (direction == CALL)
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/client/
DSWizard.java 305 public void setActive(int direction) {
313 public boolean setInactive(int direction) {
369 public void setActive(int direction) {
370 if (direction > 0) {
388 public boolean setInactive(int direction) {
ConfigWizard.java 405 public void setActive(int direction) {
409 public boolean setInactive(int direction) {
415 if (direction == FORWARD) {
499 public void setActive(int direction) {
520 public boolean setInactive(int direction) {
598 public void setActive(int direction) {
616 public boolean setInactive(int direction) {
617 if (direction == FORWARD) {
810 public void setActive(int direction) {
870 public boolean setInactive(int direction) {
    [all...]
  /onnv/onnv-gate/usr/src/uts/intel/io/dktp/controller/ata/
ata_dma.c 224 uchar_t direction)
231 ASSERT((direction == PCIIDE_BMICX_RWCON_WRITE_TO_MEMORY) ||
232 (direction == PCIIDE_BMICX_RWCON_READ_FROM_MEMORY));
235 * Set the direction control and start the PCIIDE DMA controller
240 (tmp | direction));
243 (tmp | PCIIDE_BMICX_SSBM_E | direction));
  /onnv/onnv-gate/usr/src/cmd/fmli/qued/
scrollbuf.c 135 * SHIFTBUF will shift the scroll buffer in the specified direction
138 shiftbuf(direction)
139 int direction;
149 switch(direction) {
  /onnv/onnv-gate/usr/src/uts/sun/io/dada/conf/
dcd_confsubr.c 277 uchar_t direction,
286 cdbp->direction = direction;
  /onnv/onnv-gate/usr/src/cmd/idmap/idmap/
idmap.c 128 int direction; member in struct:__anon2
222 int direction; member in struct:__anon5
646 namemaps.direction = IDMAP_DIRECTION_UNDEF;
657 int direction, cmd_pos_t *pos)
670 direction != namemaps.direction)) {
676 passwd, auth, windomain, direction);
696 namemaps.direction = direction;
715 /* Convert numeric expression of the direction to it's string form *
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/rpcsvc/
idmap_prot.x 89 int direction;
129 int direction;
165 * Mapping direction definitions
176 int direction;
  /onnv/onnv-gate/usr/src/cmd/filebench/common/
fb_avl.h 237 * Direction constants used for avl_nearest().
289 * Insert "new_data" in "tree" in the given "direction" either after
297 * direction - either AVL_AFTER or AVL_BEFORE the data "here".
300 int direction);
329 * direction - either AVL_BEFORE or AVL_AFTER
345 extern void *avl_nearest(avl_tree_t *tree, avl_index_t where, int direction);
369 * avl_update_gt() only if you know the direction in which the order of the
  /onnv/onnv-gate/usr/src/uts/sun/sys/dada/impl/
commands.h 43 uchar_t direction; /* Not SCSI to be indicated */ member in struct:dcd_cmd
90 /* The following are the defines for the direction. */
  /onnv/onnv-gate/usr/src/uts/common/ipp/ipgpc/
classifier.h 73 uint32_t direction; /* packet direction */ member in struct:ipgpc_packet_s

Completed in 1560 milliseconds

1 2 3 4 5 6