/illumos-gate/usr/src/uts/common/syscall/ |
H A D | getpagesizes.c | 37 getpagesizes(int legacy, size_t *buf, int nelem) argument 39 int i, pagesizes = page_num_user_pagesizes(legacy); 76 getpagesizes32(int legacy, size32_t *buf, int nelem) argument 78 int i, pagesizes = page_num_user_pagesizes(legacy); 119 page_num_user_pagesizes(legacy));
|
/illumos-gate/usr/src/lib/fm/topo/modules/i86pc/x86pi/ |
H A D | x86pi_subr.c | 556 * will provide an x86 generic topo or legacy topo enumeration. 564 int32_t legacy; local 597 /* send the ioctl to /dev/fm to retrieve legacy variable */ 608 (void) nvlist_lookup_int32(nvl, FM_GENTOPO_LEGACY, &legacy); 613 if (legacy == 1) { 614 /* legacy kernel variable set; will do the same */ 618 /* legacy kernel variable not set; generic topo enum */
|
/illumos-gate/usr/src/lib/libzfs/common/ |
H A D | libzfs_changelist.c | 153 * depends on the previous state, and whether the value was previously 'legacy'. 154 * For non-legacy properties, we only remount/reshare the filesystem if it was 221 * Remount if previously mounted or mountpoint was legacy, 473 * is legacy or none. 541 boolean_t legacy = B_FALSE; local 558 (strcmp(property, "legacy") == 0 || 561 legacy = B_TRUE; 563 if (!legacy) { 677 * when the original mountpoint is legacy or none. 684 * If the mountpoint property was previously 'legacy', o [all...] |
/illumos-gate/usr/src/lib/libipadm/common/ |
H A D | ipadm_if.c | 680 boolean_t legacy = (iph->iph_flags & IPH_LEGACY); local 729 if (islo && !legacy) { 792 * With the legacy method, the link-local address should be 800 if (!legacy && !i_ipadm_is_6to4(iph, ifname)) 907 if (af == AF_INET6 && !legacy)
|
H A D | ipadm_addr.c | 2422 boolean_t legacy = (iph->iph_flags & IPH_LEGACY); local 2444 if (legacy) { 2482 if (!is_boot && (!legacy || !aobjfound)) { 2497 if (!is_6to4 && !legacy && (flags & IPADM_OPT_V46)) { 2538 if (!legacy && sockaddrunspec( 2599 if (!legacy) { 2635 boolean_t legacy = (iph->iph_flags & IPH_LEGACY); local 2721 if (legacy) { 2736 if (status != IPADM_SUCCESS && !legacy) 3404 boolean_t legacy local [all...] |
/illumos-gate/usr/src/cmd/lms/heci/ |
H A D | PTHICommand.cpp | 251 AMT_STATUS PTHICommand::GetProvisioningMode(CFG_PROVISIONING_MODE &mode, AMT_BOOLEAN &legacy) argument 267 legacy = tmp_response->LegacyMode;
|
/illumos-gate/usr/src/uts/common/io/softmac/ |
H A D | softmac_main.c | 219 * For each minor node of a legacy device, a taskq is started to finish 233 * ATTACH_INPROG attach of 2nd minor node (legacy) ATTACH_INPROG 237 * ATTACH_INPROG legacy device node ATTACH_DONE 360 * For legacy drivers, we just have to limit them to 495 mac_capab_legacy_t *legacy = cap_data; local 500 if (legacy == NULL) 503 legacy->ml_unsup_note = ~softmac->smac_notifications & 505 legacy->ml_active_set = softmac_active_set; 506 legacy->ml_active_clear = softmac_active_clear; 507 legacy [all...] |
/illumos-gate/usr/src/lib/libshare/common/ |
H A D | libsharecore.c | 30 * and file systems to be exported. This includes legacy dfstab/sharetab 401 * is used to update dfstab for legacy purposes. 573 * Delete the specified share from the legacy config file. 665 * legacy configuration file for shares, but not the only one. Because 671 * own legacy files and skip the dfstab update. 896 * In order to support legacy configurations, we allow the protocol 897 * specific plugin to parse legacy syntax options (like those in 1194 /* This is an OK add for legacy */ 1278 * Find any shares that are "missing" from the legacy file. These 1280 * a legacy ap 1453 int legacy = 0; local 1582 int legacy = 0; local [all...] |
H A D | libshare.c | 335 * determining when to update the legacy files. For SMF, this 353 if (xmlStrcmp(node->name, (xmlChar *)"legacy") == 0) { 354 /* a possible legacy node for this path */ 366 /* need to create the first legacy timestamp node */ 367 node = xmlNewChild(root, NULL, (xmlChar *)"legacy", NULL); 384 "legacy-timestamp", tstring); 831 int legacy = 0; local 890 * legacy-timestamp with the current 905 "legacy-timestamp"); 1028 legacy | [all...] |
/illumos-gate/usr/src/uts/common/io/arn/ |
H A D | arn_xmit.c | 526 uint16_t aggr_limit, legacy = 0, maxampdu; local 544 legacy = 1; 559 if (legacy) 1266 /* for legacy rates, use old function to compute packet duration */ 1281 /* addup duration for legacy/ht training and signal fields */ 1594 txq->axq_intrcnt = 0; /* legacy */
|
/illumos-gate/usr/src/uts/common/io/aac/ |
H A D | aac.h | 387 int legacy; /* legacy device naming */ member in struct:aac_softstate
|
/illumos-gate/usr/src/uts/common/vm/ |
H A D | vm_pagelist.c | 432 * If legacy is non-zero, return the number of pagesizes available to legacy 433 * applications. The number of legacy page sizes might be less than the 434 * exported user page sizes. This is to prevent legacy applications that 439 page_num_user_pagesizes(int legacy) argument 441 if (legacy)
|
/illumos-gate/usr/src/lib/libscf/common/ |
H A D | lowlevel.c | 6080 scf_get_key(scf_matchkey_t **htable, const char *fmri, const char *legacy) argument 6122 if (legacy == NULL) { 6124 } else if ((key->sk_legacy = strdup(legacy)) == NULL) { 6142 scf_add_match(scf_matchkey_t **htable, const char *fmri, const char *legacy, argument 6190 if ((match->sm_key = scf_get_key(htable, fmri, legacy)) == NULL) { 6246 scf_pattern_match(scf_matchkey_t **htable, char *fmri, const char *legacy, argument 6255 legacy, &pattern[i], svc_explicit)) != 0) 6551 * instances and legacy services searching for matches. 6654 * Search legacy services
|
/illumos-gate/usr/src/uts/common/sys/scsi/targets/ |
H A D | stdef.h | 729 typedef enum { invalid, legacy, logical } posmode; enumerator in enum:__anon8996
|
/illumos-gate/usr/src/cmd/boot/bootadm/ |
H A D | bootadm.c | 5839 * Mounts a "legacy" top dataset (if needed) 5840 * Returns: The mountpoint of the legacy top dataset or NULL on error 5884 BAM_DPRINTF(("%s: legacy pool %s already mounted\n", 5892 * legacy top dataset is not mounted. Mount it now 5900 BAM_DPRINTF(("%s: legacy pool %s mount-point %s absent\n", 5910 BAM_DPRINTF(("%s: legacy pool %s mount-point %s is already " 5927 BAM_DPRINTF(("%s: legacy pool %s successfully mounted at %s\n", 5953 * First check if the top dataset is a "legacy" dataset 5967 char *legacy = strtok(flist.head->line, " \t\n"); local 5968 if (legacy [all...] |