Searched refs:seclist (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/libfsmgt/common/
H A Dnfs_nfssec.c45 * - char **seclist - the array to be freed.
52 nfssec_free_secmode_list(char **seclist, int num_elements) argument
54 fileutil_free_string_array(seclist, num_elements);
125 char **seclist = NULL; local
137 seclist = fileutil_get_first_column_data(fp, num_elements, &err);
139 if (seclist == NULL) {
144 return (seclist);
H A Dlibfsmgt.h1107 * char **seclist - The array of strings containing the security mode list
1111 void nfssec_free_secmode_list(char **seclist, int num_elements);
/illumos-gate/usr/src/cmd/ypcmd/
H A Dypserv_net_secure.c49 struct seclist { struct
53 struct seclist *next;
60 static struct seclist *slist;
70 struct seclist *tmp1, *tmp2;
73 tmp1 = (struct seclist *) malloc(sizeof (struct seclist));
119 tmp1->next = (struct seclist *)
120 malloc(sizeof (struct seclist));
140 struct seclist *tmp;
/illumos-gate/usr/src/cmd/sgs/elfdump/common/
H A Dfake_shdr.c1120 * seclist is the root of the list. Its sinfo field is not
1124 SINFO_LISTELT seclist; local
1147 seclist.next = seclist.prev = &seclist; /* Empty circular list */
1180 if ((sinfo = sinfo_list_alloc(&fstate, &seclist)) ==
1479 for (sinfo_list = seclist.next; sinfo_list != &seclist;
1491 * to build up sec and seclist, so on success, we have nothing
1501 sinfo_list_free_all(&seclist);
[all...]
/illumos-gate/usr/src/lib/libshare/nfs/
H A Dlibshare_nfs.c213 static char *seclist[] = { variable
320 for (i = 0; seclist[i] != NULL; i++) {
321 if (strcmp(tok, seclist[i]) == 0)
328 * find_security(seclist, sec)
335 find_security(struct securities *seclist, sa_security_t sec) argument
337 while (seclist != NULL) {
338 if (seclist->security == sec)
340 seclist = seclist->next;
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_export.c113 #define SECREF_TRACE(seclist, tag, flav, aftcnt) \
114 DTRACE_PROBE4(nfss__i__nmspc__secref, struct secinfo *, (seclist), \
503 * refs to the new seclist (curdata.ex_secinfo).

Completed in 90 milliseconds