| /illumos-gate/usr/src/uts/common/io/warlock/ |
| H A D | ddi_dki_impl.c | 142 pm_set_power(dev_info_t *dip, int comp, int level, int direction, argument
|
| /illumos-gate/usr/src/uts/common/ipp/ipgpc/ |
| H A D | classifier.h | 73 uint32_t direction; /* packet direction */ member in struct:ipgpc_packet_s
|
| /illumos-gate/usr/src/uts/sun/io/dada/conf/ |
| H A D | dcd_confsubr.c | 277 uchar_t direction, 286 cdbp->direction = direction; 271 makecommand(struct dcd_pkt *pkt, int flags, uchar_t command, uint32_t block, uchar_t address_mode, uint32_t size, uchar_t direction, uchar_t features) argument
|
| /illumos-gate/usr/src/lib/libadutils/common/ |
| H A D | addisc.h | 63 int direction; member in struct:ad_disc_trusted_domains
|
| /illumos-gate/usr/src/common/lvm/ |
| H A D | 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) argument 218 if (direction == BIG_2_SMALL) { 251 if (direction == SMALL_2_BIG) { 301 mirror_convert(caddr_t small, caddr_t big, int direction) argument 310 if (direction == BIG_2_SMALL) { 339 if (direction == SMALL_2_BIG) { 389 raid_convert(caddr_t small, caddr_t big, int direction) argument 400 if (direction == BIG_2_SMALL) { 412 if (direction 445 softpart_convert(caddr_t small, caddr_t big, int direction) argument 487 trans_master_convert(caddr_t smallp, caddr_t bigp, int direction) argument 572 trans_log_convert(caddr_t smallp, caddr_t bigp, int direction) argument 653 hs_convert(caddr_t small, caddr_t big, int direction) argument [all...] |
| /illumos-gate/usr/src/cmd/ipf/tools/ |
| H A D | ipmon_y.y | 61 %type <opt> direction dstip dstport every execute group interface 96 direction { $$ = $1; } 124 direction: label 248 { "direction", IPM_DIRECTION },
|
| /illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/mech/ |
| H A D | k5seal.c | 60 int direction, 293 if ((code = kg_make_seq_num(context, seq, direction?0:0xff, seqnum32, 56 make_seal_token_v1(krb5_context context, krb5_keyblock *enc, krb5_keyblock *seq, gssint_uint64 *seqnum, int direction, gss_buffer_t text, gss_buffer_t token, int signalg, size_t cksum_size, int sealalg, int encrypt, int toktype, int bigend, gss_OID oid) argument
|
| H A D | k5unseal.c | 85 int direction; local 194 if ((code = kg_get_seq_num(context, ctx->seq, ptr+14, ptr+6, &direction, 616 if ((ctx->initiate && direction != 0xff) || 617 (!ctx->initiate && direction != 0)) { 630 "direction = %d\n", ctx->initiate, direction);
|
| /illumos-gate/usr/src/uts/sun4u/sys/i2c/clients/ |
| H A D | 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
|
| /illumos-gate/usr/src/uts/intel/io/dktp/controller/ata/ |
| H A D | 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)); 222 ata_pciide_dma_start( ata_ctl_t *ata_ctlp, uchar_t direction) argument
|
| /illumos-gate/usr/src/lib/lvm/libmeta/common/ |
| H A D | meta_mn_changelog.c | 101 * The argument "direction" controls the direction to copy the 118 mdmn_changelog_record_od_t *odp, int direction) 121 assert((direction == MD_MN_COPY_TO_ONDISK) || 122 (direction == MD_MN_COPY_TO_INCORE)); 124 if (direction == MD_MN_COPY_TO_ONDISK) { 131 copy_msg_2(&incp->lr_msg, &odp->lr_od_msg, direction); 139 copy_msg_2(&incp->lr_msg, &odp->lr_od_msg, direction); 117 copy_changelog(mdmn_changelog_record_t *incp, mdmn_changelog_record_od_t *odp, int direction) argument
|
| H A D | meta_mn_comm.c | 464 copy_msg_2(md_mn_msg_t *msg, md_mn_msg_od_t *msgod, int direction) argument 466 assert((direction == MD_MN_COPY_TO_ONDISK) || 467 (direction == MD_MN_COPY_TO_INCORE)); 469 if (direction == MD_MN_COPY_TO_ONDISK) {
|
| /illumos-gate/usr/src/uts/common/io/usb/hcd/uhci/ |
| H A D | 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);
|
| /illumos-gate/usr/src/uts/sun/sys/dada/impl/ |
| H A D | 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. */
|
| /illumos-gate/usr/src/uts/i86xpv/cpu/generic_cpu/ |
| H A D | gcpu_mca_xpv.c | 238 mctelem_traverse(void *head, enum mctelem_direction direction, argument 242 int noff = (direction == MCTELEM_FORWARD) ?
|
| /illumos-gate/usr/src/uts/common/io/ixgbe/core/ |
| H A D | ixgbe_dcb.c | 82 * @direction: Configuring either Tx or Rx. 90 u32 max_frame_size, u8 direction) 114 p = &dcb_config->tc_config[i].path[direction]; 115 bw_percent = dcb_config->bw_percentage[direction][p->bwg_id]; 136 p = &dcb_config->tc_config[i].path[direction]; 137 bw_percent = dcb_config->bw_percentage[direction][p->bwg_id]; 169 if (direction == IXGBE_DCB_TX_CONFIG) { 218 void ixgbe_dcb_unpack_refill_cee(struct ixgbe_dcb_config *cfg, int direction, argument 225 refill[tc] = tc_config[tc].path[direction].data_credits_refill; 237 void ixgbe_dcb_unpack_bwgid_cee(struct ixgbe_dcb_config *cfg, int direction, argument 88 ixgbe_dcb_calculate_tc_credits_cee(struct ixgbe_hw *hw, struct ixgbe_dcb_config *dcb_config, u32 max_frame_size, u8 direction) argument 247 ixgbe_dcb_unpack_tsa_cee(struct ixgbe_dcb_config *cfg, int direction, u8 *tsa) argument 257 ixgbe_dcb_get_tc_from_up(struct ixgbe_dcb_config *cfg, int direction, u8 up) argument 280 ixgbe_dcb_unpack_map_cee(struct ixgbe_dcb_config *cfg, int direction, u8 *map) argument [all...] |
| /illumos-gate/usr/src/boot/sys/boot/efi/libefi/ |
| H A D | efi_console.c | 276 CL(int direction) argument 283 switch (direction) { 308 if (direction != 0)
|
| /illumos-gate/usr/src/lib/libuutil/common/ |
| H A D | uu_list.c | 405 int direction = (flags & UU_WALK_REVERSE)? -1 : 1; local 410 wp->ulw_dir = direction; 411 if (direction > 0)
|
| H A D | uu_avl.c | 312 int direction = (flags & UU_WALK_REVERSE)? -1 : 1; local 317 wp->uaw_dir = direction; 319 if (direction > 0)
|
| /illumos-gate/usr/src/cmd/cmd-inet/usr.bin/tftp/ |
| H A D | tftp.c | 725 printstats(char *direction, off_t amount) argument 732 " seconds", direction, amount, tenths / 10, tenths % 10);
|
| /illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
| H A D | 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) argument 394 if (direction == CALL)
|
| /illumos-gate/usr/src/uts/common/idmap/ |
| H A D | idmap_cache.c | 479 uint32_t rid, uid_t uid, int direction) 486 if (direction == IDMAP_DIRECTION_BI || 487 direction == IDMAP_DIRECTION_W2U) { 528 if (direction == IDMAP_DIRECTION_BI || 529 direction == IDMAP_DIRECTION_U2W) { 569 uint32_t rid, gid_t gid, int direction) 575 if (direction == IDMAP_DIRECTION_BI || 576 direction == IDMAP_DIRECTION_W2U) { 617 if (direction == IDMAP_DIRECTION_BI || 618 direction 478 kidmap_cache_add_sid2uid(idmap_cache_t *cache, const char *sid_prefix, uint32_t rid, uid_t uid, int direction) argument 568 kidmap_cache_add_sid2gid(idmap_cache_t *cache, const char *sid_prefix, uint32_t rid, gid_t gid, int direction) argument 656 kidmap_cache_add_sid2pid(idmap_cache_t *cache, const char *sid_prefix, uint32_t rid, uid_t pid, int is_user, int direction) argument [all...] |
| /illumos-gate/usr/src/common/avl/ |
| H A D | avl.c | 82 * int direction; // 0 for "<" (ie. left child); 1 for ">" (right) 222 * NULL: no node in the given direction 226 avl_nearest(avl_tree_t *tree, avl_index_t where, int direction) argument 238 if (child != direction) 241 return (avl_walk(tree, data, direction)); 560 * Insert "new_data" in "tree" in the given "direction" either after or 565 * the AVL_PREV or AVL_NEXT and reverse the insertion direction. Since 576 int direction) 579 int child = direction; /* rely on AVL_BEFORE == 0, AVL_AFTER == 1 */ 587 ASSERT(direction 572 avl_insert_here( avl_tree_t *tree, void *new_data, void *here, int direction) argument [all...] |
| /illumos-gate/usr/src/boot/sys/boot/i386/libi386/ |
| H A D | vidconsole.c | 295 CL(int direction) argument 301 if (direction == 0) { /* from cursor to end */ 304 } else if (direction == 1) { /* from beginning to cursor */ 307 } else if (direction == 2) { /* entire line */
|
| /illumos-gate/usr/src/lib/libidmap/common/ |
| H A D | idmap_cache.c | 793 idmap_rid_t rid, uid_t uid, int direction) 800 if (direction == IDMAP_DIRECTION_BI || 801 direction == IDMAP_DIRECTION_W2U) { 848 if (direction == IDMAP_DIRECTION_BI || 849 direction == IDMAP_DIRECTION_U2W) { 906 idmap_rid_t rid, gid_t gid, int direction) 912 if (direction == IDMAP_DIRECTION_BI || 913 direction == IDMAP_DIRECTION_W2U) { 960 if (direction == IDMAP_DIRECTION_BI || 961 direction 792 idmap_cache_add_sid2uid(const char *sid_prefix, idmap_rid_t rid, uid_t uid, int direction) argument 905 idmap_cache_add_sid2gid(const char *sid_prefix, idmap_rid_t rid, gid_t gid, int direction) argument 1015 idmap_cache_add_sid2pid(const char *sid_prefix, idmap_rid_t rid, uid_t pid, int is_user, int direction) argument 1194 idmap_cache_add_winname2uid(const char *name, const char *domain, uid_t uid, int direction) argument 1324 idmap_cache_add_winname2gid(const char *name, const char *domain, gid_t gid, int direction) argument [all...] |