HomeSort by relevance Sort by last modified time
    Searched refs:item_type (Results 1 - 6 of 6) sorted by null

  /onnv/onnv-gate/usr/src/lib/libpam/
pam_appl.h 177 int item_type, /* Type of object - see below */
188 int item_type, /* Type of object - see below */
pam_framework.c 109 pam_trace_iname(int item_type, char *iname_buf)
113 if (item_type <= 0 ||
114 item_type >= PAM_MAX_ITEMS ||
115 (name = pam_inames[item_type]) == NULL) {
116 (void) sprintf(iname_buf, "%d", item_type);
390 pam_set_item(pam_handle_t *pamh, int item_type, const void *item)
399 pam_trace_iname(item_type, iname_buf));
406 if ((item_type == PAM_SERVICE) && (pamh->pam_inmodule != RO_OK))
410 * Check that item_type is within valid range
413 if (item_type <= 0 || item_type >= PAM_MAX_ITEMS
    [all...]
  /onnv/onnv-gate/usr/src/lib/libumem/common/
envvar.c 76 } item_type; member in struct:umem_env_item
484 switch (item->item_type) {
499 switch (item->item_type) {
536 if (item_arg != NULL || item->item_type == ITEM_SPECIAL) {
542 if (item->item_type == ITEM_CLEARFLAG)
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/
dumpvar.pl 145 ($item_type, $address) =
178 if ( $item_type eq 'HASH' ) {
212 } elsif ( $item_type eq 'ARRAY' ) {
256 } elsif ( $item_type eq 'SCALAR' ) {
263 } elsif ( $item_type eq 'REF' ) {
267 } elsif ( $item_type eq 'CODE' ) {
271 } elsif ( $item_type eq 'GLOB' ) {
  /onnv/onnv-gate/usr/src/cmd/sgs/elfdump/common/
main.c 91 match_item_t item_type; /* Type of item being matched */ member in struct:__anon25
388 match_state.item_type = MATCH_ITEM_PT;
391 match_state.item_type = MATCH_ITEM_SHT;
452 match_item_t item_type = (match_flags & MATCH_F_PHDR) ? local
468 if (item_type != match_state.item_type)
  /onnv/onnv-gate/usr/src/lib/libnisdb/
nis_parse_ldap_map.c 54 __nis_mapping_rlhs_t *lhs, __nis_mapping_item_type_t item_type);
56 __nis_mapping_rlhs_t *lhs, __nis_mapping_item_type_t item_type);
58 __nis_mapping_rlhs_t *lhs, __nis_mapping_item_type_t item_type);
60 __nis_mapping_rlhs_t *lhs, __nis_mapping_item_type_t item_type);
65 __nis_mapping_item_type_t item_type);
612 __nis_mapping_item_type_t item_type = mit_nisplus; local
686 &item[nElements], item_type);
1144 __nis_mapping_item_type_t item_type)
1192 s = get_lhs_match(sav_s, end_s, lhs, item_type);
1197 item_type);
    [all...]

Completed in 660 milliseconds