| /onnv/onnv-gate/usr/src/lib/libadutils/common/ |
| addisc.h | 60 int direction; member in struct:ad_disc_trusted_domains
|
| /onnv/onnv-gate/usr/src/uts/common/ipp/ipgpc/ |
| classifier.h | 73 uint32_t direction; /* packet direction */ member in struct:ipgpc_packet_s
|
| classifier-objects.h | 109 * packet direction 113 uint32_t direction; member in struct:ipgpc_filter_s
|
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/ui/ |
| 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/cmd/ipf/tools/ |
| ipmon_y.y | 61 %type <opt> direction dstip dstport every execute group interface 96 direction { $$ = $1; } 124 direction: label 248 { "direction", IPM_DIRECTION },
|
| /onnv/onnv-gate/usr/src/uts/common/gssapi/mechs/krb5/mech/ |
| k5unseal.c | 88 int direction; local 197 if ((code = kg_get_seq_num(context, ctx->seq, ptr+14, ptr+6, &direction, 619 if ((ctx->initiate && direction != 0xff) || 620 (!ctx->initiate && direction != 0)) { 633 "direction = %d\n", ctx->initiate, direction);
|
| /onnv/onnv-gate/usr/src/uts/common/io/usb/hcd/uhci/ |
| uhcipolled.c | 799 uint_t direction; local 823 direction = (UHCI_XFER_DIR(eptd) == USB_EP_DIR_OUT) ? PID_OUT : PID_IN; 828 SetTD_PID(uhcip, td, direction);
|
| uhci.c | 1429 ushort_t direction; local [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/lib/libuutil/common/ |
| uu_avl.c | 313 int direction = (flags & UU_WALK_REVERSE)? -1 : 1; local 318 wp->uaw_dir = direction; 320 if (direction > 0)
|
| uu_list.c | 402 int direction = (flags & UU_WALK_REVERSE)? -1 : 1; local 407 wp->ulw_dir = direction; 408 if (direction > 0)
|
| /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/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)
|
| snoop_pf.c | 242 enum direction { ANY, TO, FROM }; enum 243 enum direction dir; 602 enum direction which; 860 enum direction which; 902 enum direction which; 953 pf_match_zone(enum direction which, uint32_t zoneid) [all...] |
| /onnv/onnv-gate/usr/src/lib/libidmap/common/ |
| namemaps.c | 74 int direction; member in struct:idmap_nm_handle 356 int direction) 414 } else if (direction == IDMAP_DIRECTION_W2U) { 422 p->direction = direction; 425 direction != IDMAP_DIRECTION_U2W) { 432 if (p->nldap_winname_attr != NULL && direction != IDMAP_DIRECTION_W2U) { 858 int is_user, int is_wuser, int direction) 865 if (direction == IDMAP_DIRECTION_W2U) { 886 if (direction == IDMAP_DIRECTION_U2W) [all...] |
| 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/uts/common/idmap/ |
| idmap_kapi.c | 472 results.ids.ids_val[0].direction); 549 results.ids.ids_val[0].direction); 635 results.ids.ids_val[0].direction); 719 results.ids.ids_val[0].direction); 802 results.ids.ids_val[0].direction); 1200 int direction; local 1253 direction = rpc_res.ids.ids_val[i].direction; 1270 direction); 1276 direction); [all...] |
| /onnv/onnv-gate/usr/src/cmd/fs.d/autofs/ |
| auto_subr.c | 809 register int direction; local 812 direction = strcmp(name, p->name); 813 if (direction == 0) 815 if (direction > 0) 830 register int direction; local 840 direction = strcmp(ent->name, p->name); 841 if (direction == 0) { 847 if (direction > 0) 852 if (direction > 0)
|
| /onnv/onnv-gate/usr/src/uts/common/io/usb/usba/ |
| usbai_req.c | 118 uchar_t direction = ph_data->p_ep.bEndpointAddress & local 257 if (direction == USB_EP_DIR_OUT) { 264 if (direction == USB_EP_DIR_IN) { 283 if (direction == USB_EP_DIR_IN) { 299 if (direction == USB_EP_DIR_OUT) { 733 uint_t direction = ph_data->p_ep.bEndpointAddress & local 764 if ((direction == USB_EP_DIR_IN) && 768 } else if ((direction == USB_EP_DIR_OUT) && 775 (direction == USB_EP_DIR_OUT)) { 1813 uchar_t direction; local 2369 uchar_t direction; local [all...] |
| /onnv/onnv-gate/usr/src/cmd/idmap/idmapd/ |
| idmapd.h | 164 int direction; member in struct:wksids_table
|
| /onnv/onnv-gate/usr/src/uts/common/fs/zfs/ |
| zap_micro.c | 719 int direction = AVL_BEFORE; local 726 for (other = avl_walk(&zap->zap_m.zap_avl, mze, direction); 728 other = avl_walk(&zap->zap_m.zap_avl, other, direction)) { 742 if (direction == AVL_BEFORE) { 743 direction = AVL_AFTER; [all...] |
| /onnv/onnv-gate/usr/src/uts/common/io/ib/adapters/tavor/ |
| tavor_cmd.c | 2545 uint_t direction, opmod; local [all...] |
| /onnv/onnv-gate/usr/src/uts/common/io/chxge/ |
| ch.c | 894 uint_t direction; local 908 direction = (flags&DMA_OUT)?DDI_DMA_WRITE:DDI_DMA_READ; 972 direction|mapping, [all...] |
| /onnv/onnv-gate/usr/src/cmd/pg/ |
| pg.c | 1245 int direction; local 1262 direction = -1; 1266 direction = 1; 1271 while (find(1, direction) != END_COND) { 1275 if ((n -= direction) == 0) { [all...] |
| /onnv/onnv-gate/usr/src/uts/common/io/usb/clients/hid/ |
| hid.c | 1074 int direction; local 1164 direction = *(int *)mp->b_cont->b_rptr; 1166 if ((direction != 0) && (direction != 1)) { 1173 if (direction == 0) { [all...] |