Searched refs:sctype (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/cmd/fs.d/nfs/lib/ |
H A D | smfcfg.c | 108 char *instance, scf_type_t sctype, char *fmri) in fs_smf_set_prop() argument 174 switch (sctype) { in fs_smf_set_prop() 241 char *instance, scf_type_t sctype, char *fmri, int *bufsz) in fs_smf_get_prop() argument 306 switch (sctype) { in fs_smf_get_prop() 357 scf_type_t sctype, char *svc_name, int *bufsz) in nfs_smf_get_prop() argument 360 instance, sctype, svc_name, bufsz)); in nfs_smf_get_prop() 366 scf_type_t sctype, char *svc_name) in nfs_smf_get_iprop() argument 373 instance, sctype, svc_name, &bufsz); in nfs_smf_get_iprop() 402 scf_type_t sctype, char *svc_name, int *bufsz) in autofs_smf_get_prop() argument 405 instance, sctype, svc_name, bufsz)); in autofs_smf_get_prop()
|
/titanic_41/usr/src/lib/libshare/autofs/ |
H A D | libshare_autofs.c | 447 scf_type_t sctype; in initautofsprotofromsmf() local 454 sctype = proto_options[i].type; in initautofsprotofromsmf() 457 instance, sctype, AUTOFS_FMRI, &bufsz); in initautofsprotofromsmf() 540 scf_type_t sctype; in autofs_set_proto_prop() local 549 sctype = proto_options[index].type; in autofs_set_proto_prop() 550 if (sctype == SCF_TYPE_BOOLEAN) { in autofs_set_proto_prop() 559 instance, sctype, AUTOFS_FMRI); in autofs_set_proto_prop()
|
/titanic_41/usr/src/lib/libshare/nfs/ |
H A D | libshare_nfs.c | 3131 scf_type_t sctype; in nfs_set_proto_prop() local 3138 sctype = getscftype(proto_options[index].type); in nfs_set_proto_prop() 3140 if (sctype == SCF_TYPE_BOOLEAN) { in nfs_set_proto_prop() 3148 ret = nfs_smf_set_prop(name, value, instance, sctype, in nfs_set_proto_prop()
|