Searched refs:in_list (Results 1 - 9 of 9) sorted by relevance

/opensolaris-onvv-gate/usr/src/lib/libdiskmgt/common/
H A Dinuse_mnt.c65 static boolean_t in_list(struct mntpnt_list *elementp,
133 if (! in_list(listp, secondp)) {
145 if (! in_list(listp, firstp)) {
181 in_list(struct mntpnt_list *elementp, struct mntpnt_list *listp) function
/opensolaris-onvv-gate/usr/src/cmd/svc/shell/
H A Dnet_include.sh137 # in_list op item list
142 in_list() function
488 in_list if_comp $ifname $processed && continue
492 in_list physical_comp $ifname $processed || {
554 in_list physical_comp $ifname $processed || {
/opensolaris-onvv-gate/usr/src/cmd/svr4pkg/pkgremove/
H A Dwsreg_pkgrm.c96 static int in_list(const char *pcList, const char *pcItem);
188 if (pcpkgs != NULL && in_list(pcpkgs, pcPKG)) {
224 * in_list
233 in_list(const char *pcList, const char *pcItem) function
/opensolaris-onvv-gate/usr/src/lib/watchmalloc/common/
H A Dmalloc.c747 in_list(TREE *tp, TREE **npp) function
787 if (tp != x && tp != y && !in_list(tp, npp))
815 if (tp != x && tp != y && !in_list(tp, npp))
849 if (tp != x && tp != y && tp != z && !in_list(tp, npp))
883 if (tp != x && tp != y && tp != z && !in_list(tp, npp))
911 if (tp != x && tp != y && tp != z && !in_list(tp, npp))
940 if (tp != x && tp != y && tp != z && !in_list(tp, npp))
/opensolaris-onvv-gate/usr/src/lib/smbsrv/libsmb/common/
H A Dsmb_lgrp.c1973 char *in_list; local
1990 in_list = in_members->m_ids;
1992 if (strncmp(in_list, mid_hex, mid_hexsz) == 0)
1994 in_list += mid_hexsz;
2029 char *in_list; local
2055 in_list = in_members->m_ids;
2057 if (strncmp(in_list, mid_hex, mid_hexsz)) {
2058 (void) strncat(out_list, in_list, mid_hexsz);
2061 in_list += mid_hexsz;
/opensolaris-onvv-gate/usr/src/cmd/vscan/vscand/
H A Dvs_icap.c504 int in_list = 0; local
521 in_list = vs_icap_check_ext(ext,
523 return ((in_list) ? 0 : 1);
527 in_list = vs_icap_check_ext(ext,
529 return ((in_list) ? 1 : 0);
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DPerldoc.pm769 my $in_list = $self->opt_f;
771 print $buffd "=over 8\n\n" if $in_list;
773 print $buffd "=back\n" if $in_list;
/opensolaris-onvv-gate/usr/src/lib/libnsl/nss/
H A Dnetdir_inet.c2889 in_list(struct in_addr *addrs, int n, struct in_addr a) function
2971 if (!in_list(*addrs, i, a))
2977 if (!in_list(*addrs, i, a))
2986 if (!in_list(*addrs, i, a))
2996 if (!in_list(*addrs, i, a))
/opensolaris-onvv-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_vfsops.c3642 int in_list = 0; local
3660 in_list = 1;
3668 if (!in_list)
3674 if (!in_list) {

Completed in 99 milliseconds