Searched defs:pref (Results 1 - 25 of 27) sorted by relevance

12

/illumos-gate/usr/src/cmd/fm/modules/sun4u/cpumem-diagnosis/
H A Dcmd_ecache.c59 ecache_scan_dir(const char *dir, const char *pref, char *buf, size_t bufsz) argument
72 if (strncmp(dp->d_name, pref, strlen(pref)) != 0)
/illumos-gate/usr/src/uts/intel/promif/
H A Dprom_env.c67 prom_set_outfuncs(void (*pref)(void), void (*postf)(void)) argument
69 pmwrapper.preout = pref;
/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dgetdxbyname.c175 int i, n, pref, txt_len; local
187 pref = 0;
189 pref *= 10;
190 pref += ( *r - '0' );
195 dx_pref[ dx_count ] = pref;
/illumos-gate/usr/src/psm/promif/ieee1275/common/
H A Dprom_env.c169 prom_set_outfuncs(void (*pref)(void), void (*postf)(void)) argument
171 pmwrapper.preout = pref;
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Dsyncinit.c48 static int prefix(char *arg, char *pref);
284 prefix(char *arg, char *pref) argument
286 return (strncmp(arg, pref, strlen(pref)) == 0);
/illumos-gate/usr/src/cmd/sendmail/db/log/
H A Dlog_archive.c50 char **array, **arrayp, *name, *p, *pref, buf[MAXPATHLEN]; local
75 if ((pref = getcwd(buf, sizeof(buf))) == NULL)
78 pref = NULL;
82 return (__build_data(dblp, pref, listp, db_malloc));
135 if ((ret = __absname(pref, name, &array[n])) != 0)
181 __build_data(dblp, pref, listp, db_malloc)
183 char *pref, ***listp;
293 if (pref != NULL) {
294 ret = __absname(pref, real_name, &array[last]);
341 __absname(pref, nam
[all...]
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/ccache/
H A Dcc_retr.c132 pref (krb5_enctype my_ktype, int nktypes, krb5_enctype *ktypes) function
215 int pref; member in struct:__anon2528
241 fetched.pref = pref (fetchcreds.keyblock.enctype,
243 if (fetched.pref < 0)
245 else if (!have_creds || fetched.pref < best.pref) {
/illumos-gate/usr/src/lib/libtsol/common/
H A Dgetpathbylabel.c61 * given by pref. If pref isn't a prefix of full, return NULL. Apply
62 * pathname semantics to the prefix test, so that pref must match at a
66 pathsuffix(char *full, char *pref) argument
70 if (full == NULL || pref == NULL)
73 preflen = strlen(pref);
74 if (strncmp(pref, full, preflen) != 0)
78 * pref is a substring of full. To be a subpath, it cannot cover a
/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A Drequest.c441 int pref = *(const uchar_t *)(d6o + 1); local
443 if (pref == 255)
445 points += 10 * pref;
/illumos-gate/usr/src/cmd/power/
H A Dconf.c391 * When pref is NULL, filter selects all conf lines from the new conf file;
396 conf_scanner(prmup_t *pref) argument
398 mesg(MDEBUG, "\nscanning set is %s\n", pref ? pref->set : "both");
399 checkup = pref;
400 parse_conf_file((pref == NULL || pref->perm)
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Doutput.c495 uint8_t metric, pref; local
697 pref = RT->rt_poison_metric + ws.metric;
708 pref = (HOPCNT_INFINITY+1);
718 if (!(ws.state & WS_ST_QUERY) && (pref >= HOPCNT_INFINITY ||
729 ag_check(dst, RT->rt_mask, 0, RT->rt_ifp, nhop, metric, pref,
H A Dif.c695 int pref; local
724 pref = 0;
726 pref++;
728 pref += 2;
730 pref += 4;
731 if (pref > best_pref) {
732 best_pref = pref;
H A Drdisc.c763 * pref == cur_drp->dr_pref and add them as spares
780 * Either pref matches cur_drp->dr_pref,
784 * if the pref has changed, need to take it
877 uint32_t pref, /* signed and in network order */
908 pref = UNSIGN_PREF(ntohl(pref));
910 if (pref == DEF_PREFERENCELEVEL || life < MIN_MAXADVERTISEINTERVAL) {
911 pref = DEF_PREFERENCELEVEL;
933 (pref > drp->dr_pref &&
970 new_drp->dr_recv_pref = pref;
875 parse_ad(uint32_t from, in_addr_t gate, uint32_t pref, ushort_t life, struct interface *ifp) argument
[all...]
H A Dtable.c320 uint8_t pref,
349 nc_ag.ag_pref = pref;
440 if (pref <= ag->ag_pref) {
446 ag->ag_pref = pref;
495 ag->ag_pref == pref &&
525 } else if (ag->ag_pref >= pref &&
570 ag->ag_pref = pref;
571 pref = tmp;
653 nag->ag_pref = pref;
1979 uint8_t metric, pref; local
314 ag_check(in_addr_t dst, in_addr_t mask, in_addr_t gate, struct interface *ifp, in_addr_t nhop, uint8_t metric, uint8_t pref, uint32_t seqno, uint16_t tag, uint16_t state, void (*out)(struct ag_info *)) argument
[all...]
/illumos-gate/usr/src/cmd/sendmail/src/
H A Ddomain.c224 unsigned short pref, type; local
367 GETSHORT(pref, cp);
387 sm_dprintf("found localhost (%s) in MX list, pref=%d\n",
388 bp, pref);
391 if (!seenlocal || pref < localpref)
392 localpref = pref;
400 prefs[nmx] = pref;
/illumos-gate/usr/src/uts/common/os/
H A Dpid.c636 proc_unref(void *pref) argument
639 PID_RELE((struct pid *)pref);
651 proc_signal(void *pref, int sig) argument
653 struct pid *pidp = pref;
/illumos-gate/usr/src/uts/common/io/hxge/
H A Dhxge_common.h108 uint32_t pref:1; /* [28] preference */ member in struct:hxge_param_map
116 uint32_t pref:1; /* [28] preference */
/illumos-gate/usr/src/cmd/smbsrv/smbd/
H A Dsmbd_authsvc.c104 * See &pref in the spnegoIsMechTypeAvailable() calls below.
584 int idx, pref, rc; local
645 mh->mh_oid, &pref) != 0)
648 if (pref < best_pref) {
649 best_pref = pref;
/illumos-gate/usr/src/cmd/mdb/sparc/mdb/
H A Dproc_isadep.c520 pt_addfpreg(mdb_nv_t *nvp, uint_t rnum, uint_t rnam, char pref, ushort_t flags) argument
525 (void) mdb_iob_snprintf(name, sizeof (name), "%c%u", pref, rnam);
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_bmap.c317 daddr_t ob, nb, pref, lbn, llbn, tbn; local
397 pref = blkpref(ip, llbn, (int)llbn, &ip->i_db[0]);
398 err = realloccg(ip, ob, pref, (int)osize, (int)bsize,
468 pref = blkpref(ip, lbn, (int)lbn,
470 err = realloccg(ip, ob, pref, (int)osize,
499 pref = blkpref(ip, lbn, (int)lbn, &ip->i_db[0]);
500 err = alloc(ip, pref, (int)nsize, &nb, cr);
592 pref = 0;
628 pref = blkpref(ip, lbn, 0, (daddr32_t *)0);
629 err = alloc(ip, pref, (in
[all...]
H A Dufs_alloc.c845 hashalloc(struct inode *ip, int cg, long pref, int size, ulong_t (*allocator)()) argument
856 result = (*allocator)(ip, cg, pref, size);
/illumos-gate/usr/src/boot/sys/boot/common/
H A Dpart.c888 int pref, preflevel; local
894 preflevel = pref = PREF_NONE;
900 pref = entry->flags & 0x80 ? PREF_ILLUMOS_ACT:
904 pref = entry->flags & 0x80 ? PREF_LINUX_ACT:
913 pref = entry->flags & 0x80 ? PREF_DOS_ACT:
917 pref = PREF_NONE;
924 pref = PREF_DOS;
926 pref = PREF_ILLUMOS;
928 pref = PREF_NONE;
931 if (pref < prefleve
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_display.c178 show_header(char *pref, char *str, int len) argument
180 prot_prefix = pref;
183 prot_nest_prefix, pref, str);
/illumos-gate/usr/src/cmd/fs.d/ufs/df/
H A Ddf.c896 * given by pref. If pref isn't a prefix of full, return NULL. Apply
897 * pathname semantics to the prefix test, so that pref must match at a
901 pathsuffix(char *full, char *pref) argument
905 if (full == NULL || pref == NULL)
908 preflen = strlen(pref);
909 if (strncmp(pref, full, preflen) != 0)
913 * pref is a substring of full. To be a subpath, it cannot cover a
/illumos-gate/usr/src/cmd/diff/
H A Ddiff.c129 int pref, suff; /* length of prefix and suffix */ variable
588 J[i] = i <= pref ? i :
592 J[q->x + pref] = q->y + pref;
1971 for (pref = 0; pref < len[0] && pref < len[1] &&
1972 file[0][pref + 1].value == file[1][pref + 1].value;
1973 pref
[all...]

Completed in 120 milliseconds

12