Searched defs:exported (Results 1 - 6 of 6) sorted by relevance
/illumos-gate/usr/src/cmd/rcm_daemon/common/ |
H A D | network_rcm.c | 274 char *exported; local 296 * that exported is never more than MAXPATHLEN bytes. 299 exported = alloca(len); 301 (void) snprintf(exported, len, "SUNW_datalink/%u", linkid); 317 rv = rcm_request_suspend(hd, exported, flag, 321 rv = rcm_request_offline(hd, exported, flag, dependent_reason); 324 rv = rcm_notify_online(hd, exported, flag, dependent_reason); 327 rv = rcm_notify_remove(hd, exported, flag, dependent_reason); 343 rv = rcm_notify_resume(hd, exported, flag, dependent_reason); 347 _("NET: bad RCM operation %1$d for %2$s\n"), op, exported); 423 char *exported; local [all...] |
H A D | aggr_rcm.c | 650 char *exported; local 676 exported = alloca(RCM_LINK_RESOURCE_MAX); 677 (void) snprintf(exported, RCM_LINK_RESOURCE_MAX, "%s/%u", 679 rv = rcm_notify_remove(hd, exported, flags, depend_info); 683 exported);
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | tlabel.c | 164 * the exported name to find the equivalent local zone and its 428 boolean_t exported = B_FALSE; local 434 * If it's in a filesys that was exported from the global zone, 436 * filesys that's NOT exported to any zone, it's admin_high. 439 * the file must be admin_high (not exported, probably a global 455 exported = B_TRUE; 461 if (!exported) { 496 exported = B_TRUE; 504 if (!exported)
|
/illumos-gate/usr/src/cmd/fs.d/autofs/ |
H A D | ns_fnmount.c | 56 static const FN_identifier_t attr_exported = {FN_ID_STRING, 8, "exported"}; 116 * the corresponding directory is exported. Return FALSE on error. 119 exported(const FN_ref_t *ref, const char *cname, FN_status_t *status); 370 * is exported. 374 if (!self && !exported(ref, cname, status)) { 530 * For an ADDR_HOST address, treat a non-exported directory as 532 * exported subdirectories. 535 if (!exported(ref, cname, status)) { 574 exported(const FN_ref_t *ref, const char *cname, FN_status_t *status) function
|
/illumos-gate/usr/src/cmd/make/include/mksh/ |
H A D | defs.h | 395 Boolean exported:1; member in struct:_Macro
|
/illumos-gate/usr/src/uts/common/avs/ns/dsw/ |
H A D | dsw_dev.c | 845 int exported; local 849 exported = ip->bi_flags & DSW_SHDEXPORT; 851 if ((ip->bi_bmpfd && !ip->bi_bmp_tok) || (!exported && ( 1477 * If this shadow is in the exported state 1541 /* Clear the fact that we are exported */ 1556 * Handle non-exported shadow 3703 * Returns 0 if the shadow was exported. Otherwise an error code 3748 * the shadow is already in an exported state 3825 * Returns 0 if the shadow was exported. Otherwise an error code 3871 * Check that group has shadow exported [all...] |
Completed in 259 milliseconds