Searched refs:ne (Results 176 - 200 of 345) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/cmd/dtrace/test/tst/common/uctf/
H A Dtst.pidprinttarg.ksh33 if [[ $? -ne 0 ]]; then
H A Dtst.printtypetarg.ksh33 if [[ $? -ne 0 ]]; then
/illumos-gate/usr/src/cmd/rpcbind/
H A Drpc-bind.sh63 [ $? -ne 0 ] && RB_EXIT=1
/illumos-gate/usr/src/cmd/avs/sv/etc/
H A Dsv.sh64 while [ $count -ne 0 ]
67 if [ $count -ne 0 ]
/illumos-gate/usr/src/cmd/hal/hald/solaris/
H A Dsvc-hal28 if [ $err -ne 0 ]; then
/illumos-gate/usr/src/cmd/iscsid/
H A Discsi-initiator69 if [ $? -ne 0 ]
164 if [ $? -ne 0 ]; then
186 if [ $? -ne 0 ]; then
204 if [ $? -ne 0 ]; then
/illumos-gate/usr/src/cmd/tsol/zones/
H A Dzoneshare.sh48 if [ $? -ne 0 ] # invalid zone
H A Dzoneunshare.sh48 if [ $? -ne 0 ] # invalid zone
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_create/
H A Dzpool_create_020_pos.ksh86 if [ $? -ne 0 ]
93 if [ $? -ne 0 ]
/illumos-gate/usr/src/test/zfs-tests/tests/functional/quota/
H A Dquota.kshlib56 [[ $zret -ne EDQUOT ]] && \
88 [[ $zret -ne EDQUOT ]] && \
/illumos-gate/usr/src/test/zfs-tests/tests/functional/refquota/
H A Drefquota_002_pos.ksh70 if [[ $used -ne $quota ]]; then
71 log_fail "ERROR: $used -ne $quota Quotas are not limited by quota"
86 if [[ $used -ne $refquota ]]; then
87 log_fail "ERROR: $used -ne $refquota Quotas are not limited by refquota"
/illumos-gate/usr/src/test/zfs-tests/tests/functional/snapshot/
H A Dsnapshot_004_pos.ksh68 if [[ $FILE_COUNT -ne 0 ]]; then
85 if [[ $FILE_COUNT -ne 0 ]]; then
H A Drollback_002_pos.ksh87 if [[ $FILE_COUNT -ne $COUNT ]]; then
122 if [[ $FILE_COUNT -ne 0 ]]; then
128 if [[ $FILE_COUNT -ne 20 ]]; then
/illumos-gate/usr/src/lib/libresolv2/common/irs/
H A Dirpmarshall.c1301 * int irp_marshall_nw(struct nwent *ne, char **buffer, size_t *len)
1314 irp_marshall_nw(struct nwent *ne, char **buffer, size_t *len) { argument
1320 if (ne == NULL || len == NULL) {
1324 strcpy(nAddrType, ADDR_T_STR(ne->n_addrtype));
1326 if (inet_net_ntop(ne->n_addrtype, ne->n_addr, ne->n_length,
1332 need += strlen(ne->n_name) + 1;
1333 need += joinlength(ne->n_aliases) + 1;
1358 strcpy(*buffer, ne
1380 irp_unmarshall_nw(struct nwent *ne, char *buffer) argument
1488 irp_marshall_ne(struct netent *ne, char **buffer, size_t *len) argument
1554 irp_unmarshall_ne(struct netent *ne, char *buffer) argument
1994 struct nwent ne; local
[all...]
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_expand/
H A Dzpool_expand_001_pos.ksh110 if [[ $size_addition -ne $i ]]; then
120 if [[ $? -ne 0 ]] ; then
130 if [[ $? -ne 0 ]]; then
H A Dzpool_expand_002_pos.ksh114 if [[ $size_addition -ne $i ]]; then
124 if [[ $? -ne 0 ]]; then
134 if [[ $? -ne 0 ]] ; then
/illumos-gate/usr/src/cmd/xvm/ipagent/
H A Dipagent.ksh102 if [ $? -ne 0 ]
/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A DSUNW,ibsdpu.sh75 elif [ $ret -ne 0 ]
H A DSUNW,rdsv3u.sh75 elif [ $ret -ne 0 ]
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/inetd/
H A Dinetd-upgrade.sh132 if [ $? -ne 0 ]; then
192 if [ $unimported -ne 0 -a -f $saved_config ]; then
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/buffering/
H A Dtst.cputime.ksh85 if [ "$status" -ne 0 ]; then
/illumos-gate/usr/src/cmd/sgs/packages/common/
H A Dreadme_revision132 ($wsname = $ENV{'CODEMGR_WS'}) ne '' || ($wsname = 'unknown');
/illumos-gate/usr/src/cmd/syslogd/
H A Dsystem-log34 if [ $? -ne 0 ]; then
38 if [ $? -ne 0 ] ; then
/illumos-gate/usr/src/cmd/svc/milestone/
H A Dfs-root38 if [ $? -ne 0 ]; then
47 if [ $? -ne 0 ]; then
/illumos-gate/usr/src/test/zfs-tests/tests/functional/bootfs/
H A Dbootfs_002_neg.ksh65 if [ $? -ne 0 ]

Completed in 153 milliseconds

1234567891011>>