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

/illumos-gate/usr/src/cmd/avs/rdc/
H A Dsndrsubr.c273 find_setnumber_in_libcfg(CFGFILE *cfg, char *ctag, char *tohost, char *tofile) argument
301 if (ctag && *ctag) {
308 if (ctag && strcmp(cnode, ctag) != 0) {
364 get_cfg_setid(CFGFILE *cfg, char *ctag, char *tohost, char *tofile) argument
381 setnum = find_setnumber_in_libcfg(cfg, ctag, tohost, tofile);
409 char *ctag; local
411 /* If in a Sun Cluster, SetIDs need to have a ctag */
412 if ((ctag
[all...]
H A Drdcadm.h53 extern int get_cfg_setid(CFGFILE *cfg, char *ctag, char *tohost, char *tofile);
H A Dsndradm.c87 * ctag which does not match an implied one cfg_dgame()). This
114 char ctag[MAX_RDC_HOST_SIZE]; /* Cluster resource name tag */ member in struct:_sd_dual_pair
119 #define EXTRA_ARGS 6 /* g grp C ctag q diskqueue */
229 char *ctag = pair.ctag; local
327 strncmp(ctag_arg, ctag, MAX_RDC_HOST_SIZE) != 0)
337 if ((strlen(ctag) != 0) && (ctag[0] != '-'))
338 (void) printf(" C %s", ctag);
375 if ((strlen(ctag) !
501 ctag_check(char *fromhost, char *fromfile, char *frombitmap, char *tohost, char *tofile, char *tobitmap, char *ctag, char *diskq) argument
1287 char *ctag = NULL; local
1598 rdc_force_disable(CFGFILE *cfg, char *phost, char *pvol, char *pbmp, char *shost, char *svol, char *sbmp, char *ctag, char *lhname) argument
1717 char ctag[MAX_RDC_HOST_SIZE]; local
3360 process_clocal(char *ctag) argument
3466 set_autosync(int autosync_val, char *tohost, char *tofile, char *ctag) argument
3794 rdc_operation(CFGFILE *cfg, char *fromhost, char *fromfile, char *frombitmap, char *tohost, char *tofile, char *tobitmap, int flag, int iflag, char *directfile, char *group, char *ctag, char *diskqueue, int *doasync, int reverse) argument
5543 checkgfields(CFGFILE *cfg, int setnumber, char *fromhost, char *fromfile, char *frombitmap, char *tobitmap, char *type, char *mode, char *group, char *ctag, char *diskq) argument
[all...]
H A Dsndrboot.c94 char *ctag = NULL; variable
445 if (!ctag)
447 if (strcmp(ctag, "-") == 0)
538 char *ctag; local
540 /* If in a Sun Cluster, SetIDs need to have a ctag */
541 if ((ctag = cfg_get_resource(cfg)) != NULL) {
542 ctag = strdup(ctag);
543 cfg_resource(cfg, "setid-ctag");
571 /* Restore old ctag i
589 get_lghn(CFGFILE *cfg, char *ctag, int setnum, int flag) argument
[all...]
H A Dsndrsyncd.c788 char *ctag = NULL; local
882 ctag = "-C local";
884 ctag = "";
885 (void) sprintf(cmd, "%s %s -u s %s", IIADM, ctag, shadow);
924 ctag = strdup("local");
926 ctag = strdup(buf);
932 if (ctag) {
934 ctag, master, shadow, bitmap);
935 free(ctag);
1377 char *ctag local
[all...]
/illumos-gate/usr/src/lib/libdscfg/common/
H A Dcfg_vols.c124 char *ctag, search_key[ CFG_MAX_KEY ], buf[ CFG_MAX_BUF ]; local
146 ctag = cfg_get_resource(cfg);
148 if (ctag) {
149 if (strcmp(cnode, ctag))
154 cnode = ctag;
284 char *ctag, search_key[ CFG_MAX_KEY ], buf[ CFG_MAX_BUF ]; local
300 ctag = cfg_get_resource(cfg);
302 if (ctag) {
303 if (strcmp(cnode, ctag))
308 cnode = ctag;
481 cfg_vol_enable(CFGFILE *cfg, char *path, char *ctag, char *user) argument
528 cfg_vol_disable(CFGFILE *cfg, char *path, char *ctag, char *user) argument
593 char *ctag = cfg_get_resource(cfg); local
705 char *ctag = cfg_get_resource(cfg); local
980 sv_action(char *path, CFGFILE *caller_cfg, char *ctag, int enable) argument
[all...]
/illumos-gate/usr/src/lib/librdc/common/
H A Drdcrules.c284 char *ctag; local
298 ctag = rdc->ctag;
306 if (ctag != NULL && strcmp(rdc->ctag, RDC_LOCAL_TAG) == 0) {
307 strcpy(rdc->ctag, "-");
333 * If implicit disk group name and no ctag specified by user,
334 * we set the ctag to it.
335 * If implicit disk group name, it must match any supplied ctag.
348 if (strlen(ctag)
[all...]
H A Dlibrdc.h58 char ctag[NSC_MAXPATH]; member in struct:rdcconfig_s
79 const char *mode, const char *group, const char *ctag, const char *options,
102 extern rdc_rc_t *rdc_reconfig_ctag(rdcconfig_t *rdc, char *ctag);
H A Drdcpersist.c64 rdc->ctag ? rdc->ctag : "", rdc->options ? rdc->options : "");
282 if (cfg_vol_enable(cfg, vol, rdc->ctag, "sndr") < 0) {
289 if (cfg_vol_enable(cfg, bmp, rdc->ctag, "sndr") < 0) {
328 if (cfg_vol_disable(cfg, vol, rdc->ctag, "sndr") < 0)
337 if (cfg_vol_disable(cfg, bmp, rdc->ctag, "sndr") < 0)
425 if (cfg_vol_disable(cfg, oldbmp, rdc->ctag, "sndr") < 0)
432 newbmp, rdc->ctag, "sndr") < 0) {
H A Drdcconfig.c331 const char *mode, const char *group, const char *ctag, const char *options,
358 if (ctag)
359 strncpy(rc->ctag, ctag, NSC_MAXPATH);
1150 rdc_reconfig_ctag(rdcconfig_t *rdc, char *ctag) argument
329 rdc_alloc_config(const char *phost, const char *pfile, const char *pbmp, const char *shost, const char *sfile, const char *sbmp, const char *mode, const char *group, const char *ctag, const char *options, int persist) argument
/illumos-gate/usr/src/cmd/avs/dsw/
H A Diiboot.c315 char *mst, *shd, *ctag; local
353 ctag = strtok(NULL, " "); /* cnode */
359 if (strcmp(lp->shadow_vol, shd) || strcmp(ctag, "-")) {
366 ctag = sn;
414 (void) cfg_vol_enable(cfg, shd, ctag, "ii");
459 char *buf, **entry, *mst, *shd, *bmp, *ctag, *opt, *ptr; local
499 ctag = strtok(NULL, " "); /* ctag */
500 if (ctag)
501 ctag
[all...]
H A Diiadm.c69 char ctag[ DSW_NAMELEN ]; member in struct:grptag_s
1915 strncmp(gdata->ctag, mst_dg, DSW_NAMELEN) != 0) {
1957 if (strlen(gdata->ctag) != 0) {
3018 /* If this is an exportable shadow in the cluster, change ctag */
3627 /* If this is an exportable shadow in the cluster, change ctag */
4027 /* get the ctag for this group (if any) */
4038 /* ensure the ctag matches the group */
4039 if (gdata && *gdata->ctag) {
4040 if (strncmp(parms.cluster_tag, gdata->ctag,
4118 char *ctag, *grou local
[all...]
/illumos-gate/usr/src/uts/common/inet/nca/
H A Dncadoorhdr.h125 * downcall (for a ctag'ed object) replace the object data with
129 * (for a ctag'ed object) flush the object from the cache.
160 * the meta data specifiers direct/direct_len point to an array of ctag
161 * uint64_t value(s) of previously returned ctag'ed response(s) for URI
188 * ctag value (a previously returned ctag'ed response).
223 uint64_t ctag; /* user cache tag */ member in struct:nca_io2_s
H A Dnca.h367 uint64_t ctag; /* usr defined cache tag, 0 => no tag */ member in struct:node_s
422 struct node_s *ctagback; /* head node_t of a ctag list */
423 struct node_s *ctagnext; /* next node_t of a ctag list */
1208 * to the req_np and to any inderect node_t (i.e. file/ctag) ...
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_client_state.c1928 args.ctag = TAG_OPEN_DG_LOST;
1930 args.ctag = TAG_OPEN_DG;
1958 nfs4_set_open_seqid(seqid, oop, args.ctag);
2081 args.ctag = TAG_OPEN_LOST;
2097 args.ctag = TAG_REOPEN_LOST;
2170 nfs4_set_open_seqid(seqid, oop, args.ctag);
H A Dnfs4_vnops.c925 args.ctag = TAG_OPEN;
1178 nfs4_set_open_seqid(seqid, oop, args.ctag);
1193 vpi, 0, args.ctag, open_args->seqid);
1780 args.ctag = TAG_REOPEN;
1936 nfs4_set_open_seqid(seqid, oop, args.ctag);
1948 args.ctag, open_args->seqid);
2447 args.ctag = TAG_CLOSE_LOST;
2449 args.ctag = TAG_CLOSE_UNDO;
2451 args.ctag = TAG_CLOSE;
2485 nfs4_set_open_seqid(seqid, oop, args.ctag);
[all...]
H A Dnfs4_client_secinfo.c470 args.ctag = TAG_PUTROOTFH;
647 args.ctag = TAG_SECINFO;
926 args.ctag = TAG_SECINFO;
H A Dnfs4_vfsops.c1256 args.ctag = TAG_GET_SYMLINK;
1758 args.ctag = TAG_REMAP_MOUNT;
1760 args.ctag = TAG_MOUNT;
3421 args.ctag = TAG_SETCLIENTID;
3555 args.ctag = TAG_SETCLIENTID_CF;
H A Dnfs4_subr.c1682 args.ctag = TAG_REMAP_LOOKUP_NA;
1686 args.ctag = TAG_REMAP_LOOKUP_AD;
1690 args.ctag = TAG_REMAP_LOOKUP;
H A Dnfs4_client.c890 args.ctag = TAG_GETATTR;
998 args.ctag = tag_type;
3479 args.ctag = TAG_RENEW;
H A Dnfs4_callback.c1413 args.ctag = TAG_DELEGRETURN;
H A Dnfs4_stub_vnops.c1434 args.ctag = TAG_GETATTR_FSLOCATION;
H A Dnfs4_xdr.c4958 ctagp = (uint32_t *)&nfs4_ctags[objp->ctag].ct_tag;
/illumos-gate/usr/src/cmd/mdb/common/modules/nca/
H A Dnca.c341 (uint32_t)io2.tid, NCA_ADDR_WIDTH, io2.cid, io2.tag, io2.ctag,
1204 { "nca_node_ctag", "walk the NCA node ctag chain", 0,
1216 { "nca_ctag_hash", "walk the NCA ctag node hash table",
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs4_kprot.h1528 int ctag; member in struct:COMPOUND4args_clnt

Completed in 168 milliseconds