Lines Matching defs:s
83 ptr += snprintf(ptr, BUFLEN(lim, ptr), "%s\t", name);
91 ptr += snprintf(ptr, BUFLEN(lim, ptr), "%s=", lip->li_name);
93 ptr += snprintf(ptr, BUFLEN(lim, ptr), "%s%c",
102 (void) snprintf(buf, MAXLINELEN, "%s\n", tmpbuf);
109 * entry's contents (buf) and its linked-list representation (listp). lsp
242 * to process_prop_db(). For this reason, it's ok to overwrite
243 * the caller's valcnt array size with the actual number of values
631 dladm_status_t s;
638 s = i_dladm_set_one_prop_temp(handle, name, pdp, prop_val,
642 status = s;
645 if (s != DLADM_STATUS_OK &&
646 s != DLADM_STATUS_NOTSUP) {
649 status = s;