Searched refs:objPath (Results 1 - 25 of 28) sorted by relevance

12

/opensolaris-onvv-gate/usr/src/cmd/wbem/provider/c/filesystems/common/cmdgeneration/mount/
H A Dcmdgen_mount.c45 * - CCIMObjectPath *objPath - The object containing the properties of the
52 cmdgen_mount(int fstype, CCIMInstance *inst, CCIMObjectPath *objPath, argument
60 cmd = cmdgen_mount_nfs(inst, objPath, errp);
/opensolaris-onvv-gate/usr/src/cmd/wbem/provider/c/filesystems/common/cmdgeneration/share/
H A Dcmdgen_share.c39 cmdgen_share(int fstype, CCIMInstance *inst, CCIMObjectPath *objPath, argument
45 cmd = cmdgen_share_nfs(inst, objPath, errp);
/opensolaris-onvv-gate/usr/src/cmd/wbem/provider/c/filesystems/common/cmdgeneration/unshare/
H A Dcmdgen_unshare.c39 cmdgen_unshare(int fstype, CCIMInstance *inst, CCIMObjectPath *objPath, argument
45 cmd = cmdgen_unshare_nfs(inst, objPath, errp);
/opensolaris-onvv-gate/usr/src/cmd/wbem/provider/c/filesystems/common/cmdgeneration/
H A Dcmdgen_include.h51 char *cmdgen_mount(int fstype, CCIMInstance *inst, CCIMObjectPath *objPath,
54 char *cmdgen_mount_nfs(CCIMInstance *inst, CCIMObjectPath *objPath,
56 char *cmdgen_share(int fstype, CCIMInstance *inst, CCIMObjectPath *objPath,
59 char *cmdgen_share_nfs(CCIMInstance *inst, CCIMObjectPath *objPath,
61 char *cmdgen_umount(CCIMInstance *inst, CCIMObjectPath *objPath, int *errp);
63 char *cmdgen_unshare(int fstype, CCIMInstance *inst, CCIMObjectPath *objPath,
66 char *cmdgen_unshare_nfs(CCIMInstance *inst, CCIMObjectPath *objPath,
H A Dcmdgen.c49 * - CCIMObjectPath *objPath - The object path used to form the command.
61 CCIMObjectPath *objPath, CCIMPropertyList *paramList, int *errp) {
66 if (inst == NULL && objPath == NULL && paramList == NULL) {
79 cmd = cmdgen_mount(CMDGEN_NFS, inst, objPath, errp);
82 cmd = cmdgen_umount(inst, objPath, errp);
85 cmd = cmdgen_share(CMDGEN_NFS, inst, objPath, errp);
88 cmd = cmdgen_unshare(CMDGEN_NFS, inst, objPath, errp);
60 cmdgen_generate_command(int cmd_type, CCIMInstance *inst, CCIMObjectPath *objPath, CCIMPropertyList *paramList, int *errp) argument
H A Dcmdgen.h55 CCIMObjectPath *objPath, CCIMPropertyList *paramList, int *errp);
/opensolaris-onvv-gate/usr/src/cmd/wbem/provider/c/filesystems/common/cmdgeneration/unshare/nfs/
H A Dcmdgen_unshare_nfs.c54 cmdgen_unshare_nfs(CCIMInstance *inst, CCIMObjectPath *objPath, int *error) argument
60 if (objPath != NULL) {
66 propValue = util_getKeyValue(objPath->mKeyProperties, string,
78 cim_logDebug("cmdgen_unshare_nfs", "objPath is NULL");
/opensolaris-onvv-gate/usr/src/cmd/wbem/provider/c/filesystems/common/cmdgeneration/umount/
H A Dcmdgen_umount.c54 * - CCIMObjectPath *objPath - The object path containing the options to
65 cmdgen_umount(CCIMInstance *inst, CCIMObjectPath *objPath, int *errp) { argument
71 if (objPath == NULL) {
84 depOP = util_getKeyValue(objPath->mKeyProperties, reference, ANTECEDENT,
/opensolaris-onvv-gate/usr/src/lib/libnisdb/
H A Dldap_parse.c86 * attribute parser) to the 'ldapMappingList', keyed on the objPath.
207 t->objPath = internal_table_name(t->objName,
208 t->objPath);
209 if (!t->objPath) {
216 t->objPath = am(myself, len + MAXPATHLEN + 1);
217 if (t->objPath == 0)
220 t->objPath) == 0) {
335 o = __nis_find_item_mt(t->objPath, objs, -1, 0);
354 t->item.name = t->objPath;
H A Dnis_db.cc1310 dstat = dbCreateFromLDAP(t->objPath, &stat);
1344 dbase = InUseDictionary->find_table(t->objPath,
1351 myself, NIL(t->objPath),
1378 char *ent, *objPath; local
1390 myself, NIL(t->objPath),
1397 NIL(t->objPath),
1415 objPath = t->objPath;
1418 objPath = 0;
1419 ent = entryName(myself, t->objName, &objPath);
[all...]
H A Ddb_mindex_c.x74 __nisdb_ptr_t objPath;
121 % __nisdb_ptr_t objPath;
H A Ddb_mindex2.cc55 if (objPath.ptr != 0)
56 free(objPath.ptr);
57 objPath.ptr = strdup(tablePath);
63 return (objPath.ptr != NULL);
218 char *objPath; local
230 objPath = internalTableName(b.buf);
232 if (slen(objPath) <= 0) {
235 sfree(objPath);
239 t = (__nis_table_mapping_t *)__nis_find_item_mt(objPath,
242 sfree(objPath);
254 char *objPath = 0, buf[MAXPATHLEN+NIS_MAXNAMELEN+1]; local
[all...]
H A Ddb_mindex3.cc142 dstat = InUseDictionary->commit(t->objPath);
183 if ((dstat = InUseDictionary->defer(t->objPath)) ==
363 dstat = InUseDictionary->rollback(t->objPath);
424 dstat = InUseDictionary->rollback(t->objPath);
475 dstat = InUseDictionary->rollback(t->objPath);
559 dstat = InUseDictionary->rollback(t->objPath);
871 dstat = InUseDictionary->commit(t->objPath);
H A Dldap_parse.h589 * objPath The name used internally by libnisdb (which
648 * "/var/nis/data/group.org_dir" objPath
679 char *objPath; /* nisdb's internal name */ member in struct:__anon3759
H A Ddb_mindex.cc56 objPath.ptr = NULL;
72 objPath.ptr = NULL;
129 objPath.ptr = NULL;
1084 if (objPath.ptr != 0) {
1085 free(objPath.ptr);
1086 objPath.ptr = 0;
/opensolaris-onvv-gate/usr/src/cmd/wbem/provider/c/filesystems/wbem_nfs/lib/
H A DlibDispatch.c107 CCIMObjectPath *objPath = NULL; local
128 objPath = (*createInstanceTable[index])(pOP, pInst);
130 return ((CCIMObjectPath*) objPath);
/opensolaris-onvv-gate/usr/src/cmd/wbem/provider/c/wbem_disk/lib/
H A DlibDispatch.c106 CCIMObjectPath *objPath = NULL; local
127 objPath = (*createInstanceTable[index])(pOP, pInst);
129 return ((CCIMObjectPath*) objPath);
/opensolaris-onvv-gate/usr/src/cmd/wbem/provider/c/wbem_disk/assoc/
H A DSol_MPXIOCtrlrLogicalIdentity.c203 CCIMObjectPath *objPath; local
212 objPath = cim_createEmptyObjectPath(MPXIO_CONTROLLER);
213 if (objPath == NULL) {
219 cObjList = cimom_enumerateInstanceNames(objPath, cim_false);
220 cim_freeObjectPath(objPath);
H A DSolaris_MPXIOComponent.c222 CCIMObjectPath *objPath; local
232 objPath = cim_createEmptyObjectPath(MPXIO_CONTROLLER);
233 if (objPath == NULL) {
240 cObjList = cimom_enumerateInstanceNames(objPath, cim_false);
241 cim_freeObjectPath(objPath);
H A DSolaris_MPXIOInterface.c221 CCIMObjectPath *objPath; local
228 objPath = cim_createEmptyObjectPath(MPXIO_CONTROLLER);
229 if (objPath == NULL) {
236 cObjList = cimom_enumerateInstanceNames(objPath, cim_false);
237 cim_freeObjectPath(objPath);
H A DSolaris_RealizesDiskDrive.c190 CCIMObjectPath *objPath; local
214 objPath = cim_createObjectPath(inst);
217 if (objPath == NULL) {
223 objList = cimom_enumerateInstanceNames(objPath, cim_false);
224 cim_freeObjectPath(objPath);
H A DSolaris_SCSIInterface.c233 CCIMObjectPath *objPath; local
245 objPath = cim_createEmptyObjectPath(SCSI_CONTROLLER);
246 if (objPath == NULL) {
253 cObjList = cimom_enumerateInstanceNames(objPath, cim_false);
254 cim_freeObjectPath(objPath);
H A DSolaris_IDEInterface.c247 CCIMObjectPath *objPath; local
258 objPath = cim_createEmptyObjectPath(IDE_CONTROLLER);
259 if (objPath == NULL) {
266 cObjList = cimom_enumerateInstanceNames(objPath, cim_false);
267 cim_freeObjectPath(objPath);
/opensolaris-onvv-gate/usr/src/cmd/wbem/provider/c/filesystems/common/cmdgeneration/share/nfs/
H A Dcmdgen_share_nfs.c58 cmdgen_share_nfs(CCIMInstance *inst, CCIMObjectPath *objPath, int *error) argument
/opensolaris-onvv-gate/usr/src/cmd/wbem/provider/c/filesystems/common/cmdgeneration/mount/nfs/
H A Dcmdgen_mount_nfs.c71 * - CCIMObjectPath *objPath - The object path containing properties of
82 cmdgen_mount_nfs(CCIMInstance *inst, CCIMObjectPath *objPath, int *errp) { argument

Completed in 363 milliseconds

12