/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/mech/ |
H A D | util_seqnum.c | 32 kg_make_seq_num(context, key, direction, seqnum, cksum, buf) in kg_make_seq_num() argument 35 int direction; 42 plain[4] = direction; 43 plain[5] = direction; 44 plain[6] = direction; 45 plain[7] = direction; 67 krb5_error_code kg_get_seq_num(context, key, cksum, buf, direction, seqnum) in kg_get_seq_num() argument 72 int *direction; 94 *direction = plain[4];
|
/illumos-gate/usr/src/lib/libidmap/common/ |
H A D | idmap_api.c | 246 boolean_t *is_nt4, int *direction) in idmap_namerule_parts_clear() argument 261 if (direction) in idmap_namerule_parts_clear() 262 *direction = IDMAP_DIRECTION_UNDEF; in idmap_namerule_parts_clear() 269 boolean_t *is_nt4, int *direction) in idmap_namerule2parts() argument 296 if (direction) in idmap_namerule2parts() 297 *direction = rule->direction; in idmap_namerule2parts() 311 unixname, is_user, is_wuser, is_nt4, direction); in idmap_namerule2parts() 353 boolean_t *is_nt4, int *direction) in idmap_udt_get_error_rule() argument 356 unixname, is_user, is_wuser, is_nt4, direction); in idmap_udt_get_error_rule() 370 direction)); in idmap_udt_get_error_rule() [all …]
|
H A D | 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);
|
H A D | idmap_cache.c | 797 idmap_rid_t rid, uid_t uid, int direction) in idmap_cache_add_sid2uid() argument 803 if (direction == IDMAP_DIRECTION_BI || in idmap_cache_add_sid2uid() 804 direction == IDMAP_DIRECTION_W2U) { in idmap_cache_add_sid2uid() 851 if (direction == IDMAP_DIRECTION_BI || in idmap_cache_add_sid2uid() 852 direction == IDMAP_DIRECTION_U2W) { in idmap_cache_add_sid2uid() 909 idmap_rid_t rid, gid_t gid, int direction) in idmap_cache_add_sid2gid() argument 915 if (direction == IDMAP_DIRECTION_BI || in idmap_cache_add_sid2gid() 916 direction == IDMAP_DIRECTION_W2U) { in idmap_cache_add_sid2gid() 963 if (direction == IDMAP_DIRECTION_BI || in idmap_cache_add_sid2gid() 964 direction == IDMAP_DIRECTION_U2W) { in idmap_cache_add_sid2gid() [all …]
|
/illumos-gate/usr/src/uts/common/io/ixgbe/core/ |
H A D | ixgbe_dcb.c | 97 u32 max_frame_size, u8 direction) in ixgbe_dcb_calculate_tc_credits_cee() argument 121 p = &dcb_config->tc_config[i].path[direction]; in ixgbe_dcb_calculate_tc_credits_cee() 122 bw_percent = dcb_config->bw_percentage[direction][p->bwg_id]; in ixgbe_dcb_calculate_tc_credits_cee() 143 p = &dcb_config->tc_config[i].path[direction]; in ixgbe_dcb_calculate_tc_credits_cee() 144 bw_percent = dcb_config->bw_percentage[direction][p->bwg_id]; in ixgbe_dcb_calculate_tc_credits_cee() 176 if (direction == IXGBE_DCB_TX_CONFIG) { in ixgbe_dcb_calculate_tc_credits_cee() 225 void ixgbe_dcb_unpack_refill_cee(struct ixgbe_dcb_config *cfg, int direction, in ixgbe_dcb_unpack_refill_cee() argument 232 refill[tc] = tc_config[tc].path[direction].data_credits_refill; in ixgbe_dcb_unpack_refill_cee() 244 void ixgbe_dcb_unpack_bwgid_cee(struct ixgbe_dcb_config *cfg, int direction, in ixgbe_dcb_unpack_bwgid_cee() argument 251 bwgid[tc] = tc_config[tc].path[direction].bwg_id; in ixgbe_dcb_unpack_bwgid_cee() [all …]
|
/illumos-gate/usr/src/cmd/idmap/idmapd/ |
H A D | dbutils.c | 720 switch (rule->direction) { in gen_sql_expr_from_rule() 837 int direction, int is_diagonal, int *w2u_order, int *u2w_order) in get_namerule_order() argument 862 if (direction != IDMAP_DIRECTION_U2W) { in get_namerule_order() 916 if (direction != IDMAP_DIRECTION_W2U) { in get_namerule_order() 961 rule->unixname, rule->direction, in add_namerule() 1043 if (rule->direction < 0 && EMPTY_STRING(rule->windomain) && in rm_namerule() 1236 boolean_t is_wuser, boolean_t is_nt4, int direction) in idmap_namerule_set() argument 1275 rule->direction = direction; in idmap_namerule_set() 1359 req->direction |= _IDMAP_F_DONT_UPDATE_NAMECACHE; in lookup_wksids_sid2pid() 1367 if (wksid->direction == IDMAP_DIRECTION_UNDEF) { in lookup_wksids_sid2pid() [all …]
|
H A D | wksids.c | 272 if (wksids[i].direction == IDMAP_DIRECTION_U2W) in find_wksid_by_name() 333 if (wksids[i].direction == IDMAP_DIRECTION_U2W) in find_wksid_by_sid() 358 (wksids[i].direction == IDMAP_DIRECTION_BI || in find_wksid_by_pid() 359 wksids[i].direction == IDMAP_DIRECTION_U2W)) { in find_wksid_by_pid()
|
/illumos-gate/usr/src/cmd/idmap/idmap/ |
H A D | idmap.c | 131 int direction; member 224 int direction; member 611 namemaps.direction = IDMAP_DIRECTION_UNDEF; in namemaps_free() 622 int direction, cmd_pos_t *pos) in init_nm_command() argument 631 direction != namemaps.direction)) { in init_nm_command() 637 passwd, auth, windomain, direction); in init_nm_command() 657 namemaps.direction = direction; in init_nm_command() 678 direction2string(int direction) in direction2string() argument 680 switch (direction) { in direction2string() 1003 nm->direction = IDMAP_DIRECTION_UNDEF; in name_mapping_init() [all …]
|
H A D | namemaps.c | 60 int direction; member 357 int direction) in idmap_init_namemaps() argument 415 } else if (direction == IDMAP_DIRECTION_W2U) { in idmap_init_namemaps() 423 p->direction = direction; in idmap_init_namemaps() 426 direction != IDMAP_DIRECTION_U2W) { in idmap_init_namemaps() 433 if (p->nldap_winname_attr != NULL && direction != IDMAP_DIRECTION_W2U) { in idmap_init_namemaps() 860 int is_user, int is_wuser, int direction) in idmap_set_namemap() argument 867 if (direction == IDMAP_DIRECTION_W2U) { in idmap_set_namemap() 888 if (direction == IDMAP_DIRECTION_U2W) { in idmap_set_namemap() 951 int is_user, int is_wuser, int direction) in idmap_unset_namemap() argument [all …]
|
/illumos-gate/usr/src/cmd/bnu/ |
H A D | statlog.c | 40 statlog( direction, bytes, millisecs, breakmsg) in statlog() argument 41 char *direction; in statlog() 62 direction, bytes, millisecs/1000, millisecs%1000,
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/ |
H A D | utilities.c | 135 Dump(direction, buffer, length) in Dump() argument 136 char direction; in Dump() 149 (void) fprintf(NetTrace, "%c 0x%x\t", direction, offset); 186 printoption(direction, cmd, option) in printoption() argument 187 char *direction; in printoption() 194 (void) fprintf(NetTrace, "%s IAC %s", direction, 197 (void) fprintf(NetTrace, "%s IAC %d", direction, 204 (void) fprintf(NetTrace, "%s %s ", direction, fmt); 212 (void) fprintf(NetTrace, "%s %d %d", direction, cmd, 317 printsub(direction, pointer, length) in printsub() argument [all …]
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop_rpc.c | 72 int direction; in interpret_rpc() local 97 direction = getxdr_long(); in interpret_rpc() 99 if (direction == CALL) { in interpret_rpc() 115 switch (direction) { in interpret_rpc() 224 direction, in interpret_rpc() 225 direction == CALL ? "Call":"Reply"); in interpret_rpc() 227 switch (direction) { in interpret_rpc() 378 print_verif(int direction) in print_verif() argument 394 if (direction == CALL) in print_verif()
|
/illumos-gate/usr/src/uts/common/idmap/ |
H A D | idmap_cache.c | 565 uint32_t rid, uid_t uid, int direction) in kidmap_cache_add_sid2uid() argument 572 if (direction == IDMAP_DIRECTION_BI || in kidmap_cache_add_sid2uid() 573 direction == IDMAP_DIRECTION_W2U) { in kidmap_cache_add_sid2uid() 616 if (direction == IDMAP_DIRECTION_BI || in kidmap_cache_add_sid2uid() 617 direction == IDMAP_DIRECTION_U2W) { in kidmap_cache_add_sid2uid() 659 uint32_t rid, gid_t gid, int direction) in kidmap_cache_add_sid2gid() argument 665 if (direction == IDMAP_DIRECTION_BI || in kidmap_cache_add_sid2gid() 666 direction == IDMAP_DIRECTION_W2U) { in kidmap_cache_add_sid2gid() 709 if (direction == IDMAP_DIRECTION_BI || in kidmap_cache_add_sid2gid() 710 direction == IDMAP_DIRECTION_U2W) { in kidmap_cache_add_sid2gid() [all …]
|
H A D | kidmap_priv.h | 137 uint32_t rid, uid_t uid, int direction); 141 uint32_t rid, gid_t gid, int direction); 145 uint32_t rid, uid_t pid, int is_user, int direction);
|
H A D | idmap_kapi.c | 473 results.ids.ids_val[0].direction); in kidmap_getuidbysid() 550 results.ids.ids_val[0].direction); in kidmap_getgidbysid() 636 results.ids.ids_val[0].direction); in kidmap_getpidbysid() 720 results.ids.ids_val[0].direction); in kidmap_getsidbyuid() 803 results.ids.ids_val[0].direction); in kidmap_getsidbygid() 1201 int direction; in kidmap_get_mappings() local 1254 direction = rpc_res.ids.ids_val[i].direction; in kidmap_get_mappings() 1271 direction); in kidmap_get_mappings() 1277 direction); in kidmap_get_mappings() 1294 direction); in kidmap_get_mappings() [all …]
|
/illumos-gate/usr/src/tools/smatch/src/ |
H A D | avl.h | 113 AvlDirection direction; member 118 #define avl_traverse(iter, avl, direction) \ argument 119 for (avl_iter_begin(&(iter), avl, direction); \
|
/illumos-gate/usr/src/uts/intel/io/dktp/controller/ata/ |
H A D | ata_dma.c | 222 uchar_t direction) in ata_pciide_dma_start() argument 229 ASSERT((direction == PCIIDE_BMICX_RWCON_WRITE_TO_MEMORY) || in ata_pciide_dma_start() 230 (direction == PCIIDE_BMICX_RWCON_READ_FROM_MEMORY)); in ata_pciide_dma_start() 238 (tmp | direction)); in ata_pciide_dma_start() 241 (tmp | PCIIDE_BMICX_SSBM_E | direction)); in ata_pciide_dma_start()
|
/illumos-gate/usr/src/cmd/fs.d/autofs/ |
H A D | auto_subr.c | 812 register int direction; in btree_lookup() local 815 direction = strcmp(name, p->name); in btree_lookup() 816 if (direction == 0) in btree_lookup() 818 if (direction > 0) in btree_lookup() 833 register int direction; in btree_enter() local 843 direction = strcmp(ent->name, p->name); in btree_enter() 844 if (direction == 0) { in btree_enter() 850 if (direction > 0) in btree_enter() 855 if (direction > 0) in btree_enter()
|
/illumos-gate/usr/src/uts/sun4u/sys/i2c/clients/ |
H A D | i2c_client.h | 89 uint8_t direction; member 96 uint8_t direction; member
|
/illumos-gate/usr/src/cmd/cmd-inet/etc/ |
H A D | ipqosconf.1.sample | 71 direction LOCAL_OUT 77 direction LOCAL_OUT 83 direction LOCAL_OUT 91 direction LOCAL_OUT
|
/illumos-gate/usr/src/common/avl/ |
H A D | avl.c | 211 avl_nearest(avl_tree_t *tree, avl_index_t where, int direction) in avl_nearest() argument 223 if (child != direction) in avl_nearest() 226 return (avl_walk(tree, data, direction)); in avl_nearest() 560 int direction) in avl_insert_here() argument 563 int child = direction; /* rely on AVL_BEFORE == 0, AVL_AFTER == 1 */ in avl_insert_here() 571 ASSERT(direction == AVL_BEFORE || direction == AVL_AFTER); in avl_insert_here()
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | avl.h | 192 int direction); 237 extern void *avl_nearest(avl_tree_t *tree, avl_index_t where, int direction);
|
/illumos-gate/usr/src/uts/sun/io/dada/conf/ |
H A D | dcd_confsubr.c | 277 uchar_t direction, in makecommand() argument 286 cdbp->direction = direction; in makecommand()
|
/illumos-gate/usr/src/uts/common/io/usb/usba/ |
H A D | usbai_req.c | 119 uchar_t direction = ph_data->p_ep.bEndpointAddress & in _usba_check_req() local 262 if (direction == USB_EP_DIR_OUT) { in _usba_check_req() 269 if (direction == USB_EP_DIR_IN) { in _usba_check_req() 288 if (direction == USB_EP_DIR_IN) { in _usba_check_req() 304 if (direction == USB_EP_DIR_OUT) { in _usba_check_req() 738 uint_t direction = ph_data->p_ep.bEndpointAddress & in usba_req_normal_cb() local 769 if ((direction == USB_EP_DIR_IN) && in usba_req_normal_cb() 773 } else if ((direction == USB_EP_DIR_OUT) && in usba_req_normal_cb() 780 (direction == USB_EP_DIR_OUT)) { in usba_req_normal_cb() 1818 uchar_t direction; in usb_pipe_intr_xfer() local [all …]
|
/illumos-gate/usr/src/uts/sun4v/io/ |
H A D | ldc_shm.c | 69 uint8_t direction, uint64_t offset, size_t size); 71 uint8_t direction, uint64_t start, uint64_t end); 863 ldc_mem_cookie_t *cookies, uint32_t ccount, uint8_t direction) in ldc_mem_copy() argument 978 chid, direction, export_caddr, local_ra, export_poff, in ldc_mem_copy() 982 rv = hv_ldc_copy(chid, direction, in ldc_mem_copy() 998 chid, direction, export_caddr, local_ra, in ldc_mem_copy() 1089 caddr_t paddr, uint8_t direction) in ldc_mem_rdwr_cookie() argument 1168 ldcp->id, direction, target_pa, local_ra, target_poff, in ldc_mem_rdwr_cookie() 1172 rv = hv_ldc_copy(ldcp->id, direction, in ldc_mem_rdwr_cookie() 1185 ldcp->id, direction, target_pa, local_ra, in ldc_mem_rdwr_cookie() [all …]
|