Lines Matching defs:pkey
356 " create-part [-t] [-f] -l <link> [-P <pkey>]\n"
524 {"pkey", required_argument, 0, 'P' },
9339 * Create a comma separated list of pkeys from the pkey table returned
9462 * is created over a port, pkey combination. This partition object represents
9477 ib_pkey_t pkey = 0;
9513 * The P_Key for the port, pkey tuple of the partition
9523 die("Invalid pkey");
9525 pkey = (ib_pkey_t)opt_pkey;
9553 /* pkey is a mandatory argument */
9554 if (pkey == 0)
9578 status = dladm_part_create(handle, physlinkid, pkey, flags, pname,
9582 "partition %x creation over %s failed", pkey, l_arg);