Searched refs:search_type (Results 1 - 16 of 16) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/agents/snmp/snmprelayd/
H A Dsnmpdx_stub.h80 extern int get_agentEntry(int search_type, AgentEntry_t **agentEntry_data, IndexType *index);
82 extern int get_agentID(int search_type, Integer *agentID, IndexType *index);
83 extern int get_agentStatus(int search_type, Integer *agentStatus, IndexType *index);
85 extern int get_agentTimeOut(int search_type, Integer *agentTimeOut, IndexType *index);
87 extern int get_agentPortNumber(int search_type, Integer *agentPortNumber, IndexType *index);
89 extern int get_agentPersonalFile(int search_type, String *agentPersonalFile, IndexType *index);
92 extern int get_agentConfigFile(int search_type, String *agentConfigFile, IndexType *index);
95 extern int get_agentExecutable(int search_type, String *agentExecutable, IndexType *index);
98 extern int get_agentVersionNum(int search_type, String *agentVersionNum, IndexType *index);
101 extern int get_agentProcessID(int search_type, Intege
[all...]
H A Dsnmpdx_regTblEntry.c45 extern int get_regTblEntry(int search_type, RegTblEntry_t **regTblEntry_data, IndexType *index) argument
54 search_type,
60 search_type,
66 search_type,
72 search_type,
78 search_type,
84 search_type,
90 search_type,
96 search_type,
110 int get_regTblIndex(int search_type, Intege argument
157 get_regTblAgentID(int search_type, Integer *regTblAgentID, IndexType *index) argument
204 get_regTblOID(int search_type, Oid *regTblOID, IndexType *index) argument
303 get_regTblStartColumn(int search_type, Integer *regTblStartColumn, IndexType *index) argument
375 get_regTblEndColumn(int search_type, Integer *regTblEndColumn, IndexType *index) argument
447 get_regTblStartRow(int search_type, Integer *regTblStartRow, IndexType *index) argument
519 get_regTblEndRow(int search_type, Integer *regTblEndRow, IndexType *index) argument
591 get_regTblStatus(int search_type, Integer *regTblStatus, IndexType *index) argument
[all...]
H A Dsnmpdx_regTreeEntry.c45 extern int get_regTreeEntry(int search_type, RegTreeEntry_t **regTreeEntry_data, IndexType *index) argument
54 search_type,
60 search_type,
66 search_type,
72 search_type,
86 int get_regTreeIndex(int search_type, Integer *regTreeIndex, IndexType *index) argument
88 /* In the case, the search_type is FIRST_ENTRY or NEXT_ENTRY */
91 switch(search_type)
133 int get_regTreeAgentID(int search_type, Integer *regTreeAgentID, IndexType *index) argument
135 /* In the case, the search_type i
180 get_regTreeOID(int search_type, Oid *regTreeOID, IndexType *index) argument
279 get_regTreeStatus(int search_type, Integer *regTreeStatus, IndexType *index) argument
[all...]
H A Dsnmpdx_agentEntry.c45 extern int get_agentEntry(int search_type, AgentEntry_t **agentEntry_data, IndexType *index) argument
54 search_type,
60 search_type,
66 search_type,
72 search_type,
78 search_type,
84 search_type,
90 search_type,
96 search_type,
102 search_type,
138 get_agentID(int search_type, Integer *agentID, IndexType *index) argument
185 get_agentStatus(int search_type, Integer *agentStatus, IndexType *index) argument
257 get_agentTimeOut(int search_type, Integer *agentTimeOut, IndexType *index) argument
329 get_agentPortNumber(int search_type, Integer *agentPortNumber, IndexType *index) argument
401 get_agentPersonalFile(int search_type, String *agentPersonalFile, IndexType *index) argument
502 get_agentConfigFile(int search_type, String *agentConfigFile, IndexType *index) argument
603 get_agentExecutable(int search_type, String *agentExecutable, IndexType *index) argument
704 get_agentVersionNum(int search_type, String *agentVersionNum, IndexType *index) argument
805 get_agentProcessID(int search_type, Integer *agentProcessID, IndexType *index) argument
877 get_agentName(int search_type, String *agentName, IndexType *index) argument
978 get_agentSystemUpTime(int search_type, Integer *agentSystemUpTime, IndexType *index) argument
1050 get_agentWatchDogTime(int search_type, Integer *agentWatchDogTime, IndexType *index) argument
[all...]
H A Dmib_handler.c1096 char* get_tbl_entry(SapTable *this, int search_type, int *snmp_error, Integer *AgentID) argument
1099 switch(search_type)
1128 char* get_tbl_entry_2(SapTable *this, int search_type, int *snmp_error, Integer *AgentID, Integer *index2) argument
1131 switch(search_type)
1295 int get_agentEntry(int search_type, AgentEntry_t **agentEntry_data, IndexType *index) argument
1300 char* entry = get_tbl_entry(tbl,search_type,&snmp_error,&AgentID);
1464 int get_regTreeEntry(int search_type, RegTreeEntry_t **regTreeEntry_data, IndexType *index) argument
1471 char* entry = get_tbl_entry_2(tbl,search_type,&snmp_error,&regTreeAgentID,&regTreeIndex);
1531 int get_regTblEntry(int search_type, RegTblEntry_t **regTblEntry_data, IndexType *index) argument
1538 char* entry = get_tbl_entry_2(tbl,search_type,
[all...]
/opensolaris-onvv-gate/usr/src/cmd/agents/snmp/agent/
H A Dnode.c49 Node *node_find(int search_type, Oid *name, Oid *suffix) argument
81 switch(search_type)
114 switch(search_type)
H A Dnode.h153 extern Node *node_find(int search_type, Oid *name, Oid *suffix);
/opensolaris-onvv-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftKeystoreUtil.h87 CK_RV soft_keystore_get_objs(ks_search_type_t search_type,
H A DsoftKeystoreUtil.c1872 * search_type: Specify type of objects to return.
1899 soft_keystore_get_objs(ks_search_type_t search_type, argument
1920 if ((search_type == ALL_TOKENOBJS) || (search_type == PUB_TOKENOBJS)) {
1941 if ((search_type == ALL_TOKENOBJS) || (search_type == PRI_TOKENOBJS)) {
/opensolaris-onvv-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_sdapi.h122 uint16_t search_type,
129 uint16_t *search_type,
H A Demlxs_dfc.h102 uint16_t search_type; member in struct:sd_bucket_info
/opensolaris-onvv-gate/usr/src/lib/lvm/libmeta/common/
H A Dmeta_devadm.c58 char *search_type; member in struct:path_list
1367 char *search_type = NULL; local
1435 search_type = DEVID_MINOR_NAME_ALL;
1438 search_type = plist[search_number].search_type;
1442 search_path, (int)search_type);
1475 search_type, &disklist);
/opensolaris-onvv-gate/usr/src/cmd/prctl/
H A Dprctl.c216 int search_type; local
708 search_type = RCENTITY_PROCESS;
711 search_type = arg_entity_type;
718 search_type, &p, arg_priv, &gret)) < 0) {
1004 target_id, search_type, &p, RCPRIV_BASIC, &gret);
/opensolaris-onvv-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_dfc.c9454 uint32_t type, search_type; local
9459 search_type = dfc->data2;
9467 else if ((search_type < SD_SEARCH_LINEAR) ||
9468 (search_type > SD_SEARCH_POWER_2))
9495 if (sd_bucket.search_type == 0)
9518 if (sd_bucket.search_type == 0)
9544 if (sd_bucket.search_type == 0) {
9605 if (sd_bucket.search_type == 0) {
9667 if (sd_bucket.search_type == 0) {
9718 if (sd_bucket.search_type
[all...]
H A Demlxs_solaris.c9497 if ((sd_bucket.search_type == 0) ||
/opensolaris-onvv-gate/usr/src/uts/common/io/usb/clients/audio/usb_ac/
H A Dusb_ac.c1843 uint_t search_type = (dir & USB_AUDIO_PLAY) ? local
1847 (void) usb_ac_traverse_all_units(uacp, dir, search_type, 0,

Completed in 201 milliseconds