Searched defs:unmapped (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/aac/
H A Daac_ioctl.h105 uint32_t unmapped; member in struct:aac_query_disk
/illumos-gate/usr/src/cmd/lp/lib/papi/
H A Dlpsched-jobs.c47 papi_attribute_t **unmapped = NULL; local
271 split_and_copy_attributes(mapped_keys, attributes, NULL, &unmapped);
272 if (unmapped != NULL) { /* convert them to lp options */
276 while (papiAttributeListToString(unmapped, " ", buf, size)
283 papiAttributeListFree(unmapped);
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_dcbx.c2029 u32_t unmapped = (1 << MAX_PFC_PRIORITIES) - 1; // all ones local
2035 // get unmapped priorities by clearing mapped bits
2037 unmapped &= ~(1 << ttp[i]);
2039 // find cos for nw prio and extend it with unmapped
2042 // extend the bitmask with unmapped
2044 "cos %d extended with 0x%08x", i, unmapped);
2046 cos_params[i].pri_bitmask |= unmapped;

Completed in 57 milliseconds